mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
commit
fbabd7a544
2 changed files with 18 additions and 0 deletions
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue