Replies: 2 comments
-
This almost works, but [FILTER]
Name parser
Match kube.*
Key_Name log
Parser json
[FILTER]
Name modify
Match kube.*
Rename cluster app_cluster
[FILTER]
Name nest
Match kube.*
Operation nest
Wildcard *
Nest_under log |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you using the kubernetes filter with merge log set? |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is an example log entry I'm working on as displayed via
stdout
:The issue we're having is that when this log eventually gets into Victoria Logs,
cluster=andy-test
overwritescluster=stage
.We are able to rename that
cluster
label using LuaHowever I'm wondering if there is a better way to address this?
Full Fluent-bit pipeline
Beta Was this translation helpful? Give feedback.
All reactions