Dashboards & Visualizations

How to create a Multi-Series Line Chart?

atomickonline
Engager

I can't figure out how to create a Multi-Series line chart.

For example, the sample data below shows test scores (Result) for the 4 participants over 3 tests.
I'd like to have a line graph for each participant.
X-Axis = GroupNumber (1,2,3,4)
Y-Axis = Result (1-100)
And plotted would be 4 lines, one for each participant with their scores.

My data in Splunk is in the format as represented below under "Sample Data". each is a separate entry that has Name, Result, and GroupNumber

Example Desired Outcome (Data Not Representative to Sample Data):
alt text

Sample Data:
alt text

Thanks

1 Solution

micahkemp
Champion

I think you may be looking for:

| chart first(Result) OVER GroupNumber BY Name

View solution in original post

micahkemp
Champion

I think you may be looking for:

| chart first(Result) OVER GroupNumber BY Name

emottola
Explorer

I looked way too hard to find this. Thank you for your answer!

0 Karma

atomickonline
Engager

Perfect!. Thank you very much. Now that I see the solution, it makes sense.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...