Lee Hinman
5af66d79ef
Add SLM support to xpack usage and info APIs ( #48149 )
...
* Add SLM support to xpack usage and info APIs
This is a backport of #48096
This adds the missing xpack usage and info information into the
`/_xpack` and `/_xpack/usage` APIs. The output now looks like:
```
GET /_xpack/usage
{
...
"slm" : {
"available" : true,
"enabled" : true,
"policy_count" : 1,
"policy_stats" : {
"retention_runs" : 0,
...
}
}
```
and
```
GET /_xpack
{
...
"features" : {
...
"slm" : {
"available" : true,
"enabled" : true
},
...
}
}
```
Relates to #43663
* Fix missing license
2019-10-16 21:06:27 -06:00
..
2019-10-15 15:56:45 -04:00
2019-10-16 08:51:14 -04:00
2019-10-14 11:39:31 -04:00
2019-10-15 08:38:49 +02:00
2019-10-05 12:48:51 -04:00
2019-10-11 15:48:12 +01:00
2019-10-15 11:17:09 -04:00
2019-09-09 13:38:14 -04:00
2019-10-07 15:23:19 -07:00
2019-10-04 13:50:09 -04:00
2019-10-14 16:56:31 -06:00
2019-09-16 12:27:31 +03:00
2019-09-30 08:42:52 -04:00
2019-10-11 09:40:49 -04:00
2019-10-15 13:47:30 -04:00
2019-10-07 15:23:19 -07:00
2019-09-24 12:39:11 -07:00
2019-10-03 11:03:29 +03:00
2019-10-15 06:55:11 +01:00
2019-10-16 12:27:49 +01:00
2019-10-07 15:23:19 -07:00
2019-10-16 13:28:55 -07:00
2019-10-15 08:48:27 -04:00
2019-10-16 21:06:27 -06:00
2019-10-07 15:23:19 -07:00
2019-10-07 17:08:57 -07:00
2019-10-10 10:35:44 +02:00
2019-10-07 15:23:19 -07:00
2019-10-10 09:55:30 +01:00
2019-10-15 15:12:11 +02:00
2019-01-24 22:54:55 +01:00
2019-10-08 08:59:01 +02:00
2019-10-02 09:29:10 +01:00
2019-09-05 10:11:25 -04:00
2018-03-28 15:01:45 +02:00
2019-09-09 13:38:14 -04:00
2019-09-09 13:38:14 -04:00
2019-10-01 12:22:50 -04:00
2019-09-09 13:38:14 -04:00
2019-09-25 08:11:37 -07:00
2019-07-19 14:36:06 -04:00
2019-09-09 13:38:14 -04:00
2019-09-09 13:38:14 -04:00
2019-10-07 15:23:19 -07:00
2017-07-18 13:44:08 -07:00
2019-09-18 09:44:43 -04:00
2017-01-17 20:57:22 -05:00
2019-10-04 13:50:09 -04:00
2019-10-04 13:11:05 -07:00
2018-05-18 11:05:40 -07:00
2019-10-01 17:07:28 -04:00
2019-09-06 16:09:09 -04:00
2019-06-24 15:31:19 -07:00
2019-10-07 09:37:52 -04:00
2019-08-15 16:28:04 -04:00
2019-08-14 16:35:10 -05:00
2019-09-30 08:42:52 -04:00
2019-09-11 08:30:59 -07:00
2019-06-06 10:46:02 -04:00
2019-09-19 14:27:00 +02:00
2019-07-19 16:17:39 -05:00
2017-11-29 09:44:25 +01:00
2019-10-02 09:29:10 +01:00