All Apps and Add-ons

Splunk newb querying vmware syslog

steveschofield
New Member

We are evaluating splunk as a syslog repository for our vmware hosts. I'm new to splunk querying and wondering if someone has done this before.

Here is a sample text in the logs I'd like to find out some summaries. There are a few ideas but this is a first attempt to extract data.

Device naa.1234567890 performance has deteriorated. I/O latency increased from average value of 10000 microseconds to 190000 microseconds. The bolded items are dynamic.

1) get a count by the second value (i.e greater than value (i.e 189,000) sorted by LUN numbers

The LUN shown in the example can be different and I'd like to order by that grouped by count. (I'm used to things like TSQL and Log parser). Learning to splunk 🙂

How do you evaluate text within a unstructured string text like this. I looked and don't see a field associated with this text.

0 Karma

steveschofield
New Member

This got me started! I should be able to build around this. We have some splunk training coming up as well so I'll post back any enhancements. Thanks!

0 Karma

hagjos43
Contributor

This should work my regex ability isn't stellar, so there might be a better way.

initial query |rex "Device\s(?<devicename>\S+)" | rex "latency\s\w+\s\w+\s\w+\s\w+\s\w+\s(?<originalvalue>\S+)" | rex "latency\s\w+\s\w+\s\w+\s\w+\s\w+\s\S+\s\w+\s\w+\s(?<newvalue>\S+)" | stats count by devicename, originalvalue, newvalue
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...