OpenSearch/x-pack/qa/smoke-test-ml-with-security
Dimitris Athanasiou c6cbc99f9c
[ML] Add ML filter update API (#31437)
This adds an api to allow updating a filter:

POST _xpack/ml/filters/{filter_id}/_update

The request body may have:

- description: setting a new description
- add_items: a list of the items to add
- remove_items: a list of the items to remove

This commit also changes the PUT filter api to
error when the filter_id is already used. As
now there is an api for updating filters, the
put api should only be used to create new ones.

Also, updating a filter results into a notification
message auditing the change for every job that is
using that filter.
2018-06-22 15:13:31 +01:00
..
src/test/java/org/elasticsearch/smoketest Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
build.gradle [ML] Add ML filter update API (#31437) 2018-06-22 15:13:31 +01:00
roles.yml Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00