MonitoredResource interface
The properties of a resource currently being monitored by the Elastic monitor resource.
Properties
id | The ARM id of the resource. |
reason |
Reason for why the resource is sending logs (or why it is not sending). |
sending |
Flag indicating the status of the resource for sending logs operation to Elastic. |
Property Details
id
The ARM id of the resource.
id?: string
Property Value
string
reasonForLogsStatus
Reason for why the resource is sending logs (or why it is not sending).
reasonForLogsStatus?: string
Property Value
string
sendingLogs
Flag indicating the status of the resource for sending logs operation to Elastic.
sendingLogs?: string
Property Value
string