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: pipeline/outputs/opentelemetry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ OTLP/HTTP supports both HTTP/1.1 and HTTP/2. OTLP/gRPC requires HTTP/2 and is en
37
37
|`log_response_payload`| Specify if the response payload should be logged or not. |`true`|
38
38
|`log_suppress_interval`| Suppresses log messages from output plugin that appear similar within a specified time interval. `0` disables suppression. |`0`|
39
39
|`logs_attributes_metadata_key`| Metadata key used to read log record attributes. |`$Attributes`|
40
-
|`logs_body_key`| Record accessor pattern(s) used to populate the OTLP log body. The first matching key wins. May be specified multiple times. Defaults to `$log` then `$message`. |_none_|
40
+
|`logs_body_key`| Record accessor patterns used to populate the OTLP log body. The first matching key wins. Can be specified multiple times. Defaults to `$log` then `$message`. |_none_|
41
41
|`logs_body_key_attributes`| When `true`, record fields not matched by `logs_body_key` are added to the log record's attributes instead of being dropped. |`false`|
42
42
|`logs_instrumentation_scope_metadata_key`| Metadata key used to read the instrumentation scope. |`InstrumentationScope`|
43
43
|`logs_max_resources`| Set the maximum number of OTLP log resources per export request (`0` disables the limit). |`0`|
0 commit comments