Chronicle Unstructured Sink - Templated Labels #22590
Unanswered
Matt-Smart
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey All,
I'm looking to add dynamic content to some of my ingestion labels in the GCP Chronicle Unstructured sink.
I believe, and from testing I've confirmed, that the key/value pairs of
labels
are currently string literals rather than templated strings, so I was wondering if there was a way I could create a map during a transform and then set the full value of thelabels
field in the sink to that map? Or would this require a PR to enable the values of thelabels
map support template.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions