Update that Loki accepts out-of-order rewrites by default. (#9670)

**Which issue(s) this PR fixes**:
Fixes #7477
pull/9644/head^2
J Stickler 2 years ago committed by GitHub
parent db97058a84
commit c2f96221dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/fundamentals/architecture/components/_index.md

@ -139,7 +139,7 @@ deduplicated.
### Timestamp Ordering
Loki can be configured to [accept out-of-order writes]({{< relref "../../../configuration#accept-out-of-order-writes" >}}).
Loki is configured to [accept out-of-order writes]({{< relref "../../../configuration#accept-out-of-order-writes" >}}) by default.
When not configured to accept out-of-order writes, the ingester validates that ingested log lines are in order. When an
ingester receives a log line that doesn't follow the expected order, the line

Loading…
Cancel
Save