Hi I have an array
"testItem":["test1":"N", "test2":"", "test3":"xyz", "items":{"itemId":"123"},"test4","null"]
In here I want to extract the itemId from Json input through logstash how can i do it. I am new to logstash.
if [testItems][items][itemId] contains
then copy => {"itemId"=>%[testItems][items][itemId]}
thanks for help