Importing a list and comparing it to an index

Is it possible to take a list of 30,000 terms in a txt file and run it against an index of documents in Kibana (like in Elastic API?), then get back results of the most frequently used terms of the list of 30,000 terms?

Thanks in advance.

If I understand your request correctly, you want to index the 30k terms from a txt file into elasticsearch, then use kibana to display the most frequently used terms? I'm not sure exactly what you mean by "run it against an index of documents".

You should be able to ingest your terms from the txt file into Elasticsearch via logstash, then you can certainly use Kibana to display the most frequently used terms.

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