It currently extracts the path field, and also page, report and status as fields out of the value. For status this is unexpected as there's another field later on in the message that's more important for us to extract.
Being explicit about extracting the status field resolves the problem.
Tested locally, this will still have other fields extracted out of the value of the path field, but not status and any others that we're explicit about.
When Splunk automatically extracts fields for a request such as:
It currently extracts the
path
field, and alsopage
,report
andstatus
as fields out of the value. Forstatus
this is unexpected as there's another field later on in the message that's more important for us to extract.Being explicit about extracting the
status
field resolves the problem.Tested locally, this will still have other fields extracted out of the value of the
path
field, but not status and any others that we're explicit about.