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 85bb1a5 commit 1cb1f51Copy full SHA for 1cb1f51
x-pack/plugin/build.gradle
@@ -146,6 +146,8 @@ testClusters.integTest {
146
setting 'xpack.security.transport.ssl.verification_mode', 'certificate'
147
setting 'xpack.security.audit.enabled', 'true'
148
setting 'xpack.license.self_generated.type', 'trial'
149
+ // disable ILM history, since it disturbs tests using _all
150
+ setting 'indices.lifecycle.history_index_enabled', 'false'
151
keystore 'bootstrap.password', 'x-pack-test-password'
152
keystore 'xpack.security.transport.ssl.secure_key_passphrase', 'testnode'
153
0 commit comments