JsonPointer with forward slash / character in field
#6509
Unanswered
arichtman-srt
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Thanks for the great work so far.
I'm attempting to do dynamic routing based on a Kubernetes annotation from OpenTelemetry/Otel:
resource.attributes.k8s@silverrailtech@com/log-index-name.I've checked the documentation here and tried almost every permutation I can think of between
"/attributes/resource.attributes.k8s@silverrailtech@com\/log-index-name",/attributes/resource.attributes.k8s@silverrailtech@com~1log-index-name,/attributes/resource.attributes.k8s@silverrailtech@com\/log-index-name,"/attributes/resource.attributes.k8s@silverrailtech@com~1log-index-name"...It just doesn't seem to work 😔
Here's the relevant chunk of the pipeline config
Details
```yaml annotated-logs-pipeline: sink: - opensearch: action: create hosts: -Beta Was this translation helpful? Give feedback.
All reactions