What's the proper pipeline JSON processor syntax t...
# general
t
What's the proper pipeline JSON processor syntax to parse "cloud.region" from attributes into attributes.region? Tried quotes, etc. Not having much luck. Thanks.
c
@Raj Kamal can you help here ?
🙏 1
t
I've figured it out. See doc.
Copy code
If a field contains a dot in it, a field can alternatively use bracket syntax for traversing through a map. For example, to select the key k8s.cluster.name on the entry's body, you can use the field body["k8s.cluster.name"].
🙌 1