Getting Data In

Some logs have timestamps in filename, some don't, combine into 1

derekslenk
New Member

Hello,

We are having problems with logging a certain file pattern, which is coming from Sitecore (shouldn't matter).

The first time in the day that the service is restarted/recycled, it creates a file like: log.20170502.txt

However, on subsequent restarts, it creates log files with timestamps, like: log.20170502.085920.txt

Is there any way to set up the forwarder to make it look like to the search heads/indexers that it all comes from log.txt?

Thanks in advanced.

0 Karma

DalJeanis
Legend

If each of those log files carries distinct data, then just set up your regex to catch all of them, with something like this...

log\.(\d+\.){0,2}txt

or

log\.\d+\.\d+?\.?txt
0 Karma

derekslenk
New Member

But what we are trying to do is have it show up as just log.txt in the search head, just for easing searching among files.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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