You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup HTTP GELF Input with Authentication set. It allows me to log and returns 200 when I include the token, but without it it is expectidly returning 401, however the log is still being logged and sent to the stream in graylog.
Expected Behavior
Without a token it should return 401 and should not log.
Current Behavior
Without token it is returning 401, but still logging.
Steps to Reproduce (for bugs)
Create HTTP GELF input, with auth and token set
Send valid log without auth token
Context
I am sending logs from lambda to graylog via GLEF http, and I am hosting graylog on a local server, so I want to use auth for the http endpoint rather than it being open.
Your Environment
Graylog Version: 6.1.4
The text was updated successfully, but these errors were encountered:
I setup HTTP GELF Input with Authentication set. It allows me to log and returns 200 when I include the token, but without it it is expectidly returning 401, however the log is still being logged and sent to the stream in graylog.
Expected Behavior
Without a token it should return 401 and should not log.
Current Behavior
Without token it is returning 401, but still logging.
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: