Installation

run splunk commands from linux home

splunkcol
Builder

Hello,

As everyone already knows the splunk commands like ./splunk status it is only possible to do it from the splunk OPT folder

I saw a video where someone executes that splunk status command without being in the Splunk OPT folder, could you tell me how to do it?

Thank you

Labels (1)
1 Solution

isoutamo
SplunkTrust
SplunkTrust

Hi

in linux there are three options for this. Use full path with command like /opt/splunk/bin/splunk or add that directory to your PATH like PATH=/opt/splunk/bin:${PATH} And third option is make an alias for splunk command which point to full path.

You should read more about using Linux command line to understand those better.

r. Ismo

View solution in original post

isoutamo
SplunkTrust
SplunkTrust

Hi

in linux there are three options for this. Use full path with command like /opt/splunk/bin/splunk or add that directory to your PATH like PATH=/opt/splunk/bin:${PATH} And third option is make an alias for splunk command which point to full path.

You should read more about using Linux command line to understand those better.

r. Ismo

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...