Closed ghost closed 8 years ago
The property was removed in #112 when we stripped deployment-specific properties, but I apparently forgot to remove it in the spec file. You can continue to configure the TTL settings with the elasticsearch.config_options
property (and including the indices.ttl.interval
, if needed), but also be sure to configure _ttl
for the specific mappings where you need it in your indices.
The
elasticsearch.indices.ttl_default
property does not seem to work anymore.It is still located in the elasticsearch
spec
file: https://github.com/logsearch/logsearch-boshrelease/blob/develop/jobs/elasticsearch/spec#L51 But it is not used in any of the templates: https://github.com/logsearch/logsearch-boshrelease/search?utf8=%E2%9C%93&q=ttl_defaultIt used to be part of the default ElasticSearch template: https://github.com/logsearch/logsearch-boshrelease/blob/v17/jobs/elasticsearch/templates/config/templates/logstash_default.json.erb#L30 But I guess it got lost along the way.
Regards, Momchil Atanassov