I uploaded the Splunk Cloud private app, the app validation and installation went well, but it doesn't work properly with a command not found error.
Below is a simple my app setup, with a simple command setup and a Python script exists in [app directory]/bin.
* Splunk Cloud Uploaded apps(sucessfully installed)
* commands.conf
[kk]
filename = test_kaggle.py
python.version = python3
chunked = true
[kkh]
filename = test_sphec.py
python.version = python3
chunked = true
[kks]
filename = test_spsyn.py
python.version = python3
chunked = true
It was confirmed that it works normally in Splunk Enterprise.
So, I compared Splunk Enterprise and Splunk Cloud.
When I view objects in Splunk App Management,
Splunk Enterprise and Splunk Cloud appear differently as shown below.
* My app in Splunk Enterprise
* My app in Splunk Cloud
To further check, I downloaded the Config Explorer app from splunkbase and installed it on sklunk Enterprise and Splunk Cloud,
respectively, and compared them. It also installed and ran fine on Splunk Enterprise.
In the skunk cloud, the installation went well, but in the object view, It didn't work as it appeared different.
* Config Explorer in Splunk Enterprise
* Config Explorer in Splunk Cloud
(There are no configurations)
Config explorer also works in Splunk Enterprise as shown in the image below, but does not work in Splunk Cloud. Is there a separate setting when installing from Splunk Cloud?
* Config Explorer in Splunk Enterprise
* Config Explorer in Splunk Cloud
... View more