Skip to content

Commit

Permalink
[PURIFY] remove all trace of x-pack watcher (#21)
Browse files Browse the repository at this point in the history
This commit removes all trace of Elastic licensed watcher
  • Loading branch information
nknize authored Jan 30, 2021
1 parent 055d5ca commit 1827eff
Show file tree
Hide file tree
Showing 57 changed files with 7 additions and 5,859 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ public void testEscapingInBlockQuote() {
public void testIsDocWriteRequest() {
assertTrue((boolean) RestTestsFromSnippetsTask.shouldAddShardFailureCheck("doc-index/_search"));
assertFalse((boolean) RestTestsFromSnippetsTask.shouldAddShardFailureCheck("_cat"));
assertFalse((boolean) RestTestsFromSnippetsTask.shouldAddShardFailureCheck("_ml/datafeeds/datafeed-id/_preview"));
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ public class RestHighLevelClient implements Closeable {
private final IngestClient ingestClient = new IngestClient(this);
private final SnapshotClient snapshotClient = new SnapshotClient(this);
private final TasksClient tasksClient = new TasksClient(this);
private final WatcherClient watcherClient = new WatcherClient(this);
private final TransformClient transformClient = new TransformClient(this);

/**
Expand Down Expand Up @@ -352,16 +351,6 @@ public final TasksClient tasks() {
return tasksClient;
}

/**
* Provides methods for accessing the Elastic Licensed Watcher APIs that
* are shipped with the default distribution of Elasticsearch. All of
* these APIs will 404 if run against the OSS distribution of Elasticsearch.
* <p>
* See the <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-api.html">
* Watcher APIs on elastic.co</a> for more information.
*/
public WatcherClient watcher() { return watcherClient; }

/**
* Provides methods for accessing the Elastic Licensed Data Frame APIs that
* are shipped with the Elastic Stack distribution of Elasticsearch. All of
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1827eff

Please sign in to comment.