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!

Operationalizing TDIR: Building a More Resilient, Scalable SOC

Optimizing SOC workflows with a unified, risk-based approach to Threat Detection, Investigation, and Response ...

Pro Tips for First-Time .conf Attendees: Advice from SplunkTrust

Heading to your first .Conf? You’re in for an unforgettable ride — learning, networking, swag collecting, ...

Raise Your Skills at the .conf25 Builder Bar: Your Splunk Developer Destination

Calling all Splunk developers, custom SPL builders, dashboarders, and Splunkbase app creators – the Builder ...