Hi,
As written in the below link, the issue was resolved.
multiple-event-hubs
Unfortunately, the issue still exists.
When configuring multiple platformlogs as can be seen below, only one of them gets active and that will be the last one.
I have 36 EventHubs i need to connect to (one eventhub per each azure region).
What is the exact configuration syntax to achieve that?
platformlogs:
enabled: true
var:
eventhub: ""
consumer_group: "elk"
connection_string: ""
storage_account: "elkcheckpoint"
storage_account_key: ""
storage_account_container: ""
platformlogs:
enabled: true
var:
eventhub: ""
consumer_group: "elk"
connection_string: ""
storage_account: "elkcheckpoint"
storage_account_key: ""
Reagrds,
Dov Zelinger