Sumo Logic output plugin: fix unparsable config.Size from sample config (#8243)
This commit is contained in:
parent
9c2979dced
commit
885d0affa6
|
|
@ -1334,7 +1334,7 @@
|
|||
# ## 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
|
||||
# ## as expected.
|
||||
# # max_request_body_size = 1_000_000
|
||||
# # max_request_body_size = 1000000
|
||||
#
|
||||
# ## Additional, Sumo specific options.
|
||||
# ## Full list can be found here:
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ by Sumologic HTTP Source:
|
|||
## 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
|
||||
## as expected.
|
||||
# max_request_body_size = 1_000_000
|
||||
# max_request_body_size = 1000000
|
||||
|
||||
## Additional, Sumo specific options.
|
||||
## Full list can be found here:
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ const (
|
|||
## 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
|
||||
## as expected.
|
||||
# max_request_body_size = 1_000_000
|
||||
# max_request_body_size = 1000000
|
||||
|
||||
## Additional, Sumo specific options.
|
||||
## Full list can be found here:
|
||||
|
|
|
|||
Loading…
Reference in New Issue