ES Output Plugin - add 'Pipeline_Key'
- Dominant language
- C
- Stars
- 8.1k
- Forks
- 2k
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 71
Description
**Is your feature request related to a problem? Please describe.**
When sending logs to elasticsearch, in addition to dynamically sending to different indices, it's also desirable to send to different ingestion pipelines.
**Describe the solution you'd like**
For the `es` output to support a `Pipeline_Key` field in the same way it supports `Logstash_Prefix_Key`
**Describe alternatives you've considered**
Duplicating the `es` configuration block (including `Host`, `Port` etc.) and using tag rewriting achieves the desired behaviour
Alternatively creating a 'meta' ingestion pipeline in elasticsearch that can identify logs and send them on to the desired pipeline
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.