Splunk Dev

Can I deploy a new view using the rest api?

jameshgibson
Path Finder

I have some scripts that generate a view with some saved searches based on a template. I can add in the saved searches using the rest api but I dont see anyway to add the view. Is this possible?

Tags (2)
0 Karma
1 Solution

dart
Splunk Employee
Splunk Employee

Yes you can do this using the https://localhost:8089/services/data/ui/views/ endpoint.

(If you hit in the browser as https://localhost:8089/services/data/ui/views/_new it will give you documentation on what is required.

The view xml is eai:data and the object name is name (that's what's used in the URI).

View solution in original post

dart
Splunk Employee
Splunk Employee

Yes you can do this using the https://localhost:8089/services/data/ui/views/ endpoint.

(If you hit in the browser as https://localhost:8089/services/data/ui/views/_new it will give you documentation on what is required.

The view xml is eai:data and the object name is name (that's what's used in the URI).

jameshgibson
Path Finder

thanks for pointing me in the right direction, I am not sure how to call this from Python. I am using the splunk.binding module, any chance you could give a quick example? Thanks.

0 Karma
Get Updates on the Splunk Community!

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...