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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...