splunk / splunk-sdk-python

Splunk Software Development Kit for Python
http://dev.splunk.com
Apache License 2.0
698 stars 370 forks source link

Create Dashboards #562

Open ckrauterlovescoffee opened 8 months ago

ckrauterlovescoffee commented 8 months ago

Is your feature request related to a problem? Please describe. I don't want to spend time managing a dashboard via the UI. Also, I find XML unpleasant to work with.

Describe the solution you'd like I'd like an SDK that interacts with the Splunk API for creating and managing dashboards. Does this already exist somewhere? I would prefer Python or Typescript SDKs for this.

Describe alternatives you've considered Writing code to manipulate the XML templates.

Additional context I've seen very little about how to do this online. I often use AWS CloudWatch and they provide an SDK called CDK, cloud development kit, that can be used to manage dashboards and alarms via code. It is highly convenient.