Skip to content

Configure the Logging in a Cluster


All PLOSSYS 5 servers in a cluster have to transfer their log data to the same Elasticsearch server.


Perform the following configuration steps on <server_1>, <server_2> and <server_3>:

  1. Edit the following file on the PLOSSYS 5 server:

    C:\ProgramData\SEAL Systems\config\filebeat.yml
    
  2. With elasticsearch, replace localhost by the hostname or IP address of the management server:

    output:
      elasticsearch:
        hosts:
        - http://<admin_server>:9200
    
  3. Save the file.

  4. Specify the following key for the seal-rest service:

    Example - setting key via PLOSSYS CLI

    plossys config set ELASTICSEARCH_REST_URL "http://<admin_server>:9200" --service rest --insecure
    
  5. Restart the PLOSSYS 5 system.


Next Step

Continue with: Configure Consul in a Cluster


Back to top