How to extract TAG components and add them as attributes to the record? #8657
Unanswered
sfc-gh-aivanou
asked this question in
Q&A
Replies: 2 comments
-
I also seem to be having a bit of trouble finding where in the documentation I should be looking for this. In my case, I'm using the fluentd logging engine in Docker to ship my logs to a fluent-bit instance: Terraform config log_configuration = {
logDriver = "fluentd"
options = {
"fluentd-address" = "localhost:24224",
"tag" = "xonboard_backend2"
}
secretOptions = null
} I then want to extract the tag that's been passed and set it as the
In fluentd this was as possible using |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I searched in github and surprisingly I did not find this pattern, that should be pretty common.
I have a tag that has the following pattern:
How do I add
<PROCESS_NAME>
as attribute to the record?E.g. I want to produce the following record:
Beta Was this translation helpful? Give feedback.
All reactions