Introduce order dependency between source, filter, and match directive.
Open
enhancement
- Dominant language
- Ruby
- Stars
- 13.6k
- Forks
- 1.4k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 20
Description
**Describe the solution you'd like**
Introduce order dependency between source, filter, and match directive.
**Describe alternatives you've considered**
none
**Additional context**
ref: https://github.com/fluent/fluentd/pull/2688
There is an order dependency between only filter and match. it's confusing behavior because there is no order dependency between source and match or source and filter. so it would be good to introduce an order dependency between all sections.
Contributor guide
Assessment
This issue has not been assessed yet.