SPLK-4001 · Question #3
Which of the following are ways to reduce flapping of a detector? (select all that apply)
The correct answer is A. Configure a duration or percent of duration for the alert. D. Apply a smoothing transformation (like a rolling mean) to the input data for the detector. According to the Splunk Lantern article Resolving flapping detectors in Splunk Infrastructure Monitoring, flapping is a phenomenon where alerts fire and clear repeatedly in a short period of time, due to the signal fluctuating around the threshold value. To reduce flapping, the…
Question
Which of the following are ways to reduce flapping of a detector? (select all that apply)
Options
- AConfigure a duration or percent of duration for the alert.
- BEstablish a reset threshold for the detector.
- CEnable the anti-flap setting in the detector options menu.
- DApply a smoothing transformation (like a rolling mean) to the input data for the detector.
How the community answered
(21 responses)- A76% (16)
- B5% (1)
- C19% (4)
Explanation
According to the Splunk Lantern article Resolving flapping detectors in Splunk Infrastructure Monitoring, flapping is a phenomenon where alerts fire and clear repeatedly in a short period of time, due to the signal fluctuating around the threshold value. To reduce flapping, the article suggests the following ways: Configure a duration or percent of duration for the alert: This means that you require the signal to stay above or below the threshold for a certain amount of time or percentage of time before triggering an alert. This can help filter out noise and focus on more persistent issues. Apply a smoothing transformation (like a rolling mean) to the input data for the detector: This means that you replace the original signal with the average of its last several values, where you can specify the window length. This can reduce the impact of a single extreme observation and make the signal less fluctuating.
Topics
Community Discussion
No community discussion yet for this question.