-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splunk add-on error: Exiting due to exception #17
Comments
Could you try next thing:
|
I had tried inputting the secret, and even deleting the plugin, recreating the Cisco logging setup, and re-creating the plugin with the new settings. I just re-tried the secret again and it is not working. The only messages I am seeing in the ciscocloudsecurity.log is:
and in ta_cisco_cloud_security_umbrella_addon_cisco_cloud_security_umbrella_addon.log: |
I have installed Cisco Cloud Security Umbrella Add-on for Splunk, v1.0.22 on a heavy forwarder and followed the Product Guide for setup. Logging is enabled in Cisco Umbrella Admin interface and provided AWS access key and ID are used. When enabling the Splunk addon, I get messages in the logs stating it connected to the S3 instance, then exiting due to exception. If I use the same AWS Access Key ID and AWS Access Key, I am able to successfully see the logs and pull them down to my heavy forwarder manually, but not through the add-on.
Splunk Addon:
https://splunkbase.splunk.com/app/5557/#/details
Cisco Product Guide:
https://github.com/CiscoDevNet/cloud-security/blob/master/Cisco%20Cloud%20Security/Splunk/CiscoCS%20%20Splunk%20App%20ProductGuide_V1.0.22.pdf
Working test:
AWS_ACCESS_KEY_ID=<My AWS Access Key ID> AWS_SECRET_ACCESS_KEY=<My AWS Access Key> AWS_DEFAULT_REGION=<My AWS Region> aws s3 ls s3://cisco-managed-<My AWS Region>/<AWS Directory Prefix>/dnslogs/
Using the same command on one of these directories provides a list of files, and using a BASH script I am able to use aws s3 sync to pull the files down.
Splunk addon messages:
No logs are downloading using the addon, and no helpful message is displayed to tell me what the exception is, even with DEBUG enabled.
The text was updated successfully, but these errors were encountered: