Hi Team,
I need help with Manage engine ticketing tool integration with Splunk i have researched in Google did not find any exact document please provide your inputs if anyone has integrated these one.
Goal
1) CMDB integration
2) Automatically create a ticket for each splunk enterprise security alerts
As others have mentioned, there arent currently any Splunkbase apps to write back to ManageEngine ITSM with Splunk for CMDB synchronization and automated ticket creation from Enterprise Security alerts, however you can achieve this in a couple of ways:
Hopefully one of these two options helps you move forwards with your integration with ManageEngine into Splunk - please let me know you have any questions
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
No one-click integration for CMDB or ticketing, but REST API and Splunk alert actions make it achievable.
Use the ServiceDeskPlus Splunk app for supported ticket actions(If you have Splunk SOAR), or build your own with Python/REST.
For CMDB, use exports/API to sync data into Splunk for enrichment and correlation.
Also a simple alternative -If you can’t use the API, configure Splunk to send alert emails to ManageEngine’s ticket creation email address (less flexible, but simple).
There is no out of the box feature that lets you do this.
However, If you have a script that can create tickets in Manage Engine Service Desk, You can have your Splunk alert call that python script when the alert triggers
https://help.servicedeskplus.com/api/rest-api.html
Thanks kiran for the support