OpenSearch/client
David Roberts e94d32d069 Add roles and cluster privileges for data frame transforms (#39661)
This change adds two new cluster privileges:

* manage_data_frame_transforms
* monitor_data_frame_transforms

And two new built-in roles:

* data_frame_transforms_admin
* data_frame_transforms_user

These permit access to the data frame transform endpoints.
(Index privileges are also required on the source and
destination indices for each data frame transform, but
since these indices are configurable they it is not
appropriate to grant them via built-in roles.)
2019-03-05 14:07:25 +00:00
..
benchmark Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
client-benchmark-noop-api-plugin Type removal - added deprecation warnings to _bulk apis (#36549) 2019-01-10 21:35:19 +00:00
rest Drop support for the low-level REST client on JDK 7 (#38540) 2019-02-08 19:48:44 -05:00
rest-high-level Add roles and cluster privileges for data frame transforms (#39661) 2019-03-05 14:07:25 +00:00
sniffer Drop support for the low-level REST client on JDK 7 (#38540) 2019-02-08 19:48:44 -05:00
test Drop support for the low-level REST client on JDK 7 (#38540) 2019-02-08 19:48:44 -05:00
transport Testing conventions now checks for tests in main (#37321) 2019-01-24 17:30:50 +02:00