StatsEvent

JSON representation
{
  "startTime": string,
  "windowStartTime": string,
  "lastSuccessfulUpload": string,
  "numBatchesDropped": integer,
  "numBatchesUploaded": integer,
  "bytesUploaded": string,
  "bytesBeforeCompression": string,
  "bytesAfterCompression": string,
  "numUploadRetries": integer,
  "collectorHostname": string,
  "collectorVersion": string,
  "bundleVersion": string,
  "containerVersion": string,
  "numBatchesResized": integer,
  "numInputDropped": integer,
  "compressionLevel": integer,
  "pcapStats": {
    object (PcapStats)
  },
  "lastFailedUpload": string,
  "lastAttemptedUpload": string,
  "lastFailedStatusCode": integer,
  "errorInfo": [
    {
      object (ErrorInfo)
    }
  ],
  "rusage": {
    object (RUsage)
  },
  "lastReceivedTimestamp": {
    string: string,
    ...
  },
  "localLoggingVerbosityLevel": integer,
  "remoteLoggingVerbosityLevel": integer,
  "logs": [
    string
  ],
  "numSplunkInputRestarts": integer,
  "maxSplunkLatencyMs": integer,
  "minSplunkLatencyMs": integer,
  "numSplunkQueryAttempts": integer,
  "numLogLinesDiscarded": integer,
  "lastSplunkInputRestart": string,
  "commandLineArgs": string,
  "batchBacklogSizeBytes": {
    string: string,
    ...
  },
  "aggregatedBatchStats": {
    object (LogEntryBatchMetrics)
  },
  "inputStats": [
    {
      object (InputStatsEvent)
    }
  ],
  "containerStats": {
    object (ContainerStats)
  },
  "os": string,
  "osVersion": string,
  "ingestionLatency": string,
  "uploadTryCount": integer,
  "configHash": string,
  "authConfigHash": string,
  "forwarderId": string,
  "semanticVersion": string,
  "forwarderIdPersisted": boolean,
  "autoUpdateEnabled": boolean
}
Fields
startTime

string (Timestamp format)

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

windowStartTime

string (Timestamp format)

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

lastSuccessfulUpload

string (Timestamp format)

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

numBatchesDropped
(deprecated)

integer (uint32 format)

numBatchesUploaded
(deprecated)

integer (uint32 format)

bytesUploaded
(deprecated)

string

bytesBeforeCompression

string

bytesAfterCompression

string

numUploadRetries

integer (uint32 format)

collectorHostname

string

collectorVersion

string

bundleVersion

string

containerVersion

string

numBatchesResized
(deprecated)

integer (uint32 format)

numInputDropped

integer (uint32 format)

compressionLevel

integer

pcapStats

object (PcapStats)

lastFailedUpload

string (Timestamp format)

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

lastAttemptedUpload

string (Timestamp format)

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

lastFailedStatusCode

integer (uint32 format)

errorInfo[]

object (ErrorInfo)

rusage

object (RUsage)

lastReceivedTimestamp

map (key: string, value: string (Timestamp format))

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

localLoggingVerbosityLevel

integer

remoteLoggingVerbosityLevel

integer

logs[]

string

numSplunkInputRestarts

integer (uint32 format)

maxSplunkLatencyMs

integer (uint32 format)

minSplunkLatencyMs

integer (uint32 format)

numSplunkQueryAttempts

integer (uint32 format)

numLogLinesDiscarded

integer (uint32 format)

lastSplunkInputRestart

string (Timestamp format)

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

commandLineArgs

string

batchBacklogSizeBytes
(deprecated)

map (key: string, value: string)

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

aggregatedBatchStats

object (LogEntryBatchMetrics)

inputStats[]

object (InputStatsEvent)

containerStats

object (ContainerStats)

os

string

osVersion

string

ingestionLatency

string (int64 format)

uploadTryCount

integer

configHash

string

authConfigHash

string

forwarderId

string (bytes format)

A base64-encoded string.

semanticVersion

string

forwarderIdPersisted

boolean

autoUpdateEnabled

boolean

ErrorInfo

JSON representation
{
  "statusCode": integer,
  "count": integer
}
Fields
statusCode

integer (uint32 format)

count

integer (uint32 format)