[ Web Proxy ]
URL:
Viewing: https://docs.cloud.google.com/chronicle/docs/reference/rest/Shared.Types/StatsEvent [Back]  [Original]

StatsEvent  |  Google Security Operations  |  Google Cloud Documentation Skip to main content
Google Cloud Documentation [Google Cloud Documentation]
Send feedback

StatsEvent Stay organized with collections Save and categorize content based on your preferences.

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)

This item is deprecated!

numBatchesUploaded
(deprecated)

integer (uint32 format)

This item is deprecated!

bytesUploaded
(deprecated)

string

This item is deprecated!

bytesBeforeCompression

string

bytesAfterCompression

string

numUploadRetries

integer (uint32 format)

collectorHostname

string

collectorVersion

string

bundleVersion

string

containerVersion

string

numBatchesResized
(deprecated)

integer (uint32 format)

This item is deprecated!

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)

This item is deprecated!

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)

Send feedback

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-19 UTC.

Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-19 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page