Filebeat azure module multiple eventhubs in self managed elastic version 8.6.1

Hey @Dov_Zelinger,

I guess we need to define multiple modules, for example:

# Module: azure
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-azure.html

- module: azure
  signinlogs:
    enabled: true
    var:
      eventhub: ".."
      consumer_group: ".."
      connection_string: ".."
      storage_account: ".."
      storage_account_key: ".."

- module: azure
  signinlogs:
    enabled: true
    var:
      eventhub: ""
      consumer_group: ""
      connection_string: ""
      storage_account: ""
      storage_account_key: ""

I ran a quick test, and with this configuration, I can spot two azure-eventhub inputs starting in the logs.

Let me know if it works for your use case.

--
Maurizio