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!

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