Proto: common.proto

Package: envoy.data.tap.v3

Body

FieldDescription
asBytes(bytes)

Body data as bytes. By default, tap body data will be present in this field, as the proto bytes type can contain any valid byte.
asString(string)

Body data as string. This field is only used when the :ref:JSON_BODY_AS_STRING <envoy_v3_api_enum_value_config.tap.v3.OutputSink.Format.JSON_BODY_AS_STRING> sink format type is selected. See the documentation for that option for why this is useful.
truncated(bool)

Specifies whether body data has been truncated to fit within the specified :ref:max_buffered_rx_bytes <envoy_v3_api_field_config.tap.v3.OutputConfig.max_buffered_rx_bytes> and :ref:max_buffered_tx_bytes <envoy_v3_api_field_config.tap.v3.OutputConfig.max_buffered_tx_bytes> settings.