Elasticsearch is going to introduce a new feature called synthetic source. It allows to ingest documents without keeping the source, and rebuild it if needed from the indexed data. Not storing the source produces significative disk space savings.
We may decide in the future to enable synthetic source everywhere, but in the meantime we should have a way to enable it per data stream.
Slightly Blocked by: elastic/kibana#132818
Elasticsearch is going to introduce a new feature called synthetic source. It allows to ingest documents without keeping the source, and rebuild it if needed from the indexed data. Not storing the source produces significative disk space savings.
We may decide in the future to enable synthetic source everywhere, but in the meantime we should have a way to enable it per data stream.
Slightly Blocked by: elastic/kibana#132818