You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/fleet/src/internalClusterTest/java/org/elasticsearch/xpack/fleet/action/FleetSearchRemoteIndicesDisallowedIT.java
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -52,30 +52,43 @@ public void testEndpointsShouldRejectRemoteIndices() {
52
52
);
53
53
}
54
54
55
+
{
56
+
/*
57
+
* It is possible, however, to sneak in multiple indices and a remote index if checkpoints are not specified.
58
+
* Unfortunately, that's the current behaviour and the Fleet team does not want us to touch it.
0 commit comments