Splunk Search

CMD search not working

tkwaller
Builder

Tryin to run a quick test of a search from the command line(Putty) NOT CLI results in command not found. I know I'm probably doing something wrong but cant figure out what. I've looked at all of the docs I could find but still can't get it to work. I've tried several different ways but still get same results. Any ideas?

[root@8 /]# splunk search 'index=_internal | dedup host | table host' index_earliest -60sec index_latest -now
-bash: splunk: command not found
[root@8 /]# splunk search "index=_internal | dedup host | table host" index_earliest -60sec index_latest -now
-bash: splunk: command not found

Thanks for the help!

Tags (2)
0 Karma
1 Solution

MuS
SplunkTrust
SplunkTrust

Hi tkwaller,

if Splunk is installed with default options, try something like this:

/opt/splunk/bin/splunk search 'index=_internal index_earliest -60sec index_latest -now | dedup host | table host' 

or add /opt/splunk/bin to your OS path environment and you can run it like this:

splunk search 'index=_internal index_earliest -60sec index_latest -now | dedup host | table host' 

Hope this helps ...

cheers, MuS

View solution in original post

MuS
SplunkTrust
SplunkTrust

Hi tkwaller,

if Splunk is installed with default options, try something like this:

/opt/splunk/bin/splunk search 'index=_internal index_earliest -60sec index_latest -now | dedup host | table host' 

or add /opt/splunk/bin to your OS path environment and you can run it like this:

splunk search 'index=_internal index_earliest -60sec index_latest -now | dedup host | table host' 

Hope this helps ...

cheers, MuS

tkwaller
Builder

It was indeed me not including /opt/splunk/bin/ before splunk, I knew it was something simple like that. This one worked perfectly: /opt/splunk/bin/splunk search 'index=_internal index_earliest -60sec index_latest -now | dedup host | table host'

Thank you sir!

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