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/deprecation/src/main/java/org/elasticsearch/xpack/deprecation/DataStreamDeprecationChecker.java
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,24 @@ public DataStreamDeprecationChecker(IndexNameExpressionResolver indexNameExpress
44
44
45
45
/**
46
46
* @param clusterState The cluster state provided for the checker
47
+
* @param request not used yet in these checks
48
+
* @param precomputedData not used yet in these checks
47
49
* @return the name of the data streams that have violated the checks with their respective warnings.
Copy file name to clipboardExpand all lines: x-pack/plugin/deprecation/src/main/java/org/elasticsearch/xpack/deprecation/IlmPolicyDeprecationChecker.java
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,24 @@ public class IlmPolicyDeprecationChecker implements ResourceDeprecationChecker {
40
40
41
41
/**
42
42
* @param clusterState The cluster state provided for the checker
43
+
* @param request not used yet in these checks
44
+
* @param precomputedData not used yet in these checks
43
45
* @return the name of the data streams that have violated the checks with their respective warnings.
Copy file name to clipboardExpand all lines: x-pack/plugin/deprecation/src/main/java/org/elasticsearch/xpack/deprecation/TemplateDeprecationChecker.java
Copy file name to clipboardExpand all lines: x-pack/plugin/deprecation/src/main/java/org/elasticsearch/xpack/deprecation/TransportDeprecationInfoAction.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,10 @@ public TransportDeprecationInfoAction(
0 commit comments