We have a timelion panel in kibana for showing the number of requests which has two lines, one represents the number of incoming requests for today and the second represents the number of requests that came for yesterday. It's important to watch for divergences of these lines.
Do you have any idea how to implement rules to detect divergence of the number of incoming requests by two days?
We have a timelion panel in kibana for showing the number of requests which has two lines, one represents the number of incoming requests for
today
and the second represents the number of requests that came foryesterday
. It's important to watch for divergences of these lines. Do you have any idea how to implement rules to detect divergence of the number of incoming requests by two days?