Skip to content

Commit

Permalink
update database docs after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Feb 23, 2023
1 parent 95c493f commit 56c473b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Optional:
- `fork_from_service` (String) ❗ Service name
- `index_pattern` (Block List) (can be used multiple times) Allows you to create glob style patterns and set a max number of indexes matching this pattern you want to keep. Creating indexes exceeding this value will cause the oldest one to get deleted. You could for example create a pattern looking like 'logs.?' and then create index logs.1, logs.2 etc, it will delete logs.1 once you create logs.6. Do note 'logs.?' does not apply to logs.10. Note: Setting max_index_count to 0 will do nothing and the pattern gets ignored. (see [below for nested schema](#nestedblock--opensearch--index_pattern))
- `index_template` (Block List, Max: 1) Template settings for all new indexes (see [below for nested schema](#nestedblock--opensearch--index_template))
- `ip_filter` (List of String) Allow incoming connections from this list of CIDR address block, e.g. `["10.20.0.0/16"]`
- `ip_filter` (Set of String) Allow incoming connections from this list of CIDR address block, e.g. `["10.20.0.0/16"]`
- `keep_index_refresh_interval` (Boolean) Aiven automation resets index.refresh_interval to default value for every index to be sure that indices are always visible to search. If it doesn't fit your case, you can disable this by setting up this flag to true.
- `max_index_count` (Number) Maximum number of indexes to keep (Minimum value is `0`)
- `recovery_backup_name` (String) ❗
Expand Down

0 comments on commit 56c473b

Please sign in to comment.