From fbe081a8e0f9d8c1eaeb27c076e71c0a53801933 Mon Sep 17 00:00:00 2001 From: n8wb Date: Thu, 4 Jun 2020 13:27:35 -0700 Subject: [PATCH] add a quick note --- _docs/analyzing_test_data.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_docs/analyzing_test_data.md b/_docs/analyzing_test_data.md index ba5fad9..fc943a1 100644 --- a/_docs/analyzing_test_data.md +++ b/_docs/analyzing_test_data.md @@ -33,4 +33,6 @@ Whiteblock Genesis logs are in JSON line format, and are sent out via syslog-ng The tags allow you to easily identify the source of each log line, making processing easier. ### Connecting logs to your internal tool set -It is easy to connect Genesis to your internal log processing tooling. All that is needed is a syslog compatible log server. To send the logs to this server, you can use the command `genesis settings set syslogng-host ` to set the host destination. Genesis will by default try to connect to tcp port 514 on this host. If you wish to change this, you can use the command `genesis settings set syslogng-port ` to set the port number, as well as `genesis settings set syslogng-protocol ` to change to protocol. \ No newline at end of file +It is easy to connect Genesis to your internal log processing tooling. All that is needed is a syslog compatible log server. To send the logs to this server, you can use the command `genesis settings set syslogng-host ` to set the host destination. Genesis will by default try to connect to tcp port 514 on this host. If you wish to change this, you can use the command `genesis settings set syslogng-port ` to set the port number, as well as `genesis settings set syslogng-protocol ` to change to protocol. + +Note: Settings are organization wide, all users in the same org will have the same settings. If you wish to have separate settings, you can either use your personal organization (your username) or contact us for a more customized solution \ No newline at end of file