Knowledge Management

Can you use a CLI Search with Splunk Free?

BlueSocket
Contributor

Hi, I have a Splunk Free Windows box and I want to run something like this in Splunk Free CLI:

splunk search 'index=main' -index_eariest -5m

However, the CMD returns a blank line. Is this possible in Splunk Free, please?

0 Karma

ivanreis
Builder

I am current running in my personal box, the splunk enterprise free license and I am able to run searches. You have to login with admin user to be able to run the search from CLI.
Try something like this:

./splunk search 'index=main' -index_earliest -5m@m -index_latest @m

I believe what is missing is the "-index_latest " parameter
check this link with the commands/syntax:
https://docs.splunk.com/Documentation/Splunk/8.0.0/SearchReference/CLIsearchsyntax#Examples

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