OpenSearch/buildSrc/src/main
Simon Willnauer 81801451ad Factor out slow logs into Search and IndexingOperationListeners
This commit introduces SearchOperationListeneres which allow to hook
into search operation lifecycle and execute operations like slow-logs
and statistic collection in a transparent way. SearchOperationListenrs
can be registered on the IndexModule just like IndexingOperationListeners.
The main consumers (slow log) have already been moved out of IndexService
into IndexModule which reduces the dependency on IndexService as well as
IndexShard and makes slowlogging transparent.

Closes #17398
2016-03-30 14:38:37 +02:00
..
groovy Remove ability to specify arbitrary node attributes with `node.` prefix 2016-03-30 13:29:48 +02:00
resources Factor out slow logs into Search and IndexingOperationListeners 2016-03-30 14:38:37 +02:00