Splunk Search

Added data issues

malleva
New Member

Greetings,

I was told by my instructor to use your product for an assignment, however, I am not getting the results that are shown.  It seems as if Splunk is not reading the data from my files.  I was able to add the data but when I perform the search, it returns zero results.  Attached is a screenshot of what it should look like.  How do I accurately import my files?  

What search results should reflect.png

 

Here is a screenshot of what my results are showing:

What my results are showing.png

Please help.

 

Thanks,

Melissa

Labels (1)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

Do  this

| tstats count where index=* earliest=1 latest=now() by index _time span=1d

 to see if you have data in any of your indexes. (And yes, the pipe character at the beginning is important)

If you do, you're probably searching using wrong timerange and that's why you're not getting any results.

If you don't get any results from the search above, you haven't imported the data properly.

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

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

What Is Splunk? Here’s What You Can Do with Splunk

Hey Splunk Community, we know you know Splunk. You likely leverage its unparalleled ability to ingest, index, ...

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...

Manual Instrumentation with Splunk Observability Cloud: How to Instrument Frontend ...

Although it might seem daunting, as we’ve seen in this series, manual instrumentation can be straightforward ...