- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

k_harini
Communicator
06-12-2017
11:23 PM
I'm facing issue with formatting sparkine as bar chart for multiple sparklines
index=xxx counter="% Idle time" OR counter="% User Time" |stats sparkline(avg(Value),1h) as Trend avg(Value) as "Avg_Value" by host counter|eval Avg_Value=round(Avg_Value,2)."%"|xyseries host counter "Avg_Value" Trend
I could see sparkline trend values as "Trend:% Idle time" "Trend:% User Time". How to specify this in format tag
Tried this
<code>
<format field= "Trend:% Idle time" type="sparkline">
<option name="type">bar</option>
</format>
</code>
This is not working.. can someone please help
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

k_harini
Communicator
06-13-2017
02:54 AM
This is resolved. I could rename and give in different format tags. Thanks..
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

k_harini
Communicator
06-13-2017
02:54 AM
This is resolved. I could rename and give in different format tags. Thanks..
