Skip to content

Commit

Permalink
fix index pattern missing wildcard (ECCC-MSC#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dukestep authored Dec 12, 2023
1 parent 1ed56d6 commit fc5307d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msc_pygeoapi/loader/cumulative_effects_hs.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
SETTINGS = {
'order': 0,
'version': 1,
'index_patterns': [INDEX_BASENAME],
'index_patterns': [f'{INDEX_BASENAME}*'],
'settings': {'number_of_shards': 1, 'number_of_replicas': 0},
'mappings': None
}
Expand Down

0 comments on commit fc5307d

Please sign in to comment.