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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

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