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

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

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

JSON representation
{
  "id": string,
  "logType": string,
  "inputType": string,
  "uploaded": {
    object (LogEntryBatchMetrics)
  },
  "backlog": {
    object (LogEntryBatchMetrics)
  },
  "backlogDropped": {
    object (LogEntryBatchMetrics)
  },
  "regexFilterDropped": {
    string: {
      object (LogEntryBatchMetrics)
    },
    ...
  },
  "outputStats": {
    string: {
      object (OutputStatsEvent)
    },
    ...
  },
  "bufferStats": {
    object (BufferStats)
  },
  "bytesCompressed": string,
  "bytesUncompressed": string
}
Fields
id

string

logType

string

inputType

string

uploaded

object (LogEntryBatchMetrics)

backlog

object (LogEntryBatchMetrics)

backlogDropped

object (LogEntryBatchMetrics)

regexFilterDropped

map (key: string, value: object (LogEntryBatchMetrics))

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

outputStats

map (key: string, value: object (OutputStatsEvent))

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

bufferStats

object (BufferStats)

bytesCompressed

string (int64 format)

bytesUncompressed

string (int64 format)

OutputStatsEvent

JSON representation
{
  "name": string,
  "outputType": string,
  "uploaded": {
    object (LogEntryBatchMetrics)
  },
  "backlog": {
    object (LogEntryBatchMetrics)
  },
  "backlogDropped": {
    object (LogEntryBatchMetrics)
  },
  "bufferStats": {
    object (BufferStats)
  }
}
Fields
name

string

outputType

string

uploaded

object (LogEntryBatchMetrics)

backlog

object (LogEntryBatchMetrics)

backlogDropped

object (LogEntryBatchMetrics)

bufferStats

object (BufferStats)

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