Overview
Name
Every Snaplex requires a name, for example ground-dev or ground-prod. In the SnapLogic Designer, you can choose which Snaplex Pipelines are executed on. The Snaplex configuration has an environment associated with it, for example dev
or prod
. When you configure the nodes for the Snaplex, you must set the jcc.environment
to the environment value you’ve configured for the Snaplex.
...
After the Snaplex service is started on a node, the service connects to the SnapLogic Cloud service. Runtime logs from the Snaplex are written to the /opt/snaplogic/run/log
(or c:\opt\snaplogic\run\log
) directory. The Dashboard shows the nodes that are currently connected for each Snaplex.
Best Practices for Setting Up JCC Node
...
Intercommunication within a Groundplex
We recommend that you set up JCC nodes in a Snaplex within the same network and data center. Communication between JCC nodes in the same Snaplex is required for the following reasons:
...
Therefore, any extra latency or network hops between neighboring JCC nodes can introduce performance and reliability problems.
Snaplex Node Configuration
Snaplex nodes are typically configured using a slpropz
configuration file, located in the $SL_ROOT/etc
folder.
...
You should always configure your Snaplex instances using the |
...
Computing Requirements
The Groundplex is a local server running on hardware that may be virtual, provisioned by you, and must conform to the following minimum specifications:
...
|
...
Guidelines for Snap Usage
In the SnapLogic Platform, the Snaps tactually communicate to and from the applications. The protocols and ports required for application communication are mostly determined by the endpoint applications themselves, and not by SnapLogic. It is common for Cloud/SaaS applications to communicate using HTTPS, although older applications and non-cloud/SaaS applications might have their own requirements.
...