All Apps and Add-ons

Rollup versions

jackpal
Path Finder

I am tracking versions of Operating systems and I'd like to summarize since we have a few different release numbers. Currently I can get a summary with the following simple query :

index=test CURREL=ws* |stats count by ELC_VERSION

This produces a list similar to this:

alt text

I'd like to simplify but just having the ELC_VERSION field rolled up into RHEL6 and RHEL7

0 Karma

DalJeanis
Legend

Try something like this...

 index=test CURREL=ws* 
| eval ELC = "RHEL".substr(ELC_VERSION,1,1) 
| stats count by ELC
0 Karma
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 ...