Clarify storage location of ML Snapshots (#43437)

The existing language was misleading about the model snapshots and where they are located. Saying "to disk" sounds like files external to Elasticsearch IMO. It raises the obvious question, where on disk? which node? Is it in the Elasticsearch snapshot repo? The model snapshots are held in an internal index.
This commit is contained in:
Matthew Adams 2019-06-24 09:12:40 +01:00 committed by David Roberts
parent eb01208672
commit 0bcadbf846
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
[[ml-snapshot-resource]] [[ml-snapshot-resource]]
=== Model snapshot resources === Model snapshot resources
Model snapshots are saved to disk periodically. Model snapshots are saved to an internal index within the Elasticsearch cluster.
By default, this is occurs approximately every 3 hours to 4 hours and is By default, this is occurs approximately every 3 hours to 4 hours and is
configurable with the `background_persist_interval` property. configurable with the `background_persist_interval` property.