File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
plugins/outputs/sumologic Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1295
1295
# ## HTTP method, one of: "POST" or "PUT". "POST" is used by default if unset.
1296
1296
# # method = "POST"
1297
1297
#
1298
- # ## Max HTTP request body size in bytes before compression (if applied) .
1298
+ # ## Max HTTP request body size in bytes before compression.
1299
1299
# ## By default 1MB is recommended.
1300
1300
# ## NOTE:
1301
1301
# ## Bear in mind that in some serializer a metric even though serialized to multiple
1302
1302
# ## lines cannot be split any further so setting this very low might not work
1303
1303
# ## as expected.
1304
- # # max_request_body_size = 1_000_000
1304
+ # # max_request_body_size = 1000000
1305
1305
#
1306
1306
# ## Additional, Sumo specific options.
1307
1307
# ## Full list can be found here:
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ const (
49
49
## HTTP method, one of: "POST" or "PUT". "POST" is used by default if unset.
50
50
# method = "POST"
51
51
52
- ## Max HTTP request body size in bytes before compression (if applied) .
52
+ ## Max HTTP request body size in bytes before compression.
53
53
## By default 1MB is recommended.
54
54
## NOTE:
55
55
## Bear in mind that in some serializer a metric even though serialized to multiple
56
56
## lines cannot be split any further so setting this very low might not work
57
57
## as expected.
58
- # max_request_body_size = 1_000_000
58
+ # max_request_body_size = 1000000
59
59
60
60
## Additional, Sumo specific options.
61
61
## Full list can be found here:
You can’t perform that action at this time.
0 commit comments