Standalone FS Elastic
To run FS Elastic on separate Pulse components on separate node, follow below steps of instructions:
- Follow same steps as performed earlier with Install Pulse on a Single Node (Docker)
- 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.
- 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
- 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
},
- Push the configuration changes and restart the
ad-graphql
and press Y on prompt.
accelo admin database push-config -a
accelo restart ad-graphql
Was this page helpful?