How to get index data from kibana?

Hi Dharani,

You need to run beats for all the different beats you want, ingest them in to ES and then create index patterns in Kibana: https://www.elastic.co/products/beats

By default, beats write to 9200. So you don't have to do curl to add the data.

This is our documentation for it: https://www.elastic.co/guide/en/beats/libbeat/current/index.html

Thanks,
Bhavya