Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.29 KB

UpdateDbaasServiceOpensearchRequest.md

File metadata and controls

21 lines (16 loc) · 2.29 KB

UpdateDbaasServiceOpensearchRequest

Properties

Name Type Description Notes
max_index_count Option<i64> Maximum number of indexes to keep before deleting the oldest one [optional]
keep_index_refresh_interval Option<bool> 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. [optional]
ip_filter Option<Vec> Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' [optional]
termination_protection Option<bool> Service is protected against termination and powering off [optional]
index_patterns Option<Vecmodels::UpdateDbaasServiceOpensearchRequestIndexPatternsInner> 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. [optional]
maintenance Option<models::UpdateDbaasServiceMysqlRequestMaintenance> [optional]
index_template Option<models::UpdateDbaasServiceOpensearchRequestIndexTemplate> [optional]
opensearch_settings Option<models::JsonSchemaOpensearch> [optional]
version Option<String> Version [optional]
plan Option<String> Subscription plan [optional]
opensearch_dashboards Option<models::UpdateDbaasServiceOpensearchRequestOpensearchDashboards> [optional]

[Back to Model list] [Back to API list] [Back to README]