Node name insted of vector pod name #17612
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The hostname returned Vector will return the container's hostname, you can use something like we do in the Helm chart and use a |
Beta Was this translation helpful? Give feedback.
-
can you explain little
i try like this and i got error |
Beta Was this translation helpful? Give feedback.
-
worked with
thanx |
Beta Was this translation helpful? Give feedback.
The hostname returned Vector will return the container's hostname, you can use something like we do in the Helm chart and use a
remap
transform to replace thehost
with the value from the environment variable.