Display the most frequent words in tagcloud chart in kibana

hello, i have text data indexed on elasticsearch, and i want to display the words that are frequently cited in this data in tagcloud format, how i can do this on kibana
thank you very much

Hi @kumar4,

In general, you can do it with Tag Cloud visualisation, but it depends on how you ingested the data.

As an example, you can use our sample data set.

Regards, Dzmitry

my file is composed of several lines and each line contains several fields, among these fields there is a textual field (it is a sentence), I want the words frequently cited in the whole of my file based this fields and display them in tagCloud, i dont want the all sentences but only the words that are frequently cited

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

Hi @kumar4,

As I stated what you can do on visualize depends on how you ingested the data. I suggest to read the docs about splitting field values. In order to run aggregations, you need to fix your mappings.

Regards, Dzmitry