# Filebeats rotateeverybytes not work v8.14

**URL:** https://discuss.elastic.co/t/filebeats-rotateeverybytes-not-work-v8-14/362272
**Category:** Beats
**Tags:** filebeat
**Created:** [July 1, 2024, 6:34am UTC](https://discuss.elastic.co/t/filebeats-rotateeverybytes-not-work-v8-14/362272 "2024-07-01T06:34:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![shahrestanaki](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/shahrestanaki/32/132984_2.png) [@shahrestanaki](https://discuss.elastic.co/u/shahrestanaki)
#### Post date: [July 1, 2024, 6:34am UTC](https://discuss.elastic.co/t/filebeats-rotateeverybytes-not-work-v8-14/362272/1 "2024-07-01T06:34:55Z")

</div>

hello. i set this config but all log file fixed on 12kb

```auto
logging.level: debug
logging.to_files: true
logging.files:
  path: /opt/filebeats/log
  name: filebeat
  rotateeverybytes: 10485760
  keepfiles: 7
  permissions: 0640

```

and every change happens except rotateeverybytes.  
help me please .  
thanks
