Skip to content

Commit 28ac8e7

Browse files
Update pipeline/outputs/openobserve.md
Co-authored-by: Adam Locke <[email protected]> Signed-off-by: Chaitanya Sistla <[email protected]>
1 parent cea0ddb commit 28ac8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/openobserve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ types as mentioned in the
2222
| compress | Recommended: Compresses the payload in GZIP format. OpenObserve supports and recommends setting this to `gzip` for optimized log ingestion. | _none_ |
2323
| HTTP_User | _Required_ - Username for HTTP authentication. | |
2424
| 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` |
2626
| Format | _Required_ - The format of the log payload. OpenObserve expects json. | `json` |
2727
| json_date_key | _Optional_ The JSON key used for timestamps in the logs. | `timestamp` |
2828
| json_date_format | _Optional_ The format of the date in logs. OpenObserve supports iso8601. | `iso8601` |

0 commit comments

Comments
 (0)