Splunk Enterprise Security

splunk search query

trojan_81
Path Finder

Hi

suppose I have this IP address 10.5.5.5

I just want to see any information that splunk has on this IP. I'm starting with a wide search.

What would the search query look like? If I simply type this in, it doesn't work: index=* 10.5.5.5
At minimum would that mean I need to specific a field for the IP address?

0 Karma
1 Solution

oscar84x
Contributor

Use quotations marks around it (See below). Also think about the time range you're searching, there might not be results for that ip in your time range.
Also, check out this Search Tutorial for more useful tips: https://docs.splunk.com/Documentation/Splunk/8.0.0/SearchTutorial/WelcometotheSearchTutorial

 index=* "10.5.5.5"

View solution in original post

0 Karma

oscar84x
Contributor

Use quotations marks around it (See below). Also think about the time range you're searching, there might not be results for that ip in your time range.
Also, check out this Search Tutorial for more useful tips: https://docs.splunk.com/Documentation/Splunk/8.0.0/SearchTutorial/WelcometotheSearchTutorial

 index=* "10.5.5.5"
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.


Introducing Unified TDIR with the New Enterprise Security 8.2

Read the blog
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, ...