You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Please help. The array values are not appearing as name value pairs in kibana as the json filter does not parse nested arrays.
Here is my json:
{"metric_data":{"from":"2015-06-23T06:11:52+00:00","to":"2015-06-23T06:12:52+00:00","metrics":[{"name":"HttpDispatcher","timeslices":[{"from":"2015-06-23T06:10:00+00:00","to":"2015-06-23T06:11:00+00:00","values":{"average_call_time":486,"call_count":1849}}]}]}}
I want to be able to search in kibana or create dashboard on average call time but logstash puts the whole json string under metric_data.metrics and _source in kibana/ES. Is does not parse out the name value pairs such as average_call_time: 486
Please assist thanks!
The text was updated successfully, but these errors were encountered:
I have the exact same issue. If a field or subfield within a JSON blob is an array, the JSON filter fails to parse the array, and just returns it as string.
Hi,
Please help. The array values are not appearing as name value pairs in kibana as the json filter does not parse nested arrays.
Here is my json:
{"metric_data":{"from":"2015-06-23T06:11:52+00:00","to":"2015-06-23T06:12:52+00:00","metrics":[{"name":"HttpDispatcher","timeslices":[{"from":"2015-06-23T06:10:00+00:00","to":"2015-06-23T06:11:00+00:00","values":{"average_call_time":486,"call_count":1849}}]}]}}
I want to be able to search in kibana or create dashboard on average call time but logstash puts the whole json string under metric_data.metrics and _source in kibana/ES. Is does not parse out the name value pairs such as average_call_time: 486
Please assist thanks!
The text was updated successfully, but these errors were encountered: