Splunk Search

How to make a chart where the x-axis is a guid

splunkuser2127
Loves-to-Learn

I have 3 fields: "Runtime_A", "Runtime_B", and "guid". My current query is:
search | chart values(guid) AS "Guid", values(Runtime_A) AS "Total Runtime", values(Runtime_B) AS "Partial Runtime"
My graph is empty, and there is only one xvalue in the xaxis and its a comma seperated list of all the guids. What's wrong with my query?

Tags (2)
0 Karma

vnravikumar
Champion
0 Karma

adonio
Ultra Champion

... your search and filters with index and sourcetype here ... | chart avg(Runtime_A) as avg_A avg(Runtime_B) as avg_B by guid ...
you can use any functions that you wish ... look into the chart or stats command documentation
https://docs.splunk.com/Documentation/Splunk/8.0.3/SearchReference/Stats

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...