Hi All
I have a RESTful API (given below), when i index it , i get only 1 column in Elasticsearch as "message"
I need to parse this message into multiple columns like main, description, icon,temp, presssure, humidity.....etc.
All this i get in JSON response, all should act as Field/Column in Kibana.
Is there anyway wherein we can get always lowest level field value using logstash?