Skip to content

Commit

Permalink
change search index pattern var
Browse files Browse the repository at this point in the history
  • Loading branch information
hero101 committed Oct 25, 2024
1 parent 55323ec commit 972184b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alkemio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ search:
use_new: ${SEARCH_USE_NEW}:true
# max results per search
max_results: ${SEARCH_MAX_RESULTS}:40
# the index pattern used when ingesting data, e.g. alkemio-data-[organization];
# the index pattern used when ingesting data in Elasticsearch, e.g. alkemio-data-[organization];
# The dash at the end is MANDATORY
index_pattern: ${SEARCH_INDEX_PATTERN}:alkemio-data-
index_pattern: ${ELASTIC_SEARCH_INDEX_PATTERN}:alkemio-data-

## identity ##

Expand Down

0 comments on commit 972184b

Please sign in to comment.