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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...