I have a json of the following format
{"contextKeys": [
{"name":"DataDogQues"},
{"priority":"high"}],
"comment":"Please Help!"
}
I am trying to fetch the value of name alone in Monitors but I am unable to do so. log.attributes.[contextKeys.name] fetches the entires conextKeys json array.
Is there any means to fetch just the name from contextKeys in Monitors? Thanks in advance.