Skip to content

Commit 28dc9fd

Browse files
CI
1 parent ea27c07 commit 28dc9fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/plugin/RestEqlSearchAction.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ public List<Route> routes() {
5757
@Override
5858
protected RestChannelConsumer prepareRequest(RestRequest request, NodeClient client) throws IOException {
5959
boolean crossProjectEnabled = crossProjectModeDecider.crossProjectEnabled();
60-
if (crossProjectEnabled) {
61-
// accept but drop project_routing param until fully supported
62-
request.param("project_routing");
63-
}
64-
6560
EqlSearchRequest eqlRequest;
6661
String indices;
6762
try (XContentParser parser = request.contentOrSourceParamParser()) {

0 commit comments

Comments
 (0)