Alerting

Limit number of alerts in RSS

echalex
Builder

Hi,

I'm using an RSS feed to view alerts from a scheduled search. The purpose is to maintain a sort of dead man's grip monitoring that feed with a third party application. The RSS feed does not need authentication, which is why I prefer this over the RESTful API.

However, the RSS keeps track of the 30 latest alerts, even after they have expired. Is there a way not showing expired alert or limiting the number of alerts in the RSS feed?

Tags (2)
0 Karma

bizza
Path Finder

UP

I tried to setup
items_count=1
in alert_actions.conf under [rss] stanza, as specified in .spec file,

items_count = <number>
    * Number of saved RSS feeds.
    * Cannot be more than maxresults (in the global settings).
    * Defaults to 30.

but I still found 30 items.

Any hint?

Ciao

echalex
Builder

Never really tried this, as it seems to me the items_count affects the RSS feeds of all alerts, not just this specific one.

0 Karma

amit_saxena
Communicator

Hi,

I am not sure but I feel that once a search gets expired, the corresponding search results directory in "dispatch" folder also gets deleted.

If that's true, whenever you fetch RSS feed, you can extract the sub folder inside dispatch directory to see if it exists or not and if it does not exists, you can stop processing more on the RSS entry just fetched.

Let me know your views and if it helps.

Regards,
Amit Saxena

echalex
Builder

To be honest, I never tried this solution. This apparently requires shell access to the dispatch directory. Therefore it is not exactly in line with what I want to achieve.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...