Skip to content

Commit e855fc2

Browse files
authored
[8.x][DOCS] Document source-related restrictions (elastic#124317)
* Update synthetic-source.asciidoc * Update source-field.asciidoc
1 parent 8580bd2 commit e855fc2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/reference/mapping/fields/source-field.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ and <<docs-reindex,`reindex`>> APIs.
5858
automatically.
5959
==================================================
6060

61+
NOTE: You can't disable the `_source` field for indexes with <<index-mode-setting,`index_mode`>>
62+
set to `logsdb` or `time_series`.
63+
6164
TIP: If disk space is a concern, rather increase the
6265
<<index-codec,compression level>> instead of disabling the `_source`.
6366

docs/reference/mapping/fields/synthetic-source.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ document. Similarly, malformed values of fields that use <<ignore-malformed,`ign
4949
Some field types have additional restrictions. These restrictions are documented in the **synthetic `_source`** section
5050
of the field type's <<mapping-types,documentation>>.
5151

52+
Synthetic source is not supported in <<snapshots-source-only-repository,source-only>> snapshot repositories. To store indexes that use synthetic `_source`, choose a different repository type.
53+
5254
[[synthetic-source-modifications]]
5355
===== Synthetic `_source` modifications
5456

0 commit comments

Comments
 (0)