Splunk Search

Splunk Query

i_am_manish
New Member

If i have n numbers of router in my index  and i want to know the current status of router if its connected or failed , if its is failed i need to show the router number of the failed router how to display the router number instead of router count , what query i should write  

Labels (4)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| stats latest(status) as status by router
| where status="failed"
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Can you give some sample data (please use </> when you post it)? 

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...