Skip to main content

SecOps Streams

Overview

SecOps Streams is the source you add when a Google SecOps data processing pipeline should apply to specific Chronicle streams—by log type, ingestion method, and optional collector or feed hints—so downstream processors and the Google SecOps Data Processor Integration destination only touch the traffic you intend.

Supported platforms

  • Linux: Logs
  • Windows: Logs
  • macOS: Logs

Stream Configuration

ParameterTypeRequiredDescription
streamsarrayYesOne or more stream definitions.
streams[].log_typestringYesGoogle SecOps log type (for example GCP_CLOUDAUDIT).
streams[].ingestion_methodsarrayNoAllowed ingestion methods (cloud_native_ingestion, feed, ingestion_api, workspace_ingestion).
streams[].collector_idstringNoOptional collector identifier for stream scoping.
streams[].feedstringNoOptional feed identifier for stream scoping.

Example Configuration

{
"streams": [
{
"log_type": "GCP_CLOUDAUDIT",
"ingestion_methods": ["feed", "ingestion_api"],
"collector_id": "collector-123",
"feed": "feed-abc"
}
]
}

See also