All Apps and Add-ons

apps importation

LauraBre
Communicator

I want to install a new apps in a splunk server by importing a app what I created in an other Splunk Server. How can I do it? When I try to import the .zip of the folder app, There is an error.

Thanks by advance,

Tags (1)
0 Karma

ziegfried
Influencer

It needs to be a tar.gz file in order to being able to upload it in Splunk manager. You can use the Splunk CLI to create the package for you:

$ splunk package app myapp 

This will create an *.spl file (which is a tar.gz with a different file extension).

LauraBre
Communicator

Thanks for yours information

0 Karma

ziegfried
Influencer

You probably need to run this is the cmd.exe instance with administrative privileges. You should be able to do this using Right-click -> Run as Administrator from the start menu.
Or get a more decent OS 😉

LauraBre
Communicator

Thanks. I tried to launch the SPlunk CLI but when I launch it on windows with the command "splunk start" the Splunk window opens and closes 2 seconds after. Why????

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...