diff --git a/src/sinks/util/batch.rs b/src/sinks/util/batch.rs index b6fdb77463704..e192360b3874a 100644 --- a/src/sinks/util/batch.rs +++ b/src/sinks/util/batch.rs @@ -101,7 +101,7 @@ where /// The maximum size of a batch that is processed by a sink. /// /// This is based on the uncompressed size of the batched events, before they are - /// serialized/compressed. + /// serialized or compressed. #[serde(default = "default_max_bytes::")] #[configurable(metadata(docs::type_unit = "bytes"))] pub max_bytes: Option, diff --git a/website/cue/reference/components/sinks/base/appsignal.cue b/website/cue/reference/components/sinks/base/appsignal.cue index f786a1fa97acb..30ce8edf72077 100644 --- a/website/cue/reference/components/sinks/base/appsignal.cue +++ b/website/cue/reference/components/sinks/base/appsignal.cue @@ -36,7 +36,7 @@ base: components: sinks: appsignal: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/aws_cloudwatch_logs.cue b/website/cue/reference/components/sinks/base/aws_cloudwatch_logs.cue index 7b53d05fa3455..e0f57c6ce0730 100644 --- a/website/cue/reference/components/sinks/base/aws_cloudwatch_logs.cue +++ b/website/cue/reference/components/sinks/base/aws_cloudwatch_logs.cue @@ -150,7 +150,7 @@ base: components: sinks: aws_cloudwatch_logs: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/aws_cloudwatch_metrics.cue b/website/cue/reference/components/sinks/base/aws_cloudwatch_metrics.cue index c2ced75b95861..2f587a9ab0ae9 100644 --- a/website/cue/reference/components/sinks/base/aws_cloudwatch_metrics.cue +++ b/website/cue/reference/components/sinks/base/aws_cloudwatch_metrics.cue @@ -150,7 +150,7 @@ base: components: sinks: aws_cloudwatch_metrics: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: unit: "bytes" diff --git a/website/cue/reference/components/sinks/base/aws_kinesis_firehose.cue b/website/cue/reference/components/sinks/base/aws_kinesis_firehose.cue index b3319428648ba..66fc0c718bf69 100644 --- a/website/cue/reference/components/sinks/base/aws_kinesis_firehose.cue +++ b/website/cue/reference/components/sinks/base/aws_kinesis_firehose.cue @@ -150,7 +150,7 @@ base: components: sinks: aws_kinesis_firehose: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/aws_kinesis_streams.cue b/website/cue/reference/components/sinks/base/aws_kinesis_streams.cue index fb53b59f1b3d1..fe0c944ef400d 100644 --- a/website/cue/reference/components/sinks/base/aws_kinesis_streams.cue +++ b/website/cue/reference/components/sinks/base/aws_kinesis_streams.cue @@ -150,7 +150,7 @@ base: components: sinks: aws_kinesis_streams: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/aws_s3.cue b/website/cue/reference/components/sinks/base/aws_s3.cue index c7ebd5f2fe1ba..625daa2730ac5 100644 --- a/website/cue/reference/components/sinks/base/aws_s3.cue +++ b/website/cue/reference/components/sinks/base/aws_s3.cue @@ -225,7 +225,7 @@ base: components: sinks: aws_s3: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/axiom.cue b/website/cue/reference/components/sinks/base/axiom.cue index 789be7e72085e..ce0f396bfac30 100644 --- a/website/cue/reference/components/sinks/base/axiom.cue +++ b/website/cue/reference/components/sinks/base/axiom.cue @@ -30,7 +30,7 @@ base: components: sinks: axiom: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/azure_blob.cue b/website/cue/reference/components/sinks/base/azure_blob.cue index 08b9b6d6aa9c5..0bd8b0f494979 100644 --- a/website/cue/reference/components/sinks/base/azure_blob.cue +++ b/website/cue/reference/components/sinks/base/azure_blob.cue @@ -36,7 +36,7 @@ base: components: sinks: azure_blob: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/azure_monitor_logs.cue b/website/cue/reference/components/sinks/base/azure_monitor_logs.cue index 18a81b5f0d122..bce585a0c5325 100644 --- a/website/cue/reference/components/sinks/base/azure_monitor_logs.cue +++ b/website/cue/reference/components/sinks/base/azure_monitor_logs.cue @@ -45,7 +45,7 @@ base: components: sinks: azure_monitor_logs: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/clickhouse.cue b/website/cue/reference/components/sinks/base/clickhouse.cue index e93b7e417bf07..c472c8736c682 100644 --- a/website/cue/reference/components/sinks/base/clickhouse.cue +++ b/website/cue/reference/components/sinks/base/clickhouse.cue @@ -205,7 +205,7 @@ base: components: sinks: clickhouse: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/databend.cue b/website/cue/reference/components/sinks/base/databend.cue index 54033a7968da8..0fa20d0dd1d62 100644 --- a/website/cue/reference/components/sinks/base/databend.cue +++ b/website/cue/reference/components/sinks/base/databend.cue @@ -200,7 +200,7 @@ base: components: sinks: databend: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/datadog_logs.cue b/website/cue/reference/components/sinks/base/datadog_logs.cue index 5169c434610b8..7f9853614b4d9 100644 --- a/website/cue/reference/components/sinks/base/datadog_logs.cue +++ b/website/cue/reference/components/sinks/base/datadog_logs.cue @@ -36,7 +36,7 @@ base: components: sinks: datadog_logs: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/datadog_metrics.cue b/website/cue/reference/components/sinks/base/datadog_metrics.cue index 1b4f0b3f68e53..8acd1569f57f5 100644 --- a/website/cue/reference/components/sinks/base/datadog_metrics.cue +++ b/website/cue/reference/components/sinks/base/datadog_metrics.cue @@ -36,7 +36,7 @@ base: components: sinks: datadog_metrics: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: unit: "bytes" diff --git a/website/cue/reference/components/sinks/base/datadog_traces.cue b/website/cue/reference/components/sinks/base/datadog_traces.cue index 05f0ab9b6d272..c60bd879e881e 100644 --- a/website/cue/reference/components/sinks/base/datadog_traces.cue +++ b/website/cue/reference/components/sinks/base/datadog_traces.cue @@ -36,7 +36,7 @@ base: components: sinks: datadog_traces: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/elasticsearch.cue b/website/cue/reference/components/sinks/base/elasticsearch.cue index c2340f11a1340..aa29493a59583 100644 --- a/website/cue/reference/components/sinks/base/elasticsearch.cue +++ b/website/cue/reference/components/sinks/base/elasticsearch.cue @@ -231,7 +231,7 @@ base: components: sinks: elasticsearch: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/gcp_chronicle_unstructured.cue b/website/cue/reference/components/sinks/base/gcp_chronicle_unstructured.cue index e99f99c3b23c2..1b9edc8daea52 100644 --- a/website/cue/reference/components/sinks/base/gcp_chronicle_unstructured.cue +++ b/website/cue/reference/components/sinks/base/gcp_chronicle_unstructured.cue @@ -52,7 +52,7 @@ base: components: sinks: gcp_chronicle_unstructured: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/gcp_cloud_storage.cue b/website/cue/reference/components/sinks/base/gcp_cloud_storage.cue index aee9855b7fcf5..45e175ee58aee 100644 --- a/website/cue/reference/components/sinks/base/gcp_cloud_storage.cue +++ b/website/cue/reference/components/sinks/base/gcp_cloud_storage.cue @@ -107,7 +107,7 @@ base: components: sinks: gcp_cloud_storage: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/gcp_pubsub.cue b/website/cue/reference/components/sinks/base/gcp_pubsub.cue index 2537ce1867417..17e23079783ae 100644 --- a/website/cue/reference/components/sinks/base/gcp_pubsub.cue +++ b/website/cue/reference/components/sinks/base/gcp_pubsub.cue @@ -52,7 +52,7 @@ base: components: sinks: gcp_pubsub: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/gcp_stackdriver_logs.cue b/website/cue/reference/components/sinks/base/gcp_stackdriver_logs.cue index a2a1aa714bc30..e313a849aa81f 100644 --- a/website/cue/reference/components/sinks/base/gcp_stackdriver_logs.cue +++ b/website/cue/reference/components/sinks/base/gcp_stackdriver_logs.cue @@ -52,7 +52,7 @@ base: components: sinks: gcp_stackdriver_logs: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/gcp_stackdriver_metrics.cue b/website/cue/reference/components/sinks/base/gcp_stackdriver_metrics.cue index 63157aa821a65..1e1703d6b0820 100644 --- a/website/cue/reference/components/sinks/base/gcp_stackdriver_metrics.cue +++ b/website/cue/reference/components/sinks/base/gcp_stackdriver_metrics.cue @@ -52,7 +52,7 @@ base: components: sinks: gcp_stackdriver_metrics: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: unit: "bytes" diff --git a/website/cue/reference/components/sinks/base/greptimedb.cue b/website/cue/reference/components/sinks/base/greptimedb.cue index 42f8739e7422b..29cd94ff45e41 100644 --- a/website/cue/reference/components/sinks/base/greptimedb.cue +++ b/website/cue/reference/components/sinks/base/greptimedb.cue @@ -36,7 +36,7 @@ base: components: sinks: greptimedb: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: unit: "bytes" diff --git a/website/cue/reference/components/sinks/base/greptimedb_logs.cue b/website/cue/reference/components/sinks/base/greptimedb_logs.cue index 5b55f78f86265..777f9890bab87 100644 --- a/website/cue/reference/components/sinks/base/greptimedb_logs.cue +++ b/website/cue/reference/components/sinks/base/greptimedb_logs.cue @@ -36,7 +36,7 @@ base: components: sinks: greptimedb_logs: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: unit: "bytes" diff --git a/website/cue/reference/components/sinks/base/greptimedb_metrics.cue b/website/cue/reference/components/sinks/base/greptimedb_metrics.cue index 6444afceb9aa9..be9d9ae854a7b 100644 --- a/website/cue/reference/components/sinks/base/greptimedb_metrics.cue +++ b/website/cue/reference/components/sinks/base/greptimedb_metrics.cue @@ -36,7 +36,7 @@ base: components: sinks: greptimedb_metrics: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: unit: "bytes" diff --git a/website/cue/reference/components/sinks/base/honeycomb.cue b/website/cue/reference/components/sinks/base/honeycomb.cue index d34c539436672..0834f68ac4aea 100644 --- a/website/cue/reference/components/sinks/base/honeycomb.cue +++ b/website/cue/reference/components/sinks/base/honeycomb.cue @@ -41,7 +41,7 @@ base: components: sinks: honeycomb: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/http.cue b/website/cue/reference/components/sinks/base/http.cue index 402db85cfc8da..5cf6181e34e96 100644 --- a/website/cue/reference/components/sinks/base/http.cue +++ b/website/cue/reference/components/sinks/base/http.cue @@ -205,7 +205,7 @@ base: components: sinks: http: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/humio_logs.cue b/website/cue/reference/components/sinks/base/humio_logs.cue index 3924d1c44735f..153dfa5324fdc 100644 --- a/website/cue/reference/components/sinks/base/humio_logs.cue +++ b/website/cue/reference/components/sinks/base/humio_logs.cue @@ -36,7 +36,7 @@ base: components: sinks: humio_logs: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/humio_metrics.cue b/website/cue/reference/components/sinks/base/humio_metrics.cue index 89ff9ec8d5033..fd0e65f6daa6b 100644 --- a/website/cue/reference/components/sinks/base/humio_metrics.cue +++ b/website/cue/reference/components/sinks/base/humio_metrics.cue @@ -36,7 +36,7 @@ base: components: sinks: humio_metrics: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/influxdb_logs.cue b/website/cue/reference/components/sinks/base/influxdb_logs.cue index 1667d06b84f83..f8885c040730f 100644 --- a/website/cue/reference/components/sinks/base/influxdb_logs.cue +++ b/website/cue/reference/components/sinks/base/influxdb_logs.cue @@ -36,7 +36,7 @@ base: components: sinks: influxdb_logs: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/influxdb_metrics.cue b/website/cue/reference/components/sinks/base/influxdb_metrics.cue index 4f09582867523..093b79ba83e41 100644 --- a/website/cue/reference/components/sinks/base/influxdb_metrics.cue +++ b/website/cue/reference/components/sinks/base/influxdb_metrics.cue @@ -36,7 +36,7 @@ base: components: sinks: influxdb_metrics: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: unit: "bytes" diff --git a/website/cue/reference/components/sinks/base/kafka.cue b/website/cue/reference/components/sinks/base/kafka.cue index d43a10408c8b1..1f88e96d23741 100644 --- a/website/cue/reference/components/sinks/base/kafka.cue +++ b/website/cue/reference/components/sinks/base/kafka.cue @@ -36,7 +36,7 @@ base: components: sinks: kafka: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: unit: "bytes" diff --git a/website/cue/reference/components/sinks/base/keep.cue b/website/cue/reference/components/sinks/base/keep.cue index d7dfd13b4cfde..3cae9b1b1cbfe 100644 --- a/website/cue/reference/components/sinks/base/keep.cue +++ b/website/cue/reference/components/sinks/base/keep.cue @@ -41,7 +41,7 @@ base: components: sinks: keep: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/logdna.cue b/website/cue/reference/components/sinks/base/logdna.cue index 075465a7916dc..63f3d81553417 100644 --- a/website/cue/reference/components/sinks/base/logdna.cue +++ b/website/cue/reference/components/sinks/base/logdna.cue @@ -41,7 +41,7 @@ base: components: sinks: logdna: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/loki.cue b/website/cue/reference/components/sinks/base/loki.cue index e846d91dfb300..0641330c99865 100644 --- a/website/cue/reference/components/sinks/base/loki.cue +++ b/website/cue/reference/components/sinks/base/loki.cue @@ -205,7 +205,7 @@ base: components: sinks: loki: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/mezmo.cue b/website/cue/reference/components/sinks/base/mezmo.cue index db22b664e657a..8a8eefb22732f 100644 --- a/website/cue/reference/components/sinks/base/mezmo.cue +++ b/website/cue/reference/components/sinks/base/mezmo.cue @@ -41,7 +41,7 @@ base: components: sinks: mezmo: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/new_relic.cue b/website/cue/reference/components/sinks/base/new_relic.cue index e1e51404f4c2b..7e3895b02cd27 100644 --- a/website/cue/reference/components/sinks/base/new_relic.cue +++ b/website/cue/reference/components/sinks/base/new_relic.cue @@ -50,7 +50,7 @@ base: components: sinks: new_relic: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/opentelemetry.cue b/website/cue/reference/components/sinks/base/opentelemetry.cue index de87314957157..4d7a2d4b5228d 100644 --- a/website/cue/reference/components/sinks/base/opentelemetry.cue +++ b/website/cue/reference/components/sinks/base/opentelemetry.cue @@ -208,7 +208,7 @@ base: components: sinks: opentelemetry: configuration: protocol: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/postgres.cue b/website/cue/reference/components/sinks/base/postgres.cue index bc20d87ae14f2..d3fa9af9d9e52 100644 --- a/website/cue/reference/components/sinks/base/postgres.cue +++ b/website/cue/reference/components/sinks/base/postgres.cue @@ -47,7 +47,7 @@ base: components: sinks: postgres: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/prometheus_remote_write.cue b/website/cue/reference/components/sinks/base/prometheus_remote_write.cue index 4ca726cbd445b..62b12a901aa80 100644 --- a/website/cue/reference/components/sinks/base/prometheus_remote_write.cue +++ b/website/cue/reference/components/sinks/base/prometheus_remote_write.cue @@ -216,7 +216,7 @@ base: components: sinks: prometheus_remote_write: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: unit: "bytes" diff --git a/website/cue/reference/components/sinks/base/redis.cue b/website/cue/reference/components/sinks/base/redis.cue index f958ee2f8c53d..e93567ba823fd 100644 --- a/website/cue/reference/components/sinks/base/redis.cue +++ b/website/cue/reference/components/sinks/base/redis.cue @@ -36,7 +36,7 @@ base: components: sinks: redis: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: unit: "bytes" diff --git a/website/cue/reference/components/sinks/base/sematext_logs.cue b/website/cue/reference/components/sinks/base/sematext_logs.cue index 502dbeda2a449..45e2e2962fc2c 100644 --- a/website/cue/reference/components/sinks/base/sematext_logs.cue +++ b/website/cue/reference/components/sinks/base/sematext_logs.cue @@ -36,7 +36,7 @@ base: components: sinks: sematext_logs: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/sematext_metrics.cue b/website/cue/reference/components/sinks/base/sematext_metrics.cue index 9eb884a6707e3..c5d5571f2d4d2 100644 --- a/website/cue/reference/components/sinks/base/sematext_metrics.cue +++ b/website/cue/reference/components/sinks/base/sematext_metrics.cue @@ -36,7 +36,7 @@ base: components: sinks: sematext_metrics: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: unit: "bytes" diff --git a/website/cue/reference/components/sinks/base/splunk_hec_logs.cue b/website/cue/reference/components/sinks/base/splunk_hec_logs.cue index 5fc88d51533fc..0c8187c067592 100644 --- a/website/cue/reference/components/sinks/base/splunk_hec_logs.cue +++ b/website/cue/reference/components/sinks/base/splunk_hec_logs.cue @@ -77,7 +77,7 @@ base: components: sinks: splunk_hec_logs: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/splunk_hec_metrics.cue b/website/cue/reference/components/sinks/base/splunk_hec_metrics.cue index 603e2dedb62d5..80376f7cfe0c0 100644 --- a/website/cue/reference/components/sinks/base/splunk_hec_metrics.cue +++ b/website/cue/reference/components/sinks/base/splunk_hec_metrics.cue @@ -63,7 +63,7 @@ base: components: sinks: splunk_hec_metrics: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/statsd.cue b/website/cue/reference/components/sinks/base/statsd.cue index 485984af972ca..f411bf70f4df3 100644 --- a/website/cue/reference/components/sinks/base/statsd.cue +++ b/website/cue/reference/components/sinks/base/statsd.cue @@ -48,7 +48,7 @@ base: components: sinks: statsd: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: { diff --git a/website/cue/reference/components/sinks/base/vector.cue b/website/cue/reference/components/sinks/base/vector.cue index 85dd15172cd23..50c254bf90416 100644 --- a/website/cue/reference/components/sinks/base/vector.cue +++ b/website/cue/reference/components/sinks/base/vector.cue @@ -47,7 +47,7 @@ base: components: sinks: vector: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: unit: "bytes" diff --git a/website/cue/reference/components/sinks/base/webhdfs.cue b/website/cue/reference/components/sinks/base/webhdfs.cue index 4401e42da0b5c..a011bc24262e5 100644 --- a/website/cue/reference/components/sinks/base/webhdfs.cue +++ b/website/cue/reference/components/sinks/base/webhdfs.cue @@ -36,7 +36,7 @@ base: components: sinks: webhdfs: configuration: { The maximum size of a batch that is processed by a sink. This is based on the uncompressed size of the batched events, before they are - serialized/compressed. + serialized or compressed. """ required: false type: uint: {