Graylog2 / Graylog2/graylog2-server
processing pipeline - prefix all fields functions
Open
feature
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## What?
A function is needed that allows to prefix all given fields in a message without naming them all in a rule.
## Why?
When you ingest data and want to prefix on certain conditions all fields you need to know all fields and write processing rules that rename fields. Each field need to be written separate.
Should fields be added, removed or renamed the processing needs to be adjusted. Having the ability with a single rule to prefix all fields of a message would remove possible failures and problems.
[Z#844297]
Contributor guide
Assessment
This issue has not been assessed yet.