Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 938 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 938 Bytes

Graylog helpful scripts and config files

There should be more bootstrapping and setup scripts/workflows available with Graylog and sadly there is not. This is merely an accidental attempt at that.


Prompt for sudo

Deploy rsyslog on Ubuntu:

curl -sSL https://raw.githubusercontent.com/sam-morin/graylog-scripts/main/rsyslog-ubuntu.sh | bash

Using custom server and port as arguments (rsyslog, Ubuntu):

curl -sSL https://raw.githubusercontent.com/sam-morin/graylog-scripts/main/rsyslog-ubuntu.sh | bash -s "10.10.5.3" "514"

Don't prompt for sudo

Deploy rsyslog on Ubuntu:

curl -sSL https://raw.githubusercontent.com/sam-morin/graylog-scripts/main/rsyslog-ubuntu-root.sh | bash

Using custom server and port as arguments (rsyslog, Ubuntu):

curl -sSL https://raw.githubusercontent.com/sam-morin/graylog-scripts/main/rsyslog-ubuntu-root.sh | bash -s "10.10.5.3" "514"