# Question abaut privelege for filebeat write role

**URL:** https://discuss.elastic.co/t/question-abaut-privelege-for-filebeat-write-role/231173
**Category:** Beats
**Tags:** filebeat
**Created:** [May 5, 2020, 2:28pm UTC](https://discuss.elastic.co/t/question-abaut-privelege-for-filebeat-write-role/231173 "2020-05-05T14:28:58Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![orsa](https://avatars.discourse-cdn.com/v4/letter/o/5daacb/32.png) [@orsa](https://discuss.elastic.co/u/orsa)
#### Post date: [May 5, 2020, 2:28pm UTC](https://discuss.elastic.co/t/question-abaut-privelege-for-filebeat-write-role/231173/1 "2020-05-05T14:28:59Z")

</div>

Hi,  
I do not understand documentation fragment  
[https://www.elastic.co/guide/en/beats/filebeat/current/feature-roles.html](https://www.elastic.co/guide/en/beats/filebeat/current/feature-roles.html)  
about privilege for filebeat write role

```auto
 Cluster
 cluster:admin/ingest/pipeline/get
 Check for ingest pipelines used by modules. Needed when using modules.

```

what rights do you mean exactly?  
I do not find such rights in Kibana & Elasticsearch 7.6.2

---

<div class="post-metadata">

### Author: ![ropc](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ropc/32/47022_2.png) [@ropc](https://discuss.elastic.co/u/ropc)
#### Post date: [May 6, 2020, 8:23am UTC](https://discuss.elastic.co/t/question-abaut-privelege-for-filebeat-write-role/231173/2 "2020-05-06T08:23:59Z")

</div>

Hi @orsa - You need to add `cluster:admin/ingest/pipeline/get` as a custom option in the `Cluster privileges`:

 ![Screenshot 2020-05-06 at 4.19.21 PM](https://us1.discourse-cdn.com/elastic/original/3X/f/2/f28b2f72c0f789a81e61860afd8c0a692f39834e.png)

This is a known limitation (as per this [comment](https://github.com/elastic/beats/issues/10241#issuecomment-541764353)). Such privilege is not yet listed in the built-in cluster privileges.

This had been listed on our [meta-issue for new privileges](https://github.com/elastic/elasticsearch/issues/30078). You can subscribe to this issue for further updates.

I hope that helps.

---

<div class="post-metadata">

### Author: ![orsa](https://avatars.discourse-cdn.com/v4/letter/o/5daacb/32.png) [@orsa](https://discuss.elastic.co/u/orsa)
#### Post date: [May 6, 2020, 11:10am UTC](https://discuss.elastic.co/t/question-abaut-privelege-for-filebeat-write-role/231173/3 "2020-05-06T11:10:44Z")

</div>

Hi @ropc  
thank you for the answer and links, this is a very interesting read for those who want to understand your product. I have a small clarifying question.  
do I understand correctly that the "cluster:admin/ingest/pipeline/get" privilege is defined in the code, but it is missing in autocomplete, or should I "collect" it as a role?

---

<div class="post-metadata">

### Author: ![ropc](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ropc/32/47022_2.png) [@ropc](https://discuss.elastic.co/u/ropc)
#### Post date: [May 7, 2020, 6:23am UTC](https://discuss.elastic.co/t/question-abaut-privelege-for-filebeat-write-role/231173/4 "2020-05-07T06:23:41Z")

</div>

Hi @orsa - You're welcome. `cluster:admin/ingest/pipeline/get` is not yet listed in the list (e.g autocomplete). It does exists in the [Elasticsearch code](https://github.com/elastic/elasticsearch/blob/b4bc6ac08fcf38e40880ca3d8b04fbb43d395b84/server/src/main/java/org/elasticsearch/action/ingest/GetPipelineAction.java#L27).

---

<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: [June 4, 2020, 6:23am UTC](https://discuss.elastic.co/t/question-abaut-privelege-for-filebeat-write-role/231173/5 "2020-06-04T06:23:47Z")

</div>

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