Splunk® Supported Add-ons

Splunk Add-on for Cisco ESA

Acrobat logo Download manual as PDF


Acrobat logo Download topic as PDF

Troubleshoot the Splunk Add-on for Cisco ESA

General troubleshooting

For helpful troubleshooting tips that you can apply to all add-ons, see Troubleshoot add-ons in Splunk Add-ons. For additional resources, see Support and resource links for add-ons in Splunk Add-ons.

Missing source types

If you suspect that some of your Cisco ESA data is not arriving, run the following search for each Cisco ESA source type you want to check for. The sources are cisco:esa:authentication, cisco:esa:textmail, cisco:esa:http, and cisco:esa:amp:

| stats count
| append
	[ search sourcetype=<Cisco ESA sourcetype>
	| head 1
	| stats count]
| stats sum(count) as count
| eval message=if(count=0, "Data is missing for <Cisco ESA sourcetype>", "Data is collected for <Cisco ESA sourcetype>")
| table message
Last modified on 25 July, 2023
PREVIOUS
Source types for the Splunk Add-on for Cisco ESA
  NEXT
Release notes for the Splunk Add-on for Cisco ESA

This documentation applies to the following versions of Splunk® Supported Add-ons: released


Was this documentation topic helpful?


You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters