Hi
It is possible to convert enterprise command line
bin/splunk btool limits list --app=MX.3_MONITORING_v3 --debug
To a rest command to be run from SPL in the cloud, please?
Thanks in advance
Install the Admin's Little Helper app (https://splunkbase.splunk.com/app/6368). It contains a 'btool' command that you can include in your SPL.
I've not done the cloud enough to know if this works, but on prem I would have done this.
| rest splunk_server=local /servicesNS/-/-/configs/conf-limits search="eai:acl.app=*"
Hi
Thanks for the help, i have installed it, but am I missing something.
It's a generating command so the SPL has to start with a pipe.
| btool limits list
Install the Admin's Little Helper app (https://splunkbase.splunk.com/app/6368). It contains a 'btool' command that you can include in your SPL.
This worked well and thanks.
If your problem is resolved, then please click the "Accept as Solution" button to help future readers.
yes - Sorry - i thought i did - cheers for help 🙂