Splunk Search

How to create a single value element for the dashboard?

leanpro
Engager

I have following stats. I want to create a single value element which will show the revenue of 2014 and increase/decrease from last year.alt text

0 Karma
1 Solution

somesoni2
Revered Legend

Try this

index="sales_data" sourcetype=csv | stats sum(Revenue) as Total_Revenue by Year 
| eval _time=strptime(Year."-01-01","%Y-%m-%d")
| timechart span=1y sum(Total_Revenue) as Total_Revenue

select single value visualization in Visualization tab. If all looks good, Save As dashboard panel.

View solution in original post

0 Karma

somesoni2
Revered Legend

Try this

index="sales_data" sourcetype=csv | stats sum(Revenue) as Total_Revenue by Year 
| eval _time=strptime(Year."-01-01","%Y-%m-%d")
| timechart span=1y sum(Total_Revenue) as Total_Revenue

select single value visualization in Visualization tab. If all looks good, Save As dashboard panel.

0 Karma

leanpro
Engager

Super appreciated, many thanks buddy!

0 Karma
Get Updates on the Splunk Community!

Unleash the Power of Splunk MCP and AI, Meet Us at .Conf 2025, and Find Even More New ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Observability Professionals: Build Resilience and Visibility with These .conf25 ...

  If you're focused on performance, availability, and full-stack visibility, the Observability track at ...

See just what you’ve been missing | Observability tracks at Splunk University

Looking to sharpen your observability skills so you can better understand how to collect and analyze data from ...