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!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...