All Apps and Add-ons

Splunk for Bind App

creese36
New Member

I'm trying to install the App splunk for bind. I have install a trial verison of Splunk on my Mac. I'm just trying to figure out where to install the app. Any insight would be greatly appreciated.

Tags (1)
0 Karma

vaijpc
Communicator

Try installing from inside your splunk manager.

Manager > Apps > Browse Splunkbase for more apps.

Then find it in the list. (break it up by apps, addons, suites on the left)

When you find it, hit 'Install' and everything should be taken care of automagically.

0 Karma

tgow
Splunk Employee
Splunk Employee

When you download the Splunk app it is in a gzipped archive. Copy the file to the following directory:

$SPLUNK_HOME/etc/apps

$gunzip

$tar xvf *.tar

Now make sure that the permissions are set correctly on the files. Typically you want to make your the user:group setting is the same as the rest of the Splunk files.

On a MAC the $SPLUNK_HOME directory could be in your Applications directory so the apps directory would be in the following location:

/Users//Library/Application Support/Splunk/etc/apps

Hope this helps.

0 Karma

mw
Splunk Employee
Splunk Employee

Pro tip: "tar zxvf filename.tar.gz" will tar and gunzip at the same time.

0 Karma

creese36
New Member

Thanks for the insight. Now i will try to add this to my dashboard if it all possible

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 ...