Alerting

I need alert if anyone click on export button on the search head

abhishekdubey00
Engager

I need a alert if any one click on export button option it should send alert through mail or triggered alert

Tags (1)
0 Karma
1 Solution

gaurav_maniar
Builder

Hi Abhishek,

index=_internal export| regex uri_path="results\/export$"

Create an alert using the above query and schedule it on real time or every minute cron job to get alert emails.

Let me know if you need help with scheduling alert as well.

Accept and upvote the answer if it helps.

happy splunking......!!!!!

View solution in original post

0 Karma

gaurav_maniar
Builder

Hi Abhishek,

index=_internal export| regex uri_path="results\/export$"

Create an alert using the above query and schedule it on real time or every minute cron job to get alert emails.

Let me know if you need help with scheduling alert as well.

Accept and upvote the answer if it helps.

happy splunking......!!!!!

0 Karma

nareshinsvu
Builder

Is your requirement to disable that "Edit"/"Export" option on the dashboard to the users?

if so, include this in your dashboard xml tag

<dashboard   hideEdit="true">
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
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, ...