- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does the Splunk add-on python code option provide any functions to create dashboards with?
davidtsitsi
Loves-to-Learn Everything
08-14-2022
03:54 AM
Hello, I've been working with the add-on python code option for some time now and I find it very useful and easy when it comes to sending events to the splunk(using the ew.write_event() function). Are there other functions, provided by splunk, to create dashboards and panels (such as <object>.create_dashboard()) that I could use (besides using rest API).
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VatsalJagani

SplunkTrust
08-15-2022
04:58 AM
@davidtsitsi - Rest API is the way to go. - https://docs.splunk.com/Documentation/Splunk/9.0.0/RESTREF/RESTknowledge#data.2Fui.2Fviews
Though you can take some references from Splunk Python SDK - https://github.com/splunk/splunk-sdk-python
I hope this help!!!
