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.
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.