Deploy FS Service on a Separate Node

To run FS Elastic on separate Pulse components on a separate node, follow the steps below:

  1. Follow the same steps as performed earlier with Install Pulse on Single Node (Docker/Podman-Based)

  2. Execute the following steps on the FS Elastic host.

[root@nyc1hyp202:~ (ad-default)]$ accelo deploy addons INFO: Active Cluster: va2_lake ? Select the SA components you would like to install: [Use arrows to move, space to select, type to filter] > [x] FS Elastic [ ] LogSearch [ ] STANDALONE TSDB [ ] FS Analytics V2 [ ] STANDALONE DB [ ] HA GraphQL [ ] LDAP

Type the active cluster name, and select the FS Elastic.

  1. On host running FS Analytics V2 connector container, create config directory with command accelo admin makeconfig ad-fsanalyticsv2-connector and add/update following details in environment section:

  • ES_HOST=<host_running_ES>

  • ES_PORT=19013

Restart service ad-fsanalyticsv2-connector and press Y on prompt:

accelo restart ad-fsanalyticsv2-connector
  1. On host running Pulse core server, update following host and port details in elastic section on main application config file ACCELO_HOME/config/acceldata_clustername.conf.

{ name = "fsanalytics" host = "FS_ELASTIC_HOSTNAME" port = 19013 },
  1. Push the configuration changes and restart the ad-graphql and press Y on prompt.

accelo admin database push-config -a accelo restart ad-graphql