Add global checkpoint to known actions/handlers

This commit adds the global checkpoint action to the known
action/handlers.

Original commit: elastic/x-pack-elasticsearch@db083911d2
This commit is contained in:
Jason Tedor 2016-11-16 11:58:51 -05:00
parent 5426a86ba0
commit 52eec4736d
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,7 @@ indices:admin/mappings/fields/get
indices:admin/mappings/get
indices:admin/open
indices:admin/refresh
indices:admin/seq_no/global_checkpoint_sync
indices:admin/settings/update
indices:admin/shards/search_shards
indices:admin/shrink

View File

@ -34,6 +34,8 @@ indices:admin/mappings/fields/get[index][s]
indices:admin/refresh[s]
indices:admin/refresh[s][p]
indices:admin/refresh[s][r]
indices:admin/seq_no/global_checkpoint_sync[p]
indices:admin/seq_no/global_checkpoint_sync[r]
indices:admin/upgrade
indices:admin/upgrade[n]
indices:admin/validate/query[s]