SQL: Add missing indices:data/read/sql/tables known handler and action

Fixes KnownActionsTests

Original commit: elastic/x-pack-elasticsearch@3cbb3ac131
This commit is contained in:
Igor Motov 2017-09-08 13:33:49 -04:00
parent 3f8bf7ccc8
commit 664c087c3f
2 changed files with 2 additions and 0 deletions
plugin/src/test/resources/org/elasticsearch/transport

View File

@ -78,6 +78,7 @@ indices:data/write/update
indices:data/read/sql indices:data/read/sql
indices:data/read/sql/jdbc indices:data/read/sql/jdbc
indices:data/read/sql/cli indices:data/read/sql/cli
indices:data/read/sql/tables
cluster:monitor/xpack/info cluster:monitor/xpack/info
cluster:monitor/xpack/usage cluster:monitor/xpack/usage
cluster:monitor/xpack/license/get cluster:monitor/xpack/license/get

View File

@ -92,6 +92,7 @@ indices:monitor/upgrade
indices:data/read/sql indices:data/read/sql
indices:data/read/sql/jdbc indices:data/read/sql/jdbc
indices:data/read/sql/cli indices:data/read/sql/cli
indices:data/read/sql/tables
internal:admin/tasks/ban internal:admin/tasks/ban
internal:cluster/node/mapping/refresh internal:cluster/node/mapping/refresh
internal:cluster/nodes/indices/shard/store internal:cluster/nodes/indices/shard/store