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
Describe the bug
Hi,
Maybe I'm missing something, I want to add a new record foo.bar based on existing labels.app using FILTER:modify.
But it doesn't work.
To Reproduce
Was trying the following variants:
[FILTER]
Name modify
Match *
Add foo.bar $kubernetes['labels']['app']
OR
[FILTER]
Name record_modifier
Match *
Record foo.bar $kubernetes['labels']['app']
OR
[FILTER]
Name modify
Match *
Condition Key_exists kubernetes['labels']['app']
Copy kubernetes['labels']['app'] foo.bar
Additional context
Also, I tried an LUA script and it works. But my goal is to use a FILTER:modify or maybe record_modifier if it's possible.
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the bug
Hi,
Maybe I'm missing something, I want to add a new record
foo.bar
based on existinglabels.app
using FILTER:modify.But it doesn't work.
To Reproduce
Was trying the following variants:
OR
OR
Additional context
Also, I tried an LUA script and it works. But my goal is to use a FILTER:modify or maybe
record_modifier
if it's possible.The text was updated successfully, but these errors were encountered: