Getting Data In

folder monitoring

ninisimonishvil
Path Finder

I have a folder with several files on desktop. (xml) files have same names but different numbering for ex: File1, File2. File3

I also set up a sourcetype with event breaking that I tested and it is working (if I'm uploading a file having several events)

However when I set Monitor the folder c:\path\File* Choose a sourcetype that I have created, after reviewing I'm directed to search page where there is no single event (I think those files inside my folder are not indexed)

can anyone suggest what can be a reason?

my inputs stanza

[monitor://C:\Users\Administrator\Desktop\Veritas]

sourcetype = test
index=main
disabled=false

0 Karma

twinspop
Influencer
  1. Check your internal logs to see if the files have been read. index=_internal sourcetype=splunkd watchedfile
  2. When searching for the logs themselves, expand your timeframe to include future as well in case you have a timezone/timestamp issue index=main sourcetype=test earliest=0 latest=+1w
  3. Check metrics logs to see if splunk has seen data come in for the logs index=_internal source=*metrics.log* sourcetype=splunkd test
  4. Take care with case. Once you include a wildcard, the path becomes case sensitive even in Windows. (Or used to anyway. Possibly this has changed?)
0 Karma

somesoni2
Revered Legend

Check if the timerange you selected is correct?

0 Karma

ddrillic
Ultra Champion

The following might be useful - I can't find my data!

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...