Splunk Search

| chart avg(jm*) over Date by Release

wokwok1
New Member

hey,

is it possible to create a chart based on an unknown number of columns? For each release I have multiple fields/metrics. But I don't want to hard-code them in my splunk query. I just want to chart all of them so you can see any regression between two releases.

I can hard-code the metrics:
| cHART avg(jmA),avg(jmB), avg(jmC) over Date by Release

but seems like I can't do:
| cHART avg(jm) over Date by Release*

Thank you so much.

0 Karma

Ayn
Legend

Isn't it the jm* values you want to put a wildcard on? Just do

| chart avg(jm*) over Date by Release
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, ...