You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In the context of the Kubernetes Filter, I'd like to be able to suggest multiple parsers through the annotation. The idea is that logs could be formatted in different ways according to the context, and making one parser to handle the different cases can be hard.
Describe the solution you'd like
Each parser could be seperated by a comma like so :
Then we would iterate on the parsers, and use the first one that has a match.
Describe alternatives you've considered
I tried using the Parser Filter, but then we lose the Kubernetes Metadata.
Additional context
This feature was already suggested through #5526 and #8173. I am willing to work on the MR :)
The text was updated successfully, but these errors were encountered:
ABWassim
changed the title
[Kubernetes] - Allow multiple parsers to be defined for the annotation
[Kubernetes] - Allow multiple parsers to be defined in the annotation
Nov 19, 2024
Is your feature request related to a problem? Please describe.
In the context of the Kubernetes Filter, I'd like to be able to suggest multiple parsers through the annotation. The idea is that logs could be formatted in different ways according to the context, and making one parser to handle the different cases can be hard.
Describe the solution you'd like
Each parser could be seperated by a comma like so :
Then we would iterate on the parsers, and use the first one that has a match.
Describe alternatives you've considered
I tried using the
Parser
Filter, but then we lose the Kubernetes Metadata.Additional context
This feature was already suggested through #5526 and #8173. I am willing to work on the MR :)
The text was updated successfully, but these errors were encountered: