Splunk Search

How do I group 2 attributes for line graph Splunk

Rayzer
Engager

I'm trying to do a line graph using this command:

source="filename.csv" sourcetype="csv" | stats sum(intake), values(gender) by academic_year

Output:

Rayzer_0-1642263301401.png

 

However, I want the total intake to show the total for each gender, male and female so that my line graph will look something like this: 

Rayzer_1-1642263427021.png

 

Thank you for the help!

 

 

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Change stats to chart

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
source="filename.csv" sourcetype="csv" | stats sum(intake) by academic_year, gender
0 Karma

Rayzer
Engager

This works only in the visualization tab, but my line graph still does not look like the drawing above.

Rayzer_0-1642300830931.png

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Change stats to chart

0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...