File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -296,13 +296,20 @@ output LOGS_ENDPOINT string = 'https://api.loganalytics.io'
296296
297297output CONNECTION_STRING string = ApplicationInsightsResource1 .properties .ConnectionString
298298output WORKSPACE_ID string = LogAnalyticsWorkspace1 .properties .customerId
299- output WORKSPACE_PRIMARY_RESOURCE_ID string = LogAnalyticsWorkspace1 .id
300299
301300output SECONDARY_CONNECTION_STRING string = ApplicationInsightsResource2 .properties .ConnectionString
302301output SECONDARY_WORKSPACE_ID string = LogAnalyticsWorkspace2 .properties .customerId
303- output WORKSPACE_SECONDARY_RESOURCE_ID string = LogAnalyticsWorkspace2 .id
304302
303+ // VALUES NEEDED FOR AZURE.MONITOR.QUERY
304+ output WORKSPACE_PRIMARY_RESOURCE_ID string = LogAnalyticsWorkspace1 .id
305+ output WORKSPACE_SECONDARY_RESOURCE_ID string = LogAnalyticsWorkspace2 .id
305306output STORAGE_NAME string = storageAccount .name
306307output STORAGE_ID string = storageAccount .id
307308output METRICS_RESOURCE_ID string = LogAnalyticsWorkspace1 .id
308309output METRICS_RESOURCE_NAMESPACE string = 'Microsoft.OperationalInsights/workspaces'
310+
311+ // VALUES NEEDED FOR AZURE.MONITOR.INGESTION
312+ output INGESTION_DATA_COLLECTION_RULE_ID string = dataCollectionRule1 .id
313+ output INGESTION_DATA_COLLECTION_RULE_IMMUTABLE_ID string = dataCollectionRule1 .properties .immutableId
314+ output MONITOR_INGESTION_DATA_COLLECTION_ENDPOINT string = dataCollectionEndpoint1 .properties .logsIngestion .endpoint
315+ output INGESTION_STREAM_NAME string = streamName
You can’t perform that action at this time.
0 commit comments