# Log Configuration

**URL:** https://discuss.elastic.co/t/log-configuration/351974
**Category:** Logstash
**Tags:** elastic-stack-monitoring
**Created:** [January 29, 2024, 9:25am UTC](https://discuss.elastic.co/t/log-configuration/351974 "2024-01-29T09:25:40Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![tejas.d](https://avatars.discourse-cdn.com/v4/letter/t/9d8465/32.png) [@tejas.d](https://discuss.elastic.co/u/tejas.d)
#### Post date: [January 29, 2024, 9:25am UTC](https://discuss.elastic.co/t/log-configuration/351974/1 "2024-01-29T09:25:40Z")

</div>

How can i define Application log files when i have a suffix as system date after .log in filebeat.yml folder  
Examle: C:/path/folder/\*.log29012024

---

<div class="post-metadata">

### Author: ![Rios](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rios/32/95745_2.png) [@Rios](https://discuss.elastic.co/u/Rios)
#### Post date: [January 29, 2024, 9:48am UTC](https://discuss.elastic.co/t/log-configuration/351974/2 "2024-01-29T09:48:44Z")

</div>

You can use:  
` path => " C:/path/folder/*.log????????"` for 8 any characters  
or  
` path => " C:/path/folder/*.log*"` for any file which extension starts with log

---

<div class="post-metadata">

### Author: ![tejas.d](https://avatars.discourse-cdn.com/v4/letter/t/9d8465/32.png) [@tejas.d](https://discuss.elastic.co/u/tejas.d)
#### Post date: [January 29, 2024, 12:12pm UTC](https://discuss.elastic.co/t/log-configuration/351974/3 "2024-01-29T12:12:06Z")

</div>

I tried both but still logs are not reflecting, I am getting the error as "No results match your search criteria"

---

<div class="post-metadata">

### Author: ![Rios](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rios/32/95745_2.png) [@Rios](https://discuss.elastic.co/u/Rios)
#### Post date: [January 29, 2024, 12:18pm UTC](https://discuss.elastic.co/t/log-configuration/351974/4 "2024-01-29T12:18:52Z")

</div>

Maybe you already read a file, set:  
`sincedb_path => "NUL"`

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [February 26, 2024, 12:19pm UTC](https://discuss.elastic.co/t/log-configuration/351974/5 "2024-02-26T12:19:04Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
