How to organize elasticsearch indexes?

I have data coming from many identical devices (the data is generated in the same way, follows the same schema, etc.). Each device has a special ID. I want to see my data in Elasticsearch/Kibana per each device. Am I understanding correctly that I should then have one index for each device?

Hey,

no need for an index per-device. You can have a filter for that device in the kibana search field at the top.

--Alex

1 Like

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