3570eb32d3
This is a task towards allowing rollover. Multiple model_size_stats are stored in order to allow analytics of the memory usage over time. The job _stats need to display the latest model_size_stats. Before this commit, the latest model_size_stats was being stored with a special ID and it was retrieved using that ID. This does not lend itself well for rollover as we would end up with multiple of those special IDs in the rolled indices. This commit removes the need to store a special model_size_stats version. Job _stats now retrieve the model_size_stats by searching for the latest one. It also uses a manual ID for all model_size_stats in order to maintain a single document per log_time. Relates elastic/x-pack-elasticsearch#827 Original commit: elastic/x-pack-elasticsearch@b2796e9b08 |
||
---|---|---|
.. | ||
bin/x-pack | ||
bwc-zip | ||
config/x-pack | ||
keys | ||
licenses | ||
src | ||
build.gradle |