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!

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...