Data Source: oci_logging_logs

This data source provides the list of Logs in Oracle Cloud Infrastructure Logging service.

Lists the specified log group’s log objects.

Example Usage

data "oci_logging_logs" "test_logs" {
	#Required
	log_group_id = oci_logging_log_group.test_log_group.id

	#Optional
	display_name = var.log_display_name
	log_type = var.log_log_type
	source_resource = var.log_source_resource
	source_service = var.log_source_service
	state = var.log_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Log Reference

The following attributes are exported: