Merge pull request #11 from brwe/synced-flush-kb

Synced flush kb
This commit is contained in:
Britta Weber 2015-09-18 13:06:42 +02:00
commit fbabd7a544
2 changed files with 18 additions and 0 deletions

View file

@ -40,6 +40,14 @@ define(function () {
force: [true, false]
}
});
api.addEndpointDescription('_flush_synced', {
methods: ['POST'],
patterns: [
"_flush/synced",
"{indices}/_flush/synced"
]
});
api.addEndpointDescription('_stats', {
patterns: [
@ -67,6 +75,7 @@ define(function () {
"completion",
"translog",
"query_cache",
"commit",
"_all"
]
},

View file

@ -40,6 +40,14 @@ define(function () {
force: [true, false]
}
});
api.addEndpointDescription('_flush_synced', {
methods: ['POST'],
patterns: [
"_flush/synced",
"{indices}/_flush/synced"
]
});
api.addEndpointDescription('_stats', {
patterns: [
@ -67,6 +75,7 @@ define(function () {
"completion",
"translog",
"query_cache",
"commit",
"_all"
]
},