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!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...