Skip to content

Commit 8b1c98d

Browse files
kkrik-esmarciw
andauthored
[DOCS] Document source-related restrictions (#124011) (#124250)
* Document source-related restrictions * Update mapping-source-field.md * Update docs/reference/elasticsearch/mapping-reference/mapping-source-field.md * Update mapping-source-field.md --------- Co-authored-by: Marci W <[email protected]>
1 parent 9cca510 commit 8b1c98d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/elasticsearch/mapping-reference/mapping-source-field.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ For all other field types, the original value of the field is stored as is, in t
4848

4949
Some field types have additional restrictions. These restrictions are documented in the **synthetic `_source`** section of the field type’s [documentation](/reference/elasticsearch/mapping-reference/field-data-types.md).
5050

51+
Synthetic source is not supported in [source-only](docs-content://deploy-manage/tools/snapshot-and-restore/source-only-repository.md) snapshot repositories. To store indexes that use synthetic `_source`, choose a different repository type.
5152

5253
### Synthetic `_source` modifications [synthetic-source-modifications]
5354

@@ -318,6 +319,10 @@ Users often disable the `_source` field without thinking about the consequences,
318319

319320
::::
320321

322+
::::{note}
323+
You can't disable the `_source` field for indexes with [`index_mode`](/reference/elasticsearch/index-settings/index-modules.md#index-mode-setting) set to `logsdb` or `time_series`.
324+
::::
325+
321326

322327
::::{tip}
323328
If disk space is a concern, rather increase the [compression level](/reference/elasticsearch/index-settings/index-modules.md#index-codec) instead of disabling the `_source`.

0 commit comments

Comments
 (0)