Alerting

Is there a way to configure a custom file name for the exported CSV file attached in saved search alert emails?

vasanthmss
Motivator

Hi,

By default, Splunk will export CSV files attached as “splunk-results.csv” and deliver it in the email. Is there a way we can configure our custom file name? like "customname1.csv" or based on the saved search name?

Thanks,
V

V
Labels (2)
1 Solution

somesoni2
Revered Legend

xpac
SplunkTrust
SplunkTrust

As I had the same problem (and this is the first result on Google), I figured out a permanent solution that can be customized per alert.

In savedsearches.conf, go to your alert, and add this line:

action.email.reportFileName = here-goes-your-filename-without-csv-extension

Splunk will then use that setting, add .csv and attach that file to your alert email. As far as I understand it, every setting from alert_actions.conf can be overridden in savedsearches.conf, e.g.

# alert_actions.conf
[email]
reportFileName = something

equals

# savedsearches.conf
alert.email.reportFileName = something

Swap reportFileName with the setting of your choice 😉

0 Karma

knalla
Path Finder

I tried this, it din't work.

0 Karma

ppablo
Retired

Hi @vasanthmss

I noticed you upvoted @somesoni2's answer, but you didn't accept it. If his answer solved your question, please be sure to resolve the post by clicking "Accept" directly below his answer. Always do this for all of your questions that have a working answer.

0 Karma

somesoni2
Revered Legend
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, ...