Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ protected RestChannelConsumer prepareRequest(RestRequest restRequest, NodeClient
new DataSources(),
false,
false,
"sample-remote-monitor-plugin"
"sample-remote-monitor-plugin",
null
);
IndexMonitorRequest indexMonitorRequest1 = new IndexMonitorRequest(
Monitor.NO_ID,
Expand Down Expand Up @@ -158,7 +159,8 @@ public void onFailure(Exception e) {
new DataSources(),
false,
false,
"sample-remote-monitor-plugin"
"sample-remote-monitor-plugin",
null
);
IndexMonitorRequest indexMonitorRequest2 = new IndexMonitorRequest(
Monitor.NO_ID,
Expand Down Expand Up @@ -243,7 +245,8 @@ public void onFailure(Exception e) {
new DataSources(),
false,
false,
"sample-remote-monitor-plugin"
"sample-remote-monitor-plugin",
null
);
IndexMonitorRequest indexDocLevelMonitorRequest = new IndexMonitorRequest(
Monitor.NO_ID,
Expand Down
Loading