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
@@ -20,7 +20,7 @@ types as mentioned in the
20
20
| Host | Required. The OpenObserve server where you are sending logs. |`localhost`|
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
-
| HTTP_User |_Required_ - Username for HTTP authentication. ||
23
+
| HTTP_User |Required: Username for HTTP authentication. |_none_|
24
24
| HTTP_Passwd | Required: Password for HTTP authentication. |_none_|
25
25
| URI | Required: The API path used to send logs. |`/api/default/default/_json`|
26
26
| Format |_Required_ - The format of the log payload. OpenObserve expects json. |`json`|
0 commit comments