Dashboards & Visualizations

Dashboard Tutorial Video Instructions Do Not Return Data

AveryD3
Explorer

Why is it that neither of the Splunk.com site dashboard examples return data for the following

query:  index=main sourcetype=access_combined* status=200 action=purchase |timechart count by productid ?

Here's what the videos say we should get:

AveryD3_0-1727407364103.png

But here's what the query returns:

AveryD3_2-1727407669492.png

It groups by date successfully, but doesn't yield results by product.

Both of the online dashboard creation videos in the url below yield the desired results shown in the first screenshot above.   Note:  the source="tutorialdata.zip:*".

Two video training sites are here:

https://www.splunk.com/en_us/training/videos/all-videos.html

https://www.splunk.com/en_us/blog/learn/splunk-tutorials.html#education

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Field names are case sensitive - try using productId rather than productid

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

Can you share some of the events you have?

0 Karma

AveryD3
Explorer

Sure, and thanks for asking.

The data file is called "tutorialdata.zip", and was downloaded from the Splunk site here:

https://docs.splunk.com/Documentation/Splunk/9.3.1/SearchTutorial/Systemrequirements#Download_the_tu...

Thanks again.

Avery

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Field names are case sensitive - try using productId rather than productid

AveryD3
Explorer

That was it!  Thanks for solving!

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...