Installing the First Node
Install the first node. The installation is identical to the single node installation.
Warning
Do not start the Insight service.
Configure the
system.yaml
file with the database and first node configuration details. For example,First node system.yaml
Start and manage the Insight service.
systemd OS Systemv OS
Access Insight from your browser at:
http://<jfrogUrl>/ui/
and go to theDashboard tab in theApplicationmodule in the UICheck the Insight log.
Linux
Installing Additional Nodes
For a node to join a cluster, the node must have the same database configuration and the master key. Install all additional nodes using the same steps described above, with the following additional steps:
Configure the
system.yaml
file for the additional node with master key, database and active node configurations.For example:
Additional node system.yaml
Copy the
master.key
from the first node to the additional node located at $JFROG_HOME/insight/var/etc/security/master.key.
Add the username and password as configured for Elasticsearch on master node on the additional node too. Add it to the Shared Configurations section in
$JFROG_HOME/insight/var/etc/system.yaml
file.If you installed Search Guard along with Elasticsearch, copy the client and node certificates from Elasticsearch's config folder from the primary node to a new directory,
sg-certs
, under the extracted folder on the additional node.Start the additional node.
Access Insight from your browser at:
http://<jfrogUrl>/ui/
and go to the Dashboard tab in the Application module in the UI.Check the Insight log.
Linux