Data Source: oci_log_analytics_log_analytics_entity_topology

This data source provides details about a specific Log Analytics Entity Topology resource in Oracle Cloud Infrastructure Log Analytics service.

Return a log analytics entity topology collection that contains a set of log analytics entities and a set of relationships between those, for the input source entity.

Example Usage

data "oci_log_analytics_log_analytics_entity_topology" "test_log_analytics_entity_topology" {
	#Required
	log_analytics_entity_id = oci_log_analytics_log_analytics_entity.test_log_analytics_entity.id
	namespace = var.log_analytics_entity_topology_namespace

	#Optional
	metadata_equals = var.log_analytics_entity_topology_metadata_equals
	state = var.log_analytics_entity_topology_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: