Data Source: oci_log_analytics_namespace_ingest_time_rules

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

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

Example Usage

data "oci_log_analytics_namespace_ingest_time_rules" "test_namespace_ingest_time_rules" {
    #Required
    compartment_id = var.compartment_id
    namespace = var.namespace_ingest_time_rule_namespace

    #Optional
    condition_kind = var.namespace_ingest_time_rule_condition_kind
    display_name = var.namespace_ingest_time_rule_display_name
    field_name = var.namespace_ingest_time_rule_field_name
    field_value = var.namespace_ingest_time_rule_field_value
    state = var.namespace_ingest_time_rule_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

NamespaceIngestTimeRule Reference

The following attributes are exported: