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
Originally posted by fardin01 July 30, 2024
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:
Took a look at this code. It will need a big refactor, as the tags are just strings for now. Probably because of performance reasons. But in the end we should:
correct the documentation that says we support it.
Discussed in #1117
Originally posted by fardin01 July 30, 2024
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?The text was updated successfully, but these errors were encountered: