Skip to content

Commit

Permalink
[DOCS] The logs index.mode has been renamed logsdb (elastic#111871) (e…
Browse files Browse the repository at this point in the history
…lastic#112076)

(cherry picked from commit 595628f)

Co-authored-by: Luca Belluccini <[email protected]>
  • Loading branch information
lkts and lucabelluccini authored Aug 21, 2024
1 parent 0cc8585 commit 96c4870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/index-modules.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Index mode supports the following values:

`time_series`::: Index mode optimized for storage of metrics documented in <<tsds-index-settings,TSDS Settings>>.

`logs`::: Index mode optimized for storage of logs. It applies default sort settings on the `hostname` and `timestamp` fields and uses <<synthetic-source,synthetic `_source`>>. <<index-modules-index-sorting,Index sorting>> on different fields is still allowed.
`logsdb`::: Index mode optimized for storage of logs. It applies default sort settings on the `hostname` and `timestamp` fields and uses <<synthetic-source,synthetic `_source`>>. <<index-modules-index-sorting,Index sorting>> on different fields is still allowed.
preview:[]

[[routing-partition-size]] `index.routing_partition_size`::
Expand Down

0 comments on commit 96c4870

Please sign in to comment.