We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5366d42 commit db52e53Copy full SHA for db52e53
pipeline/outputs/openobserve.md
@@ -25,7 +25,7 @@ types as mentioned in the
25
| URI | Required: The API path used to send logs. | `/api/default/default/_json` |
26
| Format | Required: The format of the log payload. OpenObserve expects JSON. | `json` |
27
| json_date_key | Optional: The JSON key used for timestamps in the logs. | `timestamp` |
28
-| json_date_format | _Optional_ The format of the date in logs. OpenObserve supports iso8601. | `iso8601` |
+| json_date_format | Optional: The format of the date in logs. OpenObserve supports ISO 8601. | `iso8601` |
29
| include_tag_key | If `true`, a tag is appended to the output. The key name is used in the `tag_key` property. | `false` |
30
31
### Configuration File
0 commit comments