Import the list of ids from external file

Hello!

I want to know if its possible to query on the documents already stored in the database with a filter which reads from a file (json, csv, txt - separated by new line), the ids of the documents that I want to do the query on.

I'm opened to any other better ideas, I just want to tell Kibana/ES what ids I want by reading them from an external final.

Many thanks!

This is not currently possible with Kibana.

Logstash has an elasticsearch filter plugin that can query Elasticsearch using input from another source (such as a file). You can use any of the output plugins to return the results.

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