# Azure Filebeats Module

**URL:** https://discuss.elastic.co/t/azure-filebeats-module/299878
**Category:** Beats
**Tags:** filebeat
**Created:** [March 16, 2022, 3:50pm UTC](https://discuss.elastic.co/t/azure-filebeats-module/299878 "2022-03-16T15:50:35Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![tman5](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tman5/32/83950_2.png) [@tman5](https://discuss.elastic.co/u/tman5)
#### Post date: [March 16, 2022, 3:50pm UTC](https://discuss.elastic.co/t/azure-filebeats-module/299878/1 "2022-03-16T15:50:36Z")

</div>

We're looking to configure [Azure module | Filebeat Reference [7.17] | Elastic](https://www.elastic.co/guide/en/beats/filebeat/7.17/filebeat-module-azure.html) and I had a question.

Our filebeats is outputing to logstash which then in turn writes out to Graylog. I have filebeat setup to gather logs from an Azure eventhub and the logs are being gathered, but the parsing doesn't seem to be happening. The message field in Graylog contains all the fields from Azure but not parsed out.

Is this because filebeat isn't using an elastic pipeline to parse events?

---

<div class="post-metadata">

### Author: ![leandrojmp](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/leandrojmp/32/107231_2.png) [@leandrojmp](https://discuss.elastic.co/u/leandrojmp)
#### Post date: [March 16, 2022, 4:28pm UTC](https://discuss.elastic.co/t/azure-filebeats-module/299878/2 "2022-03-16T16:28:42Z")

</div>

The parsing is done in Elasticsearch, it uses an ingest pipeline.

If you are sending to Logstash, you need to configure your logstash output to use the ingest pipeline in Elasticsearch, you can do that adding the option `pipeline => "pipeline-name"` in your Elasticsearch output.

---

<div class="post-metadata">

### Author: ![tman5](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tman5/32/83950_2.png) [@tman5](https://discuss.elastic.co/u/tman5)
#### Post date: [March 16, 2022, 4:59pm UTC](https://discuss.elastic.co/t/azure-filebeats-module/299878/3 "2022-03-16T16:59:01Z")

</div>

Thanks. What if the logstash sends out through the gelf format and not directly to Elasticsearch?

---

<div class="post-metadata">

### Author: ![leandrojmp](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/leandrojmp/32/107231_2.png) [@leandrojmp](https://discuss.elastic.co/u/leandrojmp)
#### Post date: [March 16, 2022, 6:03pm UTC](https://discuss.elastic.co/t/azure-filebeats-module/299878/4 "2022-03-16T18:03:21Z")

</div>

I don't understand your last question, can you give more context?

Send what to where in the Gelf format?

---

<div class="post-metadata">

### Author: ![tman5](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tman5/32/83950_2.png) [@tman5](https://discuss.elastic.co/u/tman5)
#### Post date: [March 16, 2022, 6:06pm UTC](https://discuss.elastic.co/t/azure-filebeats-module/299878/5 "2022-03-16T18:06:44Z")

</div>

In our flow we don't have Elasticsearch output in the mix:

filebeat -\> logstash - Graylog (out\_gelf)

---

<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: [April 13, 2022, 8:07pm UTC](https://discuss.elastic.co/t/azure-filebeats-module/299878/6 "2022-04-13T20:07:03Z")

</div>

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