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

New parse_apache_log Remap function #5369

Closed
3 tasks
binarylogic opened this issue Dec 3, 2020 · 1 comment · Fixed by #6608
Closed
3 tasks

New parse_apache_log Remap function #5369

binarylogic opened this issue Dec 3, 2020 · 1 comment · Fixed by #6608
Assignees
Labels
domain: vrl Anything related to the Vector Remap Language type: feature A value-adding code addition that introduce new functionality.

Comments

@binarylogic
Copy link
Contributor

binarylogic commented Dec 3, 2020

Note, this overlaps with #5370. We should adjust that function to support the following formats (if it makes sense):

  • Parses the Apache common format as described in the flog project
  • Parses the Apache combined format as described in the flog project
  • Parses the Apache error format as described in the flog project

I'm open to splitting these out but wanted to go for the easiest / simplest UX since users ultimately just want to parse Apache logs.

@binarylogic binarylogic added transform: regex_parser type: feature A value-adding code addition that introduce new functionality. domain: vrl Anything related to the Vector Remap Language labels Dec 3, 2020
@binarylogic binarylogic changed the title New parse_apache_common Remap function New parse_apache_log Remap function Dec 3, 2020
@binarylogic binarylogic added this to the 2021-01-18 Tabula E-Rasa milestone Jan 15, 2021
@binarylogic
Copy link
Contributor Author

@FungusHumungus just a heads up, this overlaps with #5370, so we should see how we can consolidate the two functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: vrl Anything related to the Vector Remap Language type: feature A value-adding code addition that introduce new functionality.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants