Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Point the cursor and click the target Snaplex to open the Update Snaplex dialog.

  2. Click the Node Properties tab.

  3. In the HTTP Port or HTTPS Port field, specify the custom port value.

...

  1. snaplex-nodeproperties-ports.pngImage Added

Updating this option changes the default setting in the global.properties file:

...

To enable the Snaplex to work with the reverse proxy, add the following two key-value pairs to the Global properties Properties of your Snaplex:

Global property

Key

jcc.sldb_uri

Value

https://myproxy.test.com:443

Key

jcc.host_header

Value

control-plane-name.snaplogic.com

Where control-plane-name is one of the following:

...

You can run the following cURL commands to test communication with the Snaplex. In each command, you specify the Control Plane name in the URL.

Name

Control Plane

elastic

Production - default

emea

Production - EMEA region

uat

Testing - default

  • To verify if outbound requests are permitted from the Snaplex node:

...