# Help me !,about filebeat processors config

**URL:** https://discuss.elastic.co/t/help-me-about-filebeat-processors-config/341956
**Category:** Beats
**Tags:** docker, filebeat
**Created:** [August 30, 2023, 8:09am UTC](https://discuss.elastic.co/t/help-me-about-filebeat-processors-config/341956 "2023-08-30T08:09:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![iamlizekun](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/iamlizekun/32/125119_2.png) [@iamlizekun](https://discuss.elastic.co/u/iamlizekun)
#### Post date: [August 30, 2023, 8:09am UTC](https://discuss.elastic.co/t/help-me-about-filebeat-processors-config/341956/1 "2023-08-30T08:09:20Z")

</div>

I have a requirement to limit different log push rates for different docker containers, and I found processors.rate\_ The limit parameter successfully limits the logs of all containers, but I want to use processors.fields to set different rate limits based on different container names. Can anyone help me

This is my configuration

```auto
processors:
- if.equals.container_name: "algorepo-service"
  then:
  - rate_limit:
      limit: "500/s"

```

it does not work for container algorepo-service

---

<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: [September 27, 2023, 10:09am UTC](https://discuss.elastic.co/t/help-me-about-filebeat-processors-config/341956/2 "2023-09-27T10:09:32Z")

</div>

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