Splunk Search

How to exclude splunk cloud server logs from my search

kaphie2002
New Member

I have a new splunk instance and I am seeing log entries for the splunk cloud host logs with host names:

dx*
idx-i-*
sh-i-*
c0m1-i-*

Is it possible to remove these entries from default searches in the UI?

Tags (2)
0 Karma

mayurr98
Super Champion

Hey

You can build a macro if this is something which is repetitive and you want to perform for every search.
Refer below doc to build a macro.
http://docs.splunk.com/Documentation/Splunk/7.0.3/Knowledge/Definesearchmacros

Build a macro with the following query

index=<your_index> NOT host IN (dx*,idx-i-,sh-i-,c0m1-i-*)

let me know if this helps!

0 Karma

splunker12er
Motivator

You can using NOT operator and specify the list of host name (use can use wildcard) you want to exclude

query will be like ,

index=* NOT (host="dx*" OR host="idx-i-" OR host="sh-i-" OR host="c0m1-i-*") 
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...