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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...