Xpath output brings arrays instead of json

filter {
xml {
source => "message"
target => "parsed"
store_xml => "false"
xpath => [

"Report/@Name", "cell_value1",
/Report/sr08/Report[@Name='sr08']/matrix1[@commodity_header1='World'] , "cell_value2",
....
]
}
}

for this i am getting output,
out

Please help me.

Regards,
Narayana

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.