We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebe466 commit a76242dCopy full SHA for a76242d
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/indexlifecycle/ExplainLifecycleRequest.java
@@ -23,7 +23,7 @@
23
* {@link #indices(String...)} method
24
*/
25
public class ExplainLifecycleRequest extends ClusterInfoRequest<ExplainLifecycleRequest> {
26
- private static final Version FILTERS_INTRODUCED_VERSION = Version.V_8_0_0;
+ private static final Version FILTERS_INTRODUCED_VERSION = Version.V_7_4_0;
27
28
private boolean onlyErrors = false;
29
private boolean onlyManaged = false;
0 commit comments