-
Notifications
You must be signed in to change notification settings - Fork 162
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
Update nginx-logs.yaml to accept host:port combined NCSA patter #1158
Conversation
Expand grok-match for NCSA vcombined format
Hey 👋🏻 Just to ask because I never seen this before, you are using the EG: so when you have the log format set to:
The |
Okay I just tested it with ip's but would be the same for domains:
but obviously if the domain is on a different port the server would be only listening for that domain. however, if you have 2 domains/subdomains EG:
However, from nginx point of the view the server doesnt need to have the |
Base debian/ubuntu apache2.conf:
The Basically, the nginx logparser/grok-section will get Also, having a few separate vhosts on separate ports will show the issue as well (I know I prefer to know the -exact- port a request comes in on, especially when rummaging with http=>https redirects etc). |
We are investigating an issue on our side, you changes are published, however, there currently issue downloading them remotely. I will update this PR once we have it resolved. |
Update: this should now be live and can be downloaded via updates
|
* Update nginx-logs.yaml to accept host:port combined NCSA patter Expand grok-match for NCSA vcombined format * enhance: add some simple tests to ensure we keep compatability * chore: run index workflow manually due to fork --------- Co-authored-by: Laurence <[email protected]>
* Update nginx-logs.yaml to accept host:port combined NCSA patter Expand grok-match for NCSA vcombined format * enhance: add some simple tests to ensure we keep compatability * chore: run index workflow manually due to fork --------- Co-authored-by: Laurence <[email protected]>
Expand grok-match for NCSA vcombined format