Skip to content

Commit

Permalink
Fix typo in TSDB documentation (elastic#109504)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkts authored Jun 10, 2024
1 parent 335c03a commit eedc2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/data-streams/tsds.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ field values that are older than 2 hours (the `index.look_back_time` default).
A TSDS is designed to ingest current metrics data. When the TSDS is first
created the initial backing index has:

* an `index.time_series.start_time` value set to `now - index.look_ahead_time`
* an `index.time_series.start_time` value set to `now - index.look_back_time`
* an `index.time_series.end_time` value set to `now + index.look_ahead_time`

Only data that falls inside that range can be indexed.
Expand Down

0 comments on commit eedc2b9

Please sign in to comment.