How to parse the JSON Column dynamically using logstash

Hi All

I have a RESTful API (given below), when i index it , i get only 1 column in Elasticsearch as "message"

http://samples.openweathermap.org/data/2.5/weather?q=London,uk&appid=b1b15e88fa797225412429c1c50c122a1

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?

anyone has done something like this?

i believe this is a common problem in all json respone.

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