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!

Detecting Brute Force Account Takeover Fraud with Splunk

This article is the second in a three-part series exploring advanced fraud detection techniques using Splunk. ...

Buttercup Games: Further Dashboarding Techniques (Part 9)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Buttercup Games: Further Dashboarding Techniques (Part 8)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...