OpenSearch/x-pack/plugin/core
Martijn van Groningen 44c7c4b166
[CCR] Add auto follow stats api (#33801)
GET /_ccr/auto_follow/stats

Returns:

```
{
   "number_of_successful_follow_indices": ...
   "number_of_failed_follow_indices": ...
   "number_of_failed_remote_cluster_state_requests": ...
   "recent_auto_follow_errors": [
      ...
   ]
}
```

Relates to #33007
2018-09-20 07:16:20 +02:00
..
licenses Remove BouncyCastle dependency from runtime (#32193) 2018-07-21 00:03:58 +03:00
src [CCR] Add auto follow stats api (#33801) 2018-09-20 07:16:20 +02:00
build.gradle Move non duplicated actions back into xpack core (#32952) 2018-08-23 09:48:53 -05:00
snapshot.key Make licensing FIPS-140 compliant (#30251) 2018-05-02 22:19:43 +03:00