Skip to content

Commit

Permalink
Create indices in frequent_item_sets_agg with explicit number_of_shar…
Browse files Browse the repository at this point in the history
…ds and number_of_replicas
  • Loading branch information
przemekwitek committed Apr 18, 2024
1 parent 9adf242 commit f08280f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ setup:
indices.create:
index: store-flattened
body:
settings:
number_of_shards: 1
number_of_replicas: 0
mappings:
properties:
data:
Expand Down Expand Up @@ -556,6 +559,9 @@ setup:
indices.create:
index: unavailable-data
body:
settings:
number_of_shards: 1
number_of_replicas: 0
mappings:
properties:
features:
Expand Down

0 comments on commit f08280f

Please sign in to comment.