Hello!
I'm trying to implement the azure module (https://www.elastic.co/guide/en/logstash/current/azure-module.html) but without success (there's no new index nor has the dashboard been imported to kibana) ... I believe it's something about the configuration but I can't seem to fix it.
My logstash.yml file is as follows:
modules:
- name: azure
var.elasticsearch.hosts: 192.168.111.50:9200
var.kibana.host: 192.168.111.51:5601
var.input.azure_event_hubs.consumer_group: "$Default"
var.input.azure_event_hubs.storage_connection: "DefaultEndpointsProtocol=https;AccountName=storageelastic"
var.input.azure_event_hubs.threads: 2
var.input.azure_event_hubs.event_hub_connections:
- "Endpoint=sb://pocelastic.servicebus.windows.net/;SharedAccessKeyName=KeyEh;SharedAccessKey=3qRQuIpA7Bh0rpMVMYNnLvpIUTcxHPzUMjUJUkKHXOY=;EntityPath=eh"
Any help would be greatly appreciated!
Thanks in advance.
Franco