# Filebeat drop\_fields processors module does not work

**URL:** https://discuss.elastic.co/t/filebeat-drop-fields-processors-module-does-not-work/289318
**Category:** Beats
**Tags:** filebeat
**Created:** [November 16, 2021, 11:55am UTC](https://discuss.elastic.co/t/filebeat-drop-fields-processors-module-does-not-work/289318 "2021-11-16T11:55:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![bilgicsin](https://avatars.discourse-cdn.com/v4/letter/b/e95f7d/32.png) [@bilgicsin](https://discuss.elastic.co/u/bilgicsin)
#### Post date: [November 16, 2021, 11:55am UTC](https://discuss.elastic.co/t/filebeat-drop-fields-processors-module-does-not-work/289318/1 "2021-11-16T11:55:12Z")

</div>

Hi,

We have elastic gold licence. we use filebeat agent to send logs logstash, on logstash we do some transformation and send logs to elasticsearh.

Before I was dropping default values on logstash but now I want to drop fields on the source. I added the config below to filebeat but the fields are keeps coming.

```auto
-input_type: log
 processors:
   - drop_fields:
       fields: ["ecs", "input", "agent"]
       ignore_missing: true

```

Is there any chance if the fields that I am trying to drop created on logstash? instade of filebeat?

Thanks

---

<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: [December 14, 2021, 1:55pm UTC](https://discuss.elastic.co/t/filebeat-drop-fields-processors-module-does-not-work/289318/2 "2021-12-14T13:55:21Z")

</div>

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