Sumo Logic output plugin: fix unparsable config.Size from sample config (#8243)

This commit is contained in:
Patryk Małek 2020-10-21 20:43:24 +02:00 committed by GitHub
parent 9c2979dced
commit 885d0affa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1334,7 +1334,7 @@
# ## Bear in mind that in some serializer a metric even though serialized to multiple # ## Bear in mind that in some serializer a metric even though serialized to multiple
# ## lines cannot be split any further so setting this very low might not work # ## lines cannot be split any further so setting this very low might not work
# ## as expected. # ## as expected.
# # max_request_body_size = 1_000_000 # # max_request_body_size = 1000000
# #
# ## Additional, Sumo specific options. # ## Additional, Sumo specific options.
# ## Full list can be found here: # ## Full list can be found here:

View File

@ -45,7 +45,7 @@ by Sumologic HTTP Source:
## Bear in mind that in some serializer a metric even though serialized to multiple ## Bear in mind that in some serializer a metric even though serialized to multiple
## lines cannot be split any further so setting this very low might not work ## lines cannot be split any further so setting this very low might not work
## as expected. ## as expected.
# max_request_body_size = 1_000_000 # max_request_body_size = 1000000
## Additional, Sumo specific options. ## Additional, Sumo specific options.
## Full list can be found here: ## Full list can be found here:

View File

@ -50,7 +50,7 @@ const (
## Bear in mind that in some serializer a metric even though serialized to multiple ## Bear in mind that in some serializer a metric even though serialized to multiple
## lines cannot be split any further so setting this very low might not work ## lines cannot be split any further so setting this very low might not work
## as expected. ## as expected.
# max_request_body_size = 1_000_000 # max_request_body_size = 1000000
## Additional, Sumo specific options. ## Additional, Sumo specific options.
## Full list can be found here: ## Full list can be found here: