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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...