I am using a timechart and trendline search commands, and then I want to pipe the results into a table and add a field there:
index=xxx sourcetype=yyy some_search_criteria
| timechart span=1...
Hi, Im trying to create a single value with trendline visualisation, where I want to compare the difference between todays result with yesterday results. The trendline should be the results d...
I am having the chart with durations, Now I want add a line over the chart with values as avg(duration). I used below query, but its not showing up trendline
index=cloudfoundry sourcetype=c...
I want to create a chart with hours as y-axis and Date as X-axis and draw a line based on the time difference between two days.
Values in the chart: ProcessLogId
Chart should based on : Time Di...
I'm trying to show MAX TPS on a single value panel, with a trendline.
Showing just TPS is easy:
<search> earliest=1h |eval TPS = 1 | timechart per_second(TPS) as TPS
That works a...
I have a simple trendline to track storage growth I want to display. I'm using the following syntax. There are no errors but the trendline won't display -
tag="host01" | eval MOUNTPT=mvfilter(m...
I'd like to plot a numerical value over time (such as syslog event counts), along with a linear trendline (such as this: http://www.splunk.com/wiki/Community:Plotting_a_linear_trendline), but how c...
...ILED_ENGG_NAME,ThresholdClosedTime | chart avg(ThresholdClosedTime) by FILED_ENGG_NAME | trendline ema2(avg(ThresholdClosedTime))
which gives the trend of threshold closed time.
I want to combine two s...
I wanted to build a trendline of my hosts response_time over _time.
But it won't generate
source=my_perf
AND (host=A OR host=B OR host=C OR host=D OR host=E)
| base query
| trendline s...