Skip to content

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

  1. On the management server, edit the following file:

    "C:\ProgramData\SEAL Systems\config\seal-elasticsearch\elasticsearch.yml"
    
  2. Add the following lines:

    network.host: 0.0.0.0
    discovery.type: single-node
    
  3. Save the file.

  4. In a PowerShell (Administrator), restart Elasticsearch:

    restart-service seal-elasticsearch
    

Kibana

  1. On the management server, edit the following file:

    "C:\ProgramData\SEAL Systems\config\kibana.yml"
    
  2. Uncomment the following lines:

    server.host: "0.0.0.0"
    path.data: "${ProgramData}/SEAL Systems/data/seal-kibana"
    
  3. Save the file.

  4. In a PowerShell (Administrator), restart Kibana:

    restart-service seal-kibana
    

Back to top