Update handler list to include synced flush

see elastic/elasticsearch#15396

Original commit: elastic/x-pack-elasticsearch@e41ddbf9fa
This commit is contained in:
Britta Weber 2015-12-16 17:00:57 +01:00
parent 892938d7ef
commit 6cf8f261e1
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ indices:admin/delete
indices:admin/get
indices:admin/exists
indices:admin/flush
indices:admin/synced_flush
indices:admin/forcemerge
indices:admin/mapping/put
indices:admin/mappings/fields/get

View File

@ -14,6 +14,7 @@ indices:admin/forcemerge[n]
indices:admin/flush[s]
indices:admin/flush[s][p]
indices:admin/flush[s][r]
indices:admin/synced_flush
indices:admin/mappings/fields/get[index]
indices:admin/mappings/fields/get[index][s]
indices:admin/refresh[s]