Skip to content

Commit

Permalink
Fix multi-cluster-search-security
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-spies committed May 17, 2024
1 parent 446602a commit ed43de0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def fulfillingCluster = testClusters.register('fulfilling-cluster') {
module ':modules:data-streams'
module ':x-pack:plugin:mapper-constant-keyword'
module ':x-pack:plugin:async-search'
module ':x-pack:plugin:ql'
module ':x-pack:plugin:esql-core'
module ':x-pack:plugin:esql'
module ':modules:ingest-common'
module ':x-pack:plugin:enrich'
Expand All @@ -38,7 +38,7 @@ def queryingCluster = testClusters.register('querying-cluster') {
module ':modules:data-streams'
module ':x-pack:plugin:mapper-constant-keyword'
module ':x-pack:plugin:async-search'
module ':x-pack:plugin:ql'
module ':x-pack:plugin:esql-core'
module ':x-pack:plugin:esql'
module ':modules:ingest-common'
module ':x-pack:plugin:enrich'
Expand Down

0 comments on commit ed43de0

Please sign in to comment.