Skip to content

Commit 8264bdd

Browse files
authored
Revert "Introduce system index APIs for Kibana (#52385)" (#53912)
This reverts commit 4c0e8f1. It should be re-added once #53909 is addressed.
1 parent 1ca52fc commit 8264bdd

File tree

42 files changed

+116
-950
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+116
-950
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ task verifyVersions {
222222
* after the backport of the backcompat code is complete.
223223
*/
224224

225-
boolean bwc_tests_enabled = true
226-
final String bwc_tests_disabled_issue = "" /* place a PR link here when committing bwc changes */
225+
boolean bwc_tests_enabled = false
226+
final String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/53912" /* place a PR link here when committing bwc changes */
227227
if (bwc_tests_enabled == false) {
228228
if (bwc_tests_disabled_issue.isEmpty()) {
229229
throw new GradleException("bwc_tests_disabled_issue must be set when bwc_tests_enabled == false")

modules/kibana/build.gradle

-31
This file was deleted.

modules/kibana/src/main/java/org/elasticsearch/kibana/KibanaPlugin.java

-145
This file was deleted.

modules/kibana/src/test/java/org/elasticsearch/kibana/KibanaPluginTests.java

-46
This file was deleted.

0 commit comments

Comments
 (0)