Splunk Search

How to search for and display all hosts that have more than 1 eventtype?

shellnight
Explorer

is there a way to search for more than 1 eventtype for a single host and display the same in a stats table

fields available are

hostsname
eventtype= eg disk full, disk crash, cpu high

need to display all hosts which have more than 1 eventtype .eg a hostname with both cpu high and disk full

Tags (3)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Perhaps something like this?

index=foo | stats dc(eventtype) as eventCount by hostname | where eventCount > 1 | table hostname eventtype
---
If this reply helps you, Karma would be appreciated.
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 ...