Hour usage for logs.

Hierarchy

  • UsageLogsHour

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
billableIngestedBytes?: number

Contains the number of billable log bytes ingested.

hour?: Date

The hour for the usage.

indexedEventsCount?: number

Contains the number of log events indexed.

ingestedEventsBytes?: number

Contains the number of log bytes ingested.

logsForwardingEventsBytes?: number

Contains the number of logs forwarded bytes (data available as of April 1st 2023)

logsLiveIndexedCount?: number

Contains the number of live log events indexed (data available as of December 1, 2020).

logsLiveIngestedBytes?: number

Contains the number of live log bytes ingested (data available as of December 1, 2020).

logsRehydratedIndexedCount?: number

Contains the number of rehydrated log events indexed (data available as of December 1, 2020).

logsRehydratedIngestedBytes?: number

Contains the number of rehydrated log bytes ingested (data available as of December 1, 2020).

orgName?: string

The organization name.

publicId?: string

The organization public ID.

Generated using TypeDoc