Configuring the Management Server¶
If you have installed PLOSSYS Output Engine with a separate management server or in a cluster, perform the following instructions on the management server.
Elasticsearch¶
-
On the management server, edit the following file:
"C:\ProgramData\SEAL Systems\config\seal-elasticsearch\elasticsearch.yml" -
Add the following lines:
network.host: 0.0.0.0 discovery.type: single-node -
Save the file.
-
In a PowerShell (Administrator), restart Elasticsearch:
restart-service seal-elasticsearch
Kibana¶
-
On the management server, edit the following file:
"C:\ProgramData\SEAL Systems\config\kibana.yml" -
Uncomment the following lines:
server.host: "0.0.0.0" path.data: "${ProgramData}/SEAL Systems/data/seal-kibana" -
Save the file.
-
In a PowerShell (Administrator), restart Kibana:
restart-service seal-kibana