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
If you want to skip errors when writing logs, you can add the `skip_error=true` parameter to your request. You can use the `skip_error` parameter with the following command:
276
+
If you want to skip errors when writing logs, you can add the `skip_error` parameter to the HTTP request's query params. For example:
With this, GreptimeDB will skip the log entry when an error is encountered and continue processing the remaining logs. The entire request will not fail due to an error in a single
285
+
With this, GreptimeDB will skip the log entry when an error is encountered and continue processing the remaining logs. The entire request will not fail due to an error in a single log entry.
0 commit comments