Configuring the Management Server¶
If you have installed PLOSSYS 5 with a separate management server or in a cluster, perform the following configuration steps on the management server.
Configuring Elasticsearch¶
-
On the management server, edit the following file:
/opt/seal/etc/seal-elasticsearch/elasticsearch.yml -
Add the following lines:
network.host: "0.0.0.0" discovery.type: "single-node" -
Save the file.
-
On the management server, edit the following file:
/opt/seal/etc/seal-elasticsearch/jvm.options -
Set
Max_Heap_Sizeto at least 50 % of the server's RAM.–Xmx<ram_mb>m –Xms<ram_mb>mExample - 2048 MB
–Xmx2048m –Xms2048mCaution - value
<ram_mb>is the amount of RAM in Megabyte. You have to set–Xmx<ram_mb>mand–Xms<ram_mb>mto the same value, otherwise Elasticserach will not start. -
Save the file.
-
Restart Elasticsearch:
sudo systemctl restart seal-elasticsearch
Configuring Kibana¶
-
In the
/opt/seal/etc/kibana.ymlfile, activate the following setting:server.host: "0.0.0.0" -
Restart Kibana:
sudo systemctl restart seal-kibana