Hi All, Currently I am facing an issue in an scheduled email alert. We have scheduled a search query to trigger an email alert whenever splunk process goes down. Splunk query is working fine and we are also getting an alert whenever the conditions are met, but we are also getting Message level Error along with the result. Message level Error display all the indexer instance along with the error message.
Not sure why/what is causing to trigger additional message.
Query Details :
index=_internal host=hsp* OR host=vspl* sourcetype=splunkd source="/opt/splunk/var/log/splunk/splunkd.log" "loader - Splunkd starting" OR "INFO ShutdownHandler - Shutting down splunkd" | eval message=if((message="Shutting down splunkd"),"failure","success") | rename message as status |eval Date_Time= readabledate + " " + readabletime | sort host | table host Date_Time status
Message Level: ERROR
1. [splunk01] Error 'Could not find all of the specified destination fields in the lookup table.' for conf 'checkpoint:network:firewall' and lookup table 'checkpoint_vendor_info_lookup'.
2. [splunk02] Error 'Could not find all of the specified destination fields in the lookup table.' for conf 'checkpoint:network:firewall' and lookup table 'checkpoint_vendor_info_lookup'.
Kindly guide me in how to fix this issue and where to start the troubleshooting steps.
thanks in advances.
... View more