Getting Data In

Troubleshooting- Why is the data only coming from 3 files?

uagraw01
Builder

Hello Splunkers !!

 

I have 5 file paths which we are monitoring

D01A01023(Z+01) -- Data is not coming
D01A02023(Z+01) -- Data is coming fine
D01A03023(Z+01) -- Data is not coming
D01A04023(Z+01) -- Data is coming fine
D01A05023(Z+01) -- Data is coming fine

We have data similar files and logs patterns are same for all the files but even after that logs are coming to Splunk only from 3 files not all the files.

In that I have checked inputs.conf, props.conf & transforms.conf all are fine. But Still I am figuring out what more I need to check to troubleshoot this issue.

 

Labels (1)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

Check the output from

splunk list monitor

and

splunk list inputstatus

on the splunk component monitoring the files

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Please share the inputs.conf stanzas for the 5 file paths.

---
If this reply helps you, Karma would be appreciated.
0 Karma

uagraw01
Builder

@richgalloway To add crcSalt = <source> can resolve the issue ?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

crcSalt=<SOURCE> can help prevent re-indexing of a file that has been renamed, but won't help with files that aren't indexed at all.

The regex in the whitelist doesn't match the file names in the OP.  For starters, none of the file names in with ".log".  This regex matches the example names, according to regex101.com

D[0-9]{2}A[0-9]{5}\(Z[+-][0-9]{2}\)

 

---
If this reply helps you, Karma would be appreciated.
0 Karma

uagraw01
Builder

@richgalloway 

C:\\Firelog\D01A01023(Z+01).log 

That is the complete log path of one of the log

0 Karma

richgalloway
SplunkTrust
SplunkTrust

That fits the original regex (I'm assuming "Filelog" in the original is a typo).

Have you checked the logs to see if Splunk is reporting any errors accessing the files?

---
If this reply helps you, Karma would be appreciated.
0 Karma

uagraw01
Builder

@richgalloway 

[monitor://c:\Filelog\*.log]
whitelist = [\/\\]D[0-9]{2}A[0-9]{5}\(Z(?:\+|\-)[0-9]{2}\).log$
disabled = false
index = abc
sourcetype = abc_logs

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...