This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
OpenSearch
mirror of
https://github.com/honeymoose/OpenSearch.git
Watch
1
Star
0
Fork
You've already forked OpenSearch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2f14240915
OpenSearch
/
rest-api-spec
/
test
/
stats
/
10_basic.yaml
6 lines
104 B
YAML
Raw
Normal View
History
Unescape
Escape
Add support for rest tests This commit adds support for rest tests using the same yaml and json formatting as for core elasticsearch. Also added is support for shield in the rest tests. Original commit: elastic/x-pack-elasticsearch@bbeb9c0fc9b2e5f5821fd7d13c52a8e976dd487e
2015-03-27 10:11:38 -04:00
---
"Test watcher stats output"
:
Change watcher REST API call namespace to be watcher. This change changes the API spec such that all of the watcher APIs are in the `watcher` namespace. Original commit: elastic/x-pack-elasticsearch@f409ab45693994948c07c8de2099706c307305cb
2015-04-28 18:43:05 -04:00
-
do
:
{
watcher.stats
:
{}}
Refactored `WatcherService.State` - Moved it to its own top level enum `WatcherState` - Also changed the key holding the current state in the `stats` API to `watcher_state` Original commit: elastic/x-pack-elasticsearch@2e5ca90f57d9b46650481e0d74391f438a3f22c2
2015-05-06 06:29:59 -04:00
-
match
:
{
"watcher_state":
"started"
}