Observations
The Apache HTTP Server integration documentation covers the supported GROK patterns with examples. But when we try to evaluate the example patterns we are observing GROK failure.
This happens because we are not currently parsing the remote login names.
GROK Pattern:
Provided sample formats in the document
Next Steps
- The supported log formats in the document should be revisited and add these formats in the pipeline test scripts for validations.
- Update the GROK pattern to support remote login names if required.
Observations
The Apache HTTP Server integration documentation covers the supported GROK patterns with examples. But when we try to evaluate the example patterns we are observing GROK failure.
This happens because we are not currently parsing the remote login names.
GROK Pattern:
Provided sample formats in the document
Next Steps