You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exporter/splunkhecexporter/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,7 @@ The following configuration options can also be configured:
39
39
-`key_file` (no default) Path to the TLS key to use for TLS required connections.
40
40
-`max_content_length_logs` (default: 2097152): Maximum log payload size in bytes. Log batches of bigger size will be
41
41
broken down into several requests. Default value is 2097152 bytes (2 MiB). Maximum allowed value is 838860800
42
-
(~ 800 MB). Keep in mind that Splunk Observability backend doesn't accept requests bigger than 2 MiB. This
43
-
configuration value can be raised only if used with Splunk Core/Cloud. When set to 0, it will treat as infinite length and it will create only 1 request per batch.
42
+
(~ 800 MB). When set to 0, it will treat as infinite length and it will create only 1 request per batch.
44
43
-`max_content_length_metrics` (default: 2097152): Maximum metric payload size in bytes. Metric batches of bigger size
45
44
will be broken down into several requests. Default value is 2097152 bytes (2 MiB). Maximum allowed value is 838860800
46
45
(~ 800 MB). When set to 0, it will treat as infinite length and it will create only one request per batch.
0 commit comments