Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions content/en/api/v2/observability-pipelines/examples.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53978,6 +53978,8 @@ components:
description: S3 bucket name.
example: "my-bucket"
type: string
buffer:
$ref: "#/components/schemas/ObservabilityPipelineBufferOptions"
compression:
$ref: "#/components/schemas/ObservabilityPipelineAmazonS3GenericCompression"
encoding:
Expand Down Expand Up @@ -54227,6 +54229,8 @@ components:

**Supported pipeline types:** logs
properties:
buffer:
$ref: "#/components/schemas/ObservabilityPipelineBufferOptions"
endpoint_url_key:
description: Name of the environment variable or secret that holds the CloudPrem endpoint URL.
example: CLOUDPREM_ENDPOINT_URL
Expand Down Expand Up @@ -55877,6 +55881,8 @@ components:
properties:
auth_strategy:
$ref: "#/components/schemas/ObservabilityPipelineHttpClientDestinationAuthStrategy"
buffer:
$ref: "#/components/schemas/ObservabilityPipelineBufferOptions"
compression:
$ref: "#/components/schemas/ObservabilityPipelineHttpClientDestinationCompression"
custom_key:
Expand Down Expand Up @@ -56161,6 +56167,8 @@ components:
description: Name of the environment variable or secret that holds the Kafka bootstrap servers list.
example: KAFKA_BOOTSTRAP_SERVERS
type: string
buffer:
$ref: "#/components/schemas/ObservabilityPipelineBufferOptions"
compression:
$ref: "#/components/schemas/ObservabilityPipelineKafkaDestinationCompression"
encoding:
Expand Down
Loading