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
| **output.​otlp.​protocol** | string | Defines the OTLP protocol (http or grpc). Default is GRPC. |
86
+
| **output.​otlp.​tls** | object | Defines TLS options for the OTLP output. |
87
+
| **output.​otlp.​tls.​ca** | object | Defines an optional CA certificate for server certificate verification when using TLS. The certificate needs to be provided in PEM format. |
88
+
| **output.​otlp.​tls.​ca.​value** | string | Value that can contain references to Secret values. |
| **output.​otlp.​tls.​ca.​valueFrom.​secretKeyRef** | object | Refers to a key in a Secret. You must provide `name` and `namespace` of the Secret, as well as the name of the `key`. |
| **output.​otlp.​tls.​cert** | object | Defines a client certificate to use when using TLS. The certificate needs to be provided in PEM format. |
95
+
| **output.​otlp.​tls.​cert.​value** | string | Value that can contain references to Secret values. |
| **output.​otlp.​tls.​cert.​valueFrom.​secretKeyRef** | object | Refers to a key in a Secret. You must provide `name` and `namespace` of the Secret, as well as the name of the `key`. |
| **output.​otlp.​tls.​insecure** | boolean | Defines whether to send requests using plaintext instead of TLS. |
102
+
| **output.​otlp.​tls.​insecureSkipVerify** | boolean | Defines whether to skip server certificate verification when using TLS. |
103
+
| **output.​otlp.​tls.​key** | object | Defines the client key to use when using TLS. The key needs to be provided in PEM format. |
104
+
| **output.​otlp.​tls.​key.​value** | string | Value that can contain references to Secret values. |
| **output.​otlp.​tls.​key.​valueFrom.​secretKeyRef** | object | Refers to a key in a Secret. You must provide `name` and `namespace` of the Secret, as well as the name of the `key`. |
0 commit comments