|
@@ -48,6 +48,7 @@ For all other field types, the original value of the field is stored as is, in t
|
|
|
|
|
|
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).
|
|
|
|
|
|
+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.
|
|
|
|
|
|
### Synthetic `_source` modifications [synthetic-source-modifications]
|
|
|
|
|
@@ -318,6 +319,10 @@ Users often disable the `_source` field without thinking about the consequences,
|
|
|
|
|
|
::::
|
|
|
|
|
|
+::::{note}
|
|
|
+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`.
|
|
|
+::::
|
|
|
+
|
|
|
|
|
|
::::{tip}
|
|
|
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`.
|