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!

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!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...