docs(inputs.cisco_telemetry_mdt): Specify max msg upper limit (#13346)

This commit is contained in:
Joshua Powers 2023-05-30 08:50:38 -06:00 committed by GitHub
parent 11090b5b89
commit bc3ac27aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,8 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
## Address and port to host telemetry listener
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
## Enable TLS; grpc transport only.

View File

@ -7,7 +7,8 @@
## Address and port to host telemetry listener
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
## Enable TLS; grpc transport only.