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
@@ -22,7 +22,7 @@ types as mentioned in the
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
24
| HTTP_Passwd | Required: Password for HTTP authentication. |_none_|
25
-
| URI |_Required_ - The API path where the logs will be sent. |`/api/default/default/_json`|
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`|
27
27
| json_date_key |_Optional_ The JSON key used for timestamps in the logs. |`timestamp`|
28
28
| json_date_format |_Optional_ The format of the date in logs. OpenObserve supports iso8601. |`iso8601`|
0 commit comments