monitored_resources
Creates, updates, deletes, gets or lists a monitored_resources
resource.
Overview
Name | monitored_resources |
Type | Resource |
Id | azure_isv.elastic.monitored_resources |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ARM id of the resource. |
reasonForLogsStatus | string | Reason for why the resource is sending logs (or why it is not sending). |
sendingLogs | string | Flag indicating the status of the resource for sending logs operation to Elastic. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | monitorName, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
id,
reasonForLogsStatus,
sendingLogs
FROM azure_isv.elastic.monitored_resources
WHERE monitorName = '{{ monitorName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';