brusMX / promitor-tests

A repo to obtain Azure Monitor metrics and consume them using Promitor
2 stars 2 forks source link

Push Functions Logs to Logstash #29

Open KenPet11 opened 5 years ago

KenPet11 commented 5 years ago

Configure managed resource to send logs to EventHub then pass in config file into logstash to pull from EventHub.

Check: Can see resources in Kibana dashboard

Managed Resource: Functions

cnadolny commented 5 years ago

The logs will need to be accessed via Application Insights: https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview https://docs.microsoft.com/en-us/azure/azure-monitor/platform/stream-monitoring-data-event-hubs

PerninManon commented 5 years ago

Not possible to configure the Continuous Export feature of Application Insights through Terraform. A Pull Request is already open: https://github.com/terraform-providers/terraform-provider-azurerm/issues/3091

This feature can only be enabled through Azure Portal or PowerShell