Replies: 2 comments 1 reply
|
I should mention that it works in Log: |
1 reply
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.
According to tag action documentation, tag action supports Macro Expansions. However, it does not seem to work.
tag:'request-id:%{REQUEST_HEADERS.X-Request-ID}'produces[tag \"request-id:%{REQUEST_HEADERS.X-Request-ID}\"]in the log. I have also tried:which produces
[tag \"request-id:%{tx.x-request-id}\"]. How do I make this work?All reactions