-
Notifications
You must be signed in to change notification settings - Fork 522
Closed
Labels
Integration:apacheApache HTTP ServerApache HTTP ServerTeam:Obs-InfraObsObservability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]bugSomething isn't working, use only for issuesSomething isn't working, use only for issues
Description
From the apache ingest pipeline (link):
- rename:
field: message
target_field: event.originalThe rename processor documentation states:
If the field doesn’t exist or the new name is already used, an exception will be thrown.
This means that any document that already has an "event.original" field (with or without a "message") field will cause an ingestion error:
"message": "......",
"error": {
"message": "field [event.original] already exists"
},A suggestion is to tolerate the presence of "event.original" and "message" fields by including an if condition in the rename processor.
ivosh and herrBez
Metadata
Metadata
Assignees
Labels
Integration:apacheApache HTTP ServerApache HTTP ServerTeam:Obs-InfraObsObservability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]bugSomething isn't working, use only for issuesSomething isn't working, use only for issues