- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to make column chart with filter by host and upper bound
mishaaaaaaaaaa
Explorer
02-05-2019
01:18 AM
Hi, splunk comunity!
How can i make query which print some info in column chart filtred by hosts and also upper bound line?
I try to do something like this:
....
| eval top=some logic to calculate top value
| timechart sum(someInfo) as "counter" max(top) as "upper bound" by host
....
but i have columns which contains value of upper bound for each host, but not an upper bound line
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
whrg
Motivator
02-05-2019
11:20 PM
I believe you are looking for a chart overlay. Check out this page: Chart overlay example (dual axis).
So edit your column chart by clicking on "Format", then on "Chart Overlay" and then select the "upper bound" field.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
vishaltaneja070
Motivator
02-05-2019
11:05 PM
@mishaaaaaaaaaa
Can you please explain the requirement again with any snippet if you have?
