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:
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.
-
On the management server, edit the following file:
C:\ProgramData\SEAL Systems\config\seal-elasticsearch\jvm.options
-
Set
Max_Heap_Size
to at least 50 % of the server's RAM.–Xmx<ram_mb>m –Xms<ram_mb>m
Example - 2048 MB
–Xmx2048m –Xms2048m
Caution - value
<ram_mb>
is the amount of RAM in Megabyte. You have to set–Xmx<ram_mb>m
and–Xms<ram_mb>m
to the same value, otherwise Elasticserach will not start. -
Save the file.
-
In a PowerShell, restart Elasticsearch:
restart-service seal-elasticsearch
Configuring 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, restart Kibana:
restart-service seal-kibana