You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: metricbeat/docs/modules/azure.asciidoc
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,26 @@ Required credentials for the `azure` module:
70
70
`tenant_id`:: The unique identifier of the Azure Active Directory instance
71
71
72
72
73
-
Users can use the azure credentials keys if configured `AZURE_CLIENT_ID`, `AZURE_CLIENT_SECRET`, `AZURE_TENANT_ID`, `AZURE_SUBSCRIPTION_ID`
73
+
The azure credentials keys can be used if configured `AZURE_CLIENT_ID`, `AZURE_CLIENT_SECRET`, `AZURE_TENANT_ID`, `AZURE_SUBSCRIPTION_ID`
74
+
75
+
`resource_manager_endpoint` ::
76
+
_string_
77
+
Optional, by default the azure public environment will be used, to override, users can provide a specific resource manager endpoint in order to use a different azure environment.
78
+
Ex:
79
+
https://management.chinacloudapi.cn for azure ChinaCloud
80
+
https://management.microsoftazure.de for azure GermanCloud
81
+
https://management.azure.com for azure PublicCloud
82
+
https://management.usgovcloudapi.net for azure USGovernmentCloud
83
+
84
+
`active_directory_endpoint` ::
85
+
_string_
86
+
Optional, by default the associated active directory endpoint to the resource manager endpoint will be used, to override, users can provide a specific active directory endpoint in order to use a different azure environment.
87
+
Ex:
88
+
https://login.microsoftonline.com for azure ChinaCloud
89
+
https://login.microsoftonline.us for azure GermanCloud
90
+
https://login.chinacloudapi.cn for azure PublicCloud
91
+
https://login.microsoftonline.de for azure USGovernmentCloud
Copy file name to clipboardExpand all lines: x-pack/metricbeat/module/azure/_meta/docs.asciidoc
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,26 @@ Required credentials for the `azure` module:
62
62
`tenant_id`:: The unique identifier of the Azure Active Directory instance
63
63
64
64
65
-
Users can use the azure credentials keys if configured `AZURE_CLIENT_ID`, `AZURE_CLIENT_SECRET`, `AZURE_TENANT_ID`, `AZURE_SUBSCRIPTION_ID`
65
+
The azure credentials keys can be used if configured `AZURE_CLIENT_ID`, `AZURE_CLIENT_SECRET`, `AZURE_TENANT_ID`, `AZURE_SUBSCRIPTION_ID`
66
+
67
+
`resource_manager_endpoint` ::
68
+
_string_
69
+
Optional, by default the azure public environment will be used, to override, users can provide a specific resource manager endpoint in order to use a different azure environment.
70
+
Ex:
71
+
https://management.chinacloudapi.cn for azure ChinaCloud
72
+
https://management.microsoftazure.de for azure GermanCloud
73
+
https://management.azure.com for azure PublicCloud
74
+
https://management.usgovcloudapi.net for azure USGovernmentCloud
75
+
76
+
`active_directory_endpoint` ::
77
+
_string_
78
+
Optional, by default the associated active directory endpoint to the resource manager endpoint will be used, to override, users can provide a specific active directory endpoint in order to use a different azure environment.
79
+
Ex:
80
+
https://login.microsoftonline.com for azure ChinaCloud
81
+
https://login.microsoftonline.us for azure GermanCloud
82
+
https://login.chinacloudapi.cn for azure PublicCloud
83
+
https://login.microsoftonline.de for azure USGovernmentCloud
0 commit comments