Data Source: oci_log_analytics_namespace_rules

This data source provides the list of Namespace Rules in Oracle Cloud Infrastructure Log Analytics service.

Returns a list of ingest time rules and scheduled tasks in a compartment. You may limit the number of items returned, provide sorting options, and filter the results.

Example Usage

data "oci_log_analytics_namespace_rules" "test_namespace_rules" {
    #Required
    compartment_id = var.compartment_id
    namespace = var.namespace_rule_namespace

    #Optional
    display_name = var.namespace_rule_display_name
    kind = var.namespace_rule_kind
    state = var.namespace_rule_state
    target_service = var.namespace_rule_target_service
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

NamespaceRule Reference

The following attributes are exported: