Skip to content

Commit

Permalink
add a quick note
Browse files Browse the repository at this point in the history
  • Loading branch information
n8wb committed Jun 4, 2020
1 parent 6f70bff commit fbe081a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _docs/analyzing_test_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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 <port>` to set the port number, as well as `genesis settings set syslogng-protocol <protocol>` to change to protocol.
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 <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 <port>` to set the port number, as well as `genesis settings set syslogng-protocol <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

0 comments on commit fbe081a

Please sign in to comment.