# Specify Module Pipeline in Kubernetes Annotation

**URL:** https://discuss.elastic.co/t/specify-module-pipeline-in-kubernetes-annotation/256802
**Category:** Beats
**Tags:** filebeat
**Created:** [November 26, 2020, 5:13pm UTC](https://discuss.elastic.co/t/specify-module-pipeline-in-kubernetes-annotation/256802 "2020-11-26T17:13:35Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Paul\_B](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/paul_b/32/48977_2.png) [@Paul\_B](https://discuss.elastic.co/u/Paul_B)
#### Post date: [November 26, 2020, 5:13pm UTC](https://discuss.elastic.co/t/specify-module-pipeline-in-kubernetes-annotation/256802/1 "2020-11-26T17:13:35Z")

</div>

Is it possible to specify a custom pipeline for a module using hints-based autodiscover?

An Elastic team member pointed me to the documentation here - [https://www.elastic.co/guide/en/beats/filebeat/master/advanced-settings.html](https://www.elastic.co/guide/en/beats/filebeat/master/advanced-settings.html)

Using this approach with an autodiscover module's configuration works great. In this case, using the "Redis" module I can specify a custom Ingest Pipeline:

![image](https://us1.discourse-cdn.com/elastic/original/3X/b/6/b653a23c26b15b408b2043c854e6783470ce81bf.png)

However we also have other Kubernetes pods where the Autodiscover configuration is performed using pod Annotations. This configuration doesn't seem to be working for RabbitMq in this case:

```
co.elastic.logs.rabbitmq/enabled: "true"
co.elastic.logs.rabbitmq/module: rabbitmq
co.elastic.logs.rabbitmq/module.log.input.pipeline: my-custom-pipeline
```

---

<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 24, 2020, 7:13pm UTC](https://discuss.elastic.co/t/specify-module-pipeline-in-kubernetes-annotation/256802/2 "2020-12-24T19:13:36Z")

</div>

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