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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...