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
| Host | Required. The OpenObserve server where you are sending logs. |`localhost`|
21
-
| TLS | Required: Enable end-to-end security using TLS. Set to `on` to enable TLS communication with OpenObserve. |`on`|
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. |_none_|
24
-
| HTTP_Passwd | Required: Password for HTTP authentication. |_none_|
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 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
10
+
Before you begin, you need the following fields, which can be found under **Ingestion** in OpenObserve Cloud. Alternatively, you can achieve this with various installation types as mentioned in the [OpenObserve documentation](https://openobserve.ai/docs/quickstart/):
0 commit comments