Activity Feed
- Karma Re: How do you find the average delta of sum of fields in multiple events? for renjith_nair. 06-05-2020 12:49 AM
- Karma Re: How to calculate multiple fields total count? for renjith_nair. 06-05-2020 12:49 AM
- Karma Re: How to create a chart that shows the JSON count by fields within an object? for renjith_nair. 06-05-2020 12:49 AM
- Karma Re: How to get time between events during a search? for renjith_nair. 06-05-2020 12:49 AM
- Got Karma for REST API Install local App. 06-05-2020 12:49 AM
- Karma Re: How to edit my eval statement to resolve "Error in 'eval' command: Regex: nothing to repeat"? for renjith_nair. 06-05-2020 12:48 AM
- Karma Re: Why is Splunk not allowing me to specify the trigger condition "Threads > 1600" for my custom alert? for renjith_nair. 06-05-2020 12:48 AM
- Karma Re: how to link two dashboards in splunk 6.2 for renjith_nair. 06-05-2020 12:47 AM
- Karma Re: Multiple Load Balanced Heavy Forwarders (Configuration with non-clustered Indexers) for renjith_nair. 06-05-2020 12:47 AM
- Karma Re: Is it possible to hide the raw data (events) in a dashboard for restricted users? for renjith_nair. 06-05-2020 12:47 AM
- Karma Re: How do I optimize the performance of this search with appendcols? for renjith_nair. 06-05-2020 12:47 AM
- Posted REST API Install local App on Getting Data In. 03-15-2018 01:03 AM
- Tagged REST API Install local App on Getting Data In. 03-15-2018 01:03 AM
- Tagged REST API Install local App on Getting Data In. 03-15-2018 01:03 AM
- Tagged REST API Install local App on Getting Data In. 03-15-2018 01:03 AM
- Tagged REST API Install local App on Getting Data In. 03-15-2018 01:03 AM
- Tagged REST API Install local App on Getting Data In. 03-15-2018 01:03 AM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
1 |
03-15-2018
01:03 AM
1 Karma
Hello,
I would like to install an app on my local computer to a remote Splunk instance using rest api. I get the following error.
This is the rest call that I'm trying
curl -X POST \
https://splunk-dev.company.com/services/apps/local \
-H 'Authorization: Splunk sessionKey' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'name=/tmp/splunk-add-on-1.0.tgz&update=True&filename=True&auth=sessionKey&session=sessionKey'
I get a response
<messages>
<msg type="ERROR">Error during app install: failed to extract app from /tmp/splunk-add-on-1.0.tgz to /opt/splunk/var/run/splunk/bundle_tmp/0fdba2269ccdff6e: No such file or directory</msg>
</messages>
The app is packaged into a tarball using a jenkins job and now I would like to upload it to the test server.
Do I have to make the tarball available on the Splunk server?
... View more