Skip to content

Commit

Permalink
Disable deprecation log indexing in docker test (#85150) (#85155)
Browse files Browse the repository at this point in the history
Backports the following commits to 8.1:

Disable deprecation log indexing in docker test (Disable deprecation log indexing in docker test #85150)
  • Loading branch information
pgomulka committed Mar 21, 2022
1 parent 99ca15a commit da91af7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distribution/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ services:
- xpack.security.transport.ssl.verification_mode=certificate
- xpack.license.self_generated.type=trial
- action.destructive_requires_name=false
- cluster.deprecation_indexing.enabled=false
volumes:
- ./testfixtures_shared/repo:/tmp/es-repo
- ./build/certs/testnode.pem:/usr/share/elasticsearch/config/testnode.pem
Expand Down Expand Up @@ -85,6 +86,7 @@ services:
- xpack.security.transport.ssl.verification_mode=certificate
- xpack.license.self_generated.type=trial
- action.destructive_requires_name=false
- cluster.deprecation_indexing.enabled=false
volumes:
- ./testfixtures_shared/repo:/tmp/es-repo
- ./build/certs/testnode.pem:/usr/share/elasticsearch/config/testnode.pem
Expand Down

0 comments on commit da91af7

Please sign in to comment.