Splunk Search

List of Sourcetypes, separeted by logfilenames

matze4matze
Engager

Hi everyone,

I got three Dashboards to list my different sourcetypes.

ALL, test, production

ALL:
| metadata type=sourcetypes | search totalCount>0 | eval termkey="sourcetype" | fields sourcetype | where sourcetype LIKE "system-%" | sort sourcetype

TEST:
| metadata type=sourcetypes | search totalCount>0 | eval termkey="sourcetype" | fields sourcetype | where sourcetype LIKE "system-%test%" | sort sourcetype

PRODUCTION:
| metadata type=sourcetypes | search totalCount>0 | eval termkey="sourcetype" | fields sourcetype | where sourcetype LIKE "system-%prod%" | sort sourcetype

My Question:
How do I make a search like this: At TEST I want to exclude all PROD, because of some different named logfiles.
-> need an inverted searchstring: something like: ALL SOURCETYPES != %prod%

Greetings
Matt

Tags (1)
0 Karma
1 Solution

matze4matze
Engager

where (sourcetype LIKE "system%") AND (not sourcetype LIKE "%test%")

Done 😉

View solution in original post

matze4matze
Engager

where (sourcetype LIKE "system%") AND (not sourcetype LIKE "%test%")

Done 😉

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 ...