Hi All,
I was wondering if anyone could help me with an issue I am having.
We fairly recently upgraded from version 5 to 6.0.12 LTS and I was hoping to use the trenstl trigger but I am not sure I am using it correctly.
As background I have an item which calculates figures based on items in our elastic index over the past 24 hours, what I want to do is trigger if this varies from the usually. So say the figures are normally between 110-120 and then it drops to say 90 I would like a trigger.
I have configured the below:
From my understanding this should gather data for a 28 day period and flag anomalies based on the current day to the day 1 week previous, however this isn't triggering and reporting ok although the figures the previous week was 115 and today is around 92.
Am I missing something or is there actually a better way to do this, I don't really want to use absolute figures and would rather use some intelligence. I also looked at bassline triggers but not had much luck with them either.
Below is an example of the data, I have it on a schedule atm so it doesn't gather data over the weekend as this would by design drop.
I was wondering if anyone could help me with an issue I am having.
We fairly recently upgraded from version 5 to 6.0.12 LTS and I was hoping to use the trenstl trigger but I am not sure I am using it correctly.
As background I have an item which calculates figures based on items in our elastic index over the past 24 hours, what I want to do is trigger if this varies from the usually. So say the figures are normally between 110-120 and then it drops to say 90 I would like a trigger.
I have configured the below:
HTML Code:
trendstl(/HOST/KEY,28d:now/d,1d,7d,1,"mad")="(1/24)"
Am I missing something or is there actually a better way to do this, I don't really want to use absolute figures and would rather use some intelligence. I also looked at bassline triggers but not had much luck with them either.
Below is an example of the data, I have it on a schedule atm so it doesn't gather data over the weekend as this would by design drop.
Comment