Configure the Logging¶
If you have installed PLOSSYS 5 with a separate management server, the IP address of the management server has to be set for the logging:
- 
Edit the following file on the PLOSSYS 5 server: C:\ProgramData\SEAL Systems\config\filebeat.yml
- 
With elasticsearch, replacelocalhostby the hostname or IP address of the management server:output: elasticsearch: hosts: - http://<admin_server>:9200
- 
Save the file. 
- 
Specify the following key for the seal-restservice:- ELASTICSEARCH_REST_URL: URL of the Elasticsearch server
 Example - setting key via PLOSSYS CLI plossys config set ELASTICSEARCH_REST_URL "http://<admin_server>:9200" --service rest --insecure