Beginner - Help

Hi,

I'm fairly new to Elastic, at the moment I'm creating Dashboards in Kibana, using Data gathered from CSV files (Excel ones basically). At the moment I have had a look around at "Term Aggregation" and "Significant terms" to help me with my need. What I'm able to do is create a word cloud of strings for a particular column from my Data. What I'd like to do is exclude terms like "The" or be able to count how many of each significant term. Is something that can be done or is it more on the orginal data side?

Thanks in advance

This is something that needs to be done at data ingest. Elasticsearch has built-in mechanism for removing stop words, https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-stop-tokenfilter.html.

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