Object describing a Datadog Log index.

Hierarchy

  • LogsIndex

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
dailyLimit?: number

The number of log events you can send in this index per day before you are rate-limited.

dailyLimitReset?: LogsDailyLimitReset

Object containing options to override the default daily limit reset time.

dailyLimitWarningThresholdPercentage?: number

A percentage threshold of the daily quota at which a Datadog warning event is generated.

exclusionFilters?: LogsExclusion[]

An array of exclusion objects. The logs are tested against the query of each filter, following the order of the array. Only the first matching active exclusion matters, others (if any) are ignored.

filter: LogsFilter

Filter for logs.

isRateLimited?: boolean

A boolean stating if the index is rate limited, meaning more logs than the daily limit have been sent. Rate limit is reset every-day at 2pm UTC.

name: string

The name of the index.

numFlexLogsRetentionDays?: number

The total number of days logs are stored in Standard and Flex Tier before being deleted from the index. If Standard Tier is enabled on this index, logs are first retained in Standard Tier for the number of days specified through num_retention_days, and then stored in Flex Tier until the number of days specified in num_flex_logs_retention_days is reached. The available values depend on retention plans specified in your organization's contract/subscriptions.

numRetentionDays?: number

The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index. The available values depend on retention plans specified in your organization's contract/subscriptions.

Generated using TypeDoc