Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Graylog 4.1 / option to use without docker #7

Open
ThatCoffeeGuy opened this issue Sep 1, 2021 · 1 comment
Open

Support Graylog 4.1 / option to use without docker #7

ThatCoffeeGuy opened this issue Sep 1, 2021 · 1 comment

Comments

@ThatCoffeeGuy
Copy link

I might be wrong but I simply couldn't find a working version of this content pack for version 4.1 where I'm using nginx on baremetal.

@webmastir
Copy link

@ThatCoffeeGuy maybe I am missing something, but you can change the logging location in your Nginx config to something like

...
    access_log syslog:server=<ip_for_graylog>:12304 graylog2_json;
    error_log syslog:server=<ip_for_graylog>:12305;
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants