You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should tell that the procedure to disable Synthetic _source can work only in data streams which are not TSDS. I've tested it on 8.17 and it's impossible to disable Synthetic _source on a TSDS data stream.
Afaik, across integrations, all data streams use TSDS and none use Synthetic _source explicitly.
We might consider completely removing Synthetic _source guide.
We should tell that the procedure to disable Synthetic _source can work only in data streams which are not TSDS. I've tested it on 8.17 and it's impossible to disable Synthetic _source on a TSDS data stream.
Afaik, across integrations, all data streams use TSDS and none use Synthetic _source explicitly.
We might consider completely removing Synthetic _source guide.
@lucabelluccini How did you disable synthetic source in tsds data streams? You should be able to disable by configuring index.mapping.source.mode=stored.
The page https://www.elastic.co/guide/en/fleet/current/data-streams-advanced-features.html must be updated to:
"mappings._source.mode": "synthetic"
but instead use"settings.index.mapping.source.mode": "synthetic"
We should tell that the procedure to disable Synthetic _source can work only in data streams which are not TSDS. I've tested it on 8.17 and it's impossible to disable Synthetic _source on a TSDS data stream.Afaik, across integrations, all data streams use TSDS and none use Synthetic _source explicitly.We might consider completely removing Synthetic _source guide.FYI @martijnvg (Elasticsearch) & @kilfoyle
The text was updated successfully, but these errors were encountered: