Is there any way to know what splunk apps/add-ons I have access to ?
Like using rest command or any other SPL ?
@zacksoft_wf use the below query:
| rest /services/apps/local | search disabled=0 | table labelAlso, if this reply helps you a thumbs-up would be appreciated.
@zacksoft_wf use the below query:
| rest /services/apps/local | search disabled=0 | table labelAlso, if this reply helps you a thumbs-up would be appreciated.