Splunk Dev

Why can the Splunk Python SDK add macros NAME and Definition but the Sharing and the Owner doesn't apply?

jadengoho
Builder

I do have a code like this
service.post('/servicesNS/nobody/search/admin/macros/'+name,definition= "sample definition " ,sharing="global",owner="ME")

It can add macros NAME and Definition but the Sharing and the Owner doesn't apply.
How can I possibly do this?

Thanks in advance

0 Karma
1 Solution

jadengoho
Builder

I already answer this question .
1) your app must be on GLOBAL first , it conflict some of the code if it is set as app
2) And put this code :

service.post('properties/macros',__stanza=name,sharing="global",app='appname',owner='admin')
service.post('properties/macros/'+name,definition=val)

By this code i done the task

View solution in original post

0 Karma

jadengoho
Builder

I already answer this question .
1) your app must be on GLOBAL first , it conflict some of the code if it is set as app
2) And put this code :

service.post('properties/macros',__stanza=name,sharing="global",app='appname',owner='admin')
service.post('properties/macros/'+name,definition=val)

By this code i done the task

0 Karma

jadengoho
Builder

I already answer this question .
1) your app must be on GLOBAL first , it conflict some of the code if it is set as app
2) And put this code :

service.post('properties/macros',__stanza=name,sharing="global",app='appname',owner='admin')
service.post('properties/macros/'+name,definition=val)

By this code i done the task

0 Karma
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...