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

Add new decoder for nginx basic auth #597

Open
eliasgrana opened this issue Apr 6, 2020 · 0 comments
Open

Add new decoder for nginx basic auth #597

eliasgrana opened this issue Apr 6, 2020 · 0 comments
Assignees

Comments

@eliasgrana
Copy link
Contributor

eliasgrana commented Apr 6, 2020

Hi team,

Introduction

Currently, the dstuser field on Nginx basic authentication logs are not being decoded. Therefore, decoders are needed to extract if that information present.

Details

Logs collected have the following format:

2018/05/26 06:46:11 [error] 31963#31963: *28769 user "user1" was not found in "/etc/nginx/conf.d/users.htpasswd", client: 1.2.3.4, server: example.com, request: "GET / HTTP/1.1", host: "example.com"
2018/05/27 10:22:20 [error] 31972#31972: *52363 user "test user": password mismatch, client: 1.2.3.4, server: example.com, request: "GET / HTTP/2.0", host: "example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants