Skip to content

sam-morin/graylog-scripts

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages