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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...