This guide will show you how to integrate Azure Monitor and logs into the Secure60 platform.
In this guide, you’ll learn how to export logs from Azure to integrate them into the Secure60 platform.
Prerequisites
Configure Filebeat with the following settings:
filebeat.inputs:
- type: azure-eventhub
eventhub: "<entity-event-hubs>"
consumer_group: "$Default"
connection_string: "<connection_string>"
storage_account: "<storage_account>"
storage_account_key: "<storage_account_key>"
storage_account_container: "<entity-event-hubs>"
output.logstash:
hosts: ["127.0.0.1:5044"]
Note
: If multiple Event Hub entities are created, you must configure a separate - type: azure-eventhub
section for each one.
Enable Azure integration in the Secure60 Collector by setting the following in the environment file:
ENABLE_AZURE=true
Logs will be viewable in the Secure60 portal.