Searched refs:wait_for_yellow (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/py-elasticsearch-curator/curator-5.8.4/test/integration/ |
H A D | __init__.py | 112 …self.create_index(self.args['prefix'] + now.strftime(format), wait_for_yellow=False, ilm_policy=il… 117 …self.create_index(self.args['prefix'] + now.strftime(format), wait_for_yellow=False, ilm_policy=il… 124 …self.args['prefix'] + datetime(d.year, d.month, 1).strftime(format), wait_for_yellow=False, ilm_po… 132 …def create_index(self, name, shards=1, wait_for_yellow=True, ilm_policy=None, wait_for_active_shar… argument 137 if wait_for_yellow:
|
H A D | test_close.py | 130 self.create_index('my_index', wait_for_yellow=False, wait_for_active_shards=0) 167 self.create_index('my_index', wait_for_yellow=False, wait_for_active_shards=0) 204 self.create_index('my_index', wait_for_yellow=False, wait_for_active_shards=0)
|