I'd like to push an app that overwrites which script sendemail uses. For instance I pushed:
**email_app**
bin/sendemail2.py
**local/commands.conf**
filename = sendemail2.py
**metadata/default.meta**
[]
access = read : [ * ], write : [ admin, power ]
export = system
Running **btool** shows that the new config is pulled in, and I've restarted splunk for good measure, however the **old** sendemail script is still being used. Is it possible to do it this way? It works if I modify etc/apps/search/local/commands.conf, but I'd rather push an app to do it.
↧