Data Source: oci_log_analytics_namespace
This data source provides details about a specific Namespace resource in Oracle Cloud Infrastructure Log Analytics service.
This API gets the namespace details of a tenancy already onboarded in Logging Analytics Application
Example Usage
data "oci_log_analytics_namespace" "test_namespace" {
	#Required
	namespace = var.namespace_namespace
}
Argument Reference
The following arguments are supported:
- namespace- (Required) The Logging Analytics namespace used for the request.
Attributes Reference
The following attributes are exported:
- compartment_id- The is the tenancy ID
- is_archiving_enabled- This indicates if old data can be archived for a tenancy
- is_onboarded- This indicates if the tenancy is onboarded to Logging Analytics
- namespace- This is the namespace name of a tenancy
- is_logSet_enabled- This indicates if the tenancy is logSet enable
- is_data_ever_ingested- This indicates if the tenancy is data ever ingested