We have data on usage of particular hosts & addtotals. Out of that, we want to represent only the addtotals and not the individual usage of hosts in a visualization. Is there any method of representing only the addtotals in the visualization instead of all the values?
Use the table or fields command to only keep the fields you are interested in. For example,
.... | timechart count by host | addtotals | table _time Total