- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Khanu89
Path Finder
09-15-2022
07:58 PM
I have a dashboard for all SSL certifications. I'd like to setup few alerts for renewal reminds from Splunk. My current query is as shown below:
Index=epic_ehr source=C:\\logs\certs\\results.json
|Search validdays<60 |table hostname,validddays,issuer,commonName
My custom trigger condition is: search validdays="*" AND count<273
When I run this I am seeing results but no alert is triggered nor do I receive any email. please assist
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Khanu89
Path Finder
09-16-2022
08:11 AM
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Khanu89
Path Finder
09-16-2022
08:11 AM
I was able to self resolve this query! Thanks for taking a look.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VatsalJagani

SplunkTrust
09-15-2022
09:39 PM
@Khanu89 - Can you please specify the details of fields you have in your data? And also how you are writing the condition you mentioned? What is the count field in the condition?
