Searched refs:ilm_policy (Results 1 – 4 of 4) sorted by relevance
/dports/textproc/py-elasticsearch-curator/curator-5.8.4/test/integration/ |
H A D | __init__.py | 105 def create_indices(self, count, unit=None, ilm_policy=None): argument 112 …ate_index(self.args['prefix'] + now.strftime(format), wait_for_yellow=False, ilm_policy=ilm_policy) 117 …ate_index(self.args['prefix'] + now.strftime(format), wait_for_yellow=False, ilm_policy=ilm_policy) 124 …ix'] + datetime(d.year, d.month, 1).strftime(format), wait_for_yellow=False, ilm_policy=ilm_policy) 132 …def create_index(self, name, shards=1, wait_for_yellow=True, ilm_policy=None, wait_for_active_shar… argument 134 if ilm_policy is not None: 135 request_body['settings']['index'] = {'lifecycle': {'name': ilm_policy}}
|
H A D | test_delete_indices.py | 494 self.create_indices(10, ilm_policy=name) 534 self.create_indices(10, ilm_policy=name)
|
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/fleet/common/openapi/components/schemas/ |
H A D | elasticsearch_asset_type.yaml | 7 - ilm_policy
|
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/fleet/common/openapi/ |
H A D | bundled.yaml | 1388 - ilm_policy
|