We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c25130 commit ae186a6Copy full SHA for ae186a6
x-pack/docs/build.gradle
@@ -37,6 +37,8 @@ testClusters.integTest {
37
// Disable monitoring exporters for the docs tests
38
setting 'xpack.monitoring.exporters._local.type', 'local'
39
setting 'xpack.monitoring.exporters._local.enabled', 'false'
40
+ // disable the ILM history for doc tests to avoid potential lingering tasks that'd cause test flakiness
41
+ setting 'indices.lifecycle.history_index_enabled', 'false'
42
setting 'xpack.license.self_generated.type', 'trial'
43
setting 'xpack.security.authc.realms.file.file.order', '0'
44
setting 'xpack.security.authc.realms.native.native.order', '1'
0 commit comments