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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...