Microsoft Defender for Cloud による強化されたセキュリティ機能が有効になっている Azure サブスクリプションが 100 件あります。
すべてのサブスクリプションは単一のAzure ADテナントにリンクされています。Defender for Cloudのログをsyslogサーバーにストリーミングする必要があります。
解決策は、管理上の負担を最小限に抑えるものでなければならない。
あなたはどうすべきでしょうか?
回答するには、回答欄で適切な選択肢を選んでください。注:正解ごとに1ポイントが加算されます。
正解:
Export logs to: # Azure event hub
* Configure streaming by: # Configuring continuous export in Defender for Cloud for each subscription In Microsoft Defender for Cloud , if you need to stream security alerts and recommendations to an external SIEM or syslog server , the supported approach is to export data to an Azure Event Hub , which acts as a streaming pipeline. The syslog server or SIEM solution can then pull data from the Event Hub in real time using connectors or custom listeners.
The configuration method for sending Defender for Cloud data to an Event Hub is known as continuous export . According to Microsoft's official Defender for Cloud documentation, continuous export lets you automatically stream alerts and security recommendations to Event Hubs or Log Analytics workspaces .
However, when your target is a syslog server , Event Hub is required because it supports continuous streaming outside Azure.
To minimize administrative effort across multiple subscriptions (100 in this case) , you can use Azure Policy or a script to apply continuous export settings per subscription , but the feature must still be enabled individually for each subscription - hence the correct configuration step is:
"Configuring continuous export in Defender for Cloud for each subscription." Why not other options:
* Log Analytics workspace: used for querying within Azure, not for streaming to external syslog servers.
* Azure Storage account: suitable for archival, not streaming.
* Modifying diagnostic settings of the tenant: applies only to Azure AD logs, not Defender for Cloud data.