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!

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