Skip to content

Commit

Permalink
Added comment on how to run local syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Gainutdinov committed Jun 18, 2020
1 parent 0391581 commit ff4465c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run-graylog
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ docker start elastic
docker start mongo
sleep 5
$GL/bin/graylogctl run

## Run two consoles additionally:
## sudo docker run -it -p 514:514/udp -p 601:601 --name syslog-ng balabit/syslog-ng:latest
## docker exec syslog-ng tail -f /var/log/messages

0 comments on commit ff4465c

Please sign in to comment.