Skip to content

Commit

Permalink
Merge pull request #6125 from dimagi/ap/es/turn-mutliplexer-on-all-sw…
Browse files Browse the repository at this point in the history
…iss-indices

turn on multiplexer on all indexes on swiss
  • Loading branch information
AmitPhulera authored Sep 14, 2023
2 parents 0acf020 + e71ef63 commit f15628a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions environments/swiss/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@ localsettings:
ENABLE_SOFT_ASSERT_EMAILS: True
ELASTICSEARCH_MAJOR_VERSION: 2
# Index Multiplexer Settings
ES_APPS_INDEX_MULTIPLEXED: False
ES_CASE_SEARCH_INDEX_MULTIPLEXED: False
ES_CASES_INDEX_MULTIPLEXED: False
ES_DOMAINS_INDEX_MULTIPLEXED: False
ES_FORMS_INDEX_MULTIPLEXED: False
ES_GROUPS_INDEX_MULTIPLEXED: False
ES_SMS_INDEX_MULTIPLEXED: False
ES_USERS_INDEX_MULTIPLEXED: False
ES_APPS_INDEX_MULTIPLEXED: True
ES_CASE_SEARCH_INDEX_MULTIPLEXED: True
ES_CASES_INDEX_MULTIPLEXED: True
ES_DOMAINS_INDEX_MULTIPLEXED: True
ES_FORMS_INDEX_MULTIPLEXED: True
ES_GROUPS_INDEX_MULTIPLEXED: True
ES_SMS_INDEX_MULTIPLEXED: True
ES_USERS_INDEX_MULTIPLEXED: True
# Index Swap Settings
ES_APPS_INDEX_SWAPPED: False
ES_CASE_SEARCH_INDEX_SWAPPED: False
Expand Down

0 comments on commit f15628a

Please sign in to comment.