Alerting

Links in alerts not working

bhavneeshvohra
Engager

We have one Real Time and one scheduled alert ,in both these alerts we have alert actions as mail .
In the mail we send a link of " View results in Splunk".
But we have found that these links get expired after 24 hours .
How should we deal with this issue.?
Kindly help!!

Tags (1)
0 Karma

renjith_nair
Legend

@bhavneeshvohra,

The expiring time of the artifacts are decided by dispatch ttl in savedsearch.conf and based on your alert actions, ttl value in alert_actions.conf will take effect.

See alert_actions.conf

ttl = <integer>[p]
* The minimum time to live, in seconds, of the search artifacts,
  if this action is triggered.
* If 'p' follows '<integer>', then '<integer>' is the number of scheduled periods.
* If no actions are triggered, the ttl for the artifacts are determined
  by the 'dispatch.ttl' setting in the savedsearches.conf file.
* Default: 10p
* Default (for email, rss)                    : 86400 (24 hours)
* Default (for script)                        :   600 (10 minutes)
* Default (for summary_index, populate_lookup):   120 (2 minutes)
---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...