docs(inputs.cisco_telemetry_mdt): Specify max msg upper limit (#13346)
This commit is contained in:
parent
11090b5b89
commit
bc3ac27aef
|
|
@ -44,7 +44,8 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
||||||
## Address and port to host telemetry listener
|
## Address and port to host telemetry listener
|
||||||
service_address = ":57000"
|
service_address = ":57000"
|
||||||
|
|
||||||
## Grpc Maximum Message Size, default is 4MB, increase the size.
|
## Grpc Maximum Message Size, default is 4MB, increase the size. This is
|
||||||
|
## stored as a uint32, and limited to 4294967295.
|
||||||
max_msg_size = 4000000
|
max_msg_size = 4000000
|
||||||
|
|
||||||
## Enable TLS; grpc transport only.
|
## Enable TLS; grpc transport only.
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,8 @@
|
||||||
## Address and port to host telemetry listener
|
## Address and port to host telemetry listener
|
||||||
service_address = ":57000"
|
service_address = ":57000"
|
||||||
|
|
||||||
## Grpc Maximum Message Size, default is 4MB, increase the size.
|
## Grpc Maximum Message Size, default is 4MB, increase the size. This is
|
||||||
|
## stored as a uint32, and limited to 4294967295.
|
||||||
max_msg_size = 4000000
|
max_msg_size = 4000000
|
||||||
|
|
||||||
## Enable TLS; grpc transport only.
|
## Enable TLS; grpc transport only.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue