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/openobserve.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
@@ -21,7 +21,7 @@ types as mentioned in the
21
21
| TLS | Required: Enable end-to-end security using TLS. Set to `on` to enable TLS communication with OpenObserve. |`on`|
22
22
| compress | Recommended: Compresses the payload in GZIP format. OpenObserve supports and recommends setting this to `gzip` for optimized log ingestion. |_none_|
23
23
| HTTP_User |_Required_ - Username for HTTP authentication. ||
24
-
| HTTP_Passwd |_Required_ - Password for HTTP authentication. ||
24
+
| HTTP_Passwd |Required: Password for HTTP authentication. |_none_|
25
25
| URI |_Required_ - The API path where the logs will be sent. |`/api/default/default/_json`|
26
26
| Format |_Required_ - The format of the log payload. OpenObserve expects json. |`json`|
27
27
| json_date_key |_Optional_ The JSON key used for timestamps in the logs. |`timestamp`|
0 commit comments