All Apps and Add-ons

Wordcloud_App - Option to exclude some basic words (such as "the", "you", "are", "for") in the text cloud

cpaulrex
New Member

Hi,

It will be helpful if the "Wordcloud_App" app has an option in the customization panel along with the color panels, to exclude some of the basic words such as "the", "you", "are", "for" to avoid creating wordcloud with common words.

Thanks,
Paul C Clarance

0 Karma

lukas_loder
Communicator

Hi Paul,

Have you tried it with a subsearch where you exclude the new results?

index=_internal message="*" | eval Words=split(message,",") | Stats count by Words | search NOT (Words="disk" OR Words="ems") 

Here I split the message into diverent words. And after this I exclude the words "disk" and "ems" from my search.

Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...