Add custom field to logs #14023
Replies: 1 comment 2 replies
-
Are you trying to add a new processor to the ingest pipeline or just add a field to an existing data stream? If it is just adding a field, try the update mapping API https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-mapping.html |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add a custom field to all ingested logs using this method: https://docs.securityonion.net/en/2.4/elasticsearch.html (Parsing tab). However, it only adds the pipeline to Elasticsearch and does not apply it to the logs.
Beta Was this translation helpful? Give feedback.
All reactions