Splunk Search

How can in add total row runtime in Pie chart?

geetanjali
Path Finder

Hello,

I am drawing pie chart with different guest names using timechart. I need to display total power consumption row after pie chart .
i have used addtotal in my query but it is not working

My query is : index="power" sourcetype="power_usage" | eval guest=ltrim(source,"C:\opt\app\") | eval guest=split(guest,"\") | eval guest=mvindex(guest,-3) | addtotals col=t labelfield=Power_consumption label=ALL | chart sum(Power_consumption) over guest | sort -sum(Power_consumption)

Please correct me.

Thanks in advance.

Tags (1)

hazekamp
Builder

geetanjali,

I would not recommend including this total in the pie chart itself, but instead include a separate search w/ a SingleValue above or below the pie chart. If you are using advanced XML this could be achieved with one search and two post process modules.

See also: Add A Single Button

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...