Getting account name by account ID in ELK #22059
Answered
by
jszwedko
Padmashankari
asked this question in
Q&A
-
Would it be possible to get aws_account_name by account_id from logs and map it to a seperate field in ELK? we are using vector agent |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Dec 19, 2024
Replies: 1 comment 1 reply
-
Unfortunately, I don't think there is anything natively in Vector to do that. You could always use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pront
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, I don't think there is anything natively in Vector to do that. You could always use the
lua
transform though to execute custom Lua scripts.