Vector remap VRL , variable assignment not working #23333
Unanswered
itpatterns
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @itpatterns, can you share a sample metric? You can share all the logs before the flood warning. This playground example might help. |
Beta Was this translation helpful? Give feedback.
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.
-
I have this transform block in my vectol toml. I get value in log if directly print parsred value but same not working if assigned to a variable .topic_value
output showing null for "Topic from tags:"
vector | 2025-07-03T06:11:58.671718Z INFO transform{component_kind="transform" component_id=get_asset_from_cmdb_msg component_type=remap}: vrl::stdlib::log::implementation: Internal log [Kafka topic is: ros-prometheus_metrics] is being suppressed to avoid flooding.
vector | 2025-07-03T06:11:58.671728Z INFO transform{component_kind="transform" component_id=get_asset_from_cmdb_msg component_type=remap}: vrl::stdlib::log::implementation: Internal log [Topic from tags: ] is being suppressed to avoid flooding.
Beta Was this translation helpful? Give feedback.
All reactions