Splunk Enterprise

How to find out which installation method I used in a previous deployment for Linux?

sanjubaba
Path Finder

I want to check how Splunk was deployed in our environment in the past. Whether it is done using tgz file or rpm/dpkg method?

Our environment is a Linux environment.

Can someone help me out on this?

Labels (2)
Tags (2)
0 Karma

isoutamo
SplunkTrust
SplunkTrust
Hi
You should check if your package manager’s internal db has this. E.g in RH you could do a query rpm -qif /opt/splunk/bin/splunk and see if it return anything. If it returns then you must verify that version numbers are same than in manifest file have on your splunk home.
r. Ismo
0 Karma

sanjubaba
Path Finder

What's the command for ubuntu variant of linux?

0 Karma

isoutamo
SplunkTrust
SplunkTrust

https://askubuntu.com/questions/423355/how-do-i-check-if-a-package-is-installed-on-my-server

You could see if splunk is installed by dpkg by

dpkg -l | egrep -l

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

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...