When i see results in Kibana, i see that there are no fields from JSON, more over, message field contains only \"status\" : \"FAILED\".
message
\"status\" : \"FAILED\"
Is
Reading in a file containing a JSON array is way harder than it should be. Below is a working pipeline configuration
input { exec { command => "cat /path/file_containing_json_array.txt" codec => "json" interval => 3600 } } output { stdout { codec => rubydebug } }