Alerting

How do I set up my real-time alert to trigger when license usage is greater than 80%?

Abilan1
Path Finder

Hi,

We are using splunk 6.2 and I wanted to set up the alert once License usage has crossed 80%. So I have referred to this page from Splunk documentation.

http://docs.splunk.com/Documentation/Splunk/6.0/Admin/LicenseUsageReportViewexamples

Below is my search and is working in search, but if set up the alert in real-time (per result), I am not receiving the alert and it is not listing in triggered alerts. Not sure what the issue is with the search below. Please help me here.

| rest splunk_server=local /services/licenser/pools | rename title AS Pool | search [rest splunk_server=local /services/licenser/groups | search is_active=1 | eval stack_id=stack_ids | fields stack_id] | eval quota=if(isnull(effective_quota),quota,effective_quota) | eval "% used"=round(used_bytes/quota*100,2) | fields Pool "% used" | where '% used' > 80
0 Karma
1 Solution

jensonthottian
Contributor

It should work if its working in search ,
your alert conditions are they set as - Trigger Condition: Number of Results is > 0

View solution in original post

jensonthottian
Contributor

It should work if its working in search ,
your alert conditions are they set as - Trigger Condition: Number of Results is > 0

Abilan1
Path Finder

Hi,
I have set up in real time search (per result). Even it is not showing in triggered alert also. not sure why it is..

0 Karma

Abilan1
Path Finder

Hi ,

If I set up this alert in real time, it is not working as expected. If I set up as Scheduled then it working fine. I have configured in Cron Schedule and it is good now.

Thank you!!!

jensonthottian
Contributor

Good to know it works for you as scheduled alert. I will try real time as well at my end.

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...