Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 2.07 KB

UpdateDbaasServiceOpensearchRequest.md

File metadata and controls

23 lines (15 loc) · 2.07 KB

UpdateDbaasServiceOpensearchRequest

Properties

Name Type Description Notes
maxIndexCount Long Maximum number of indexes to keep before deleting the oldest one [optional]
keepIndexRefreshInterval 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. [optional]
ipFilter List<String> Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' [optional]
terminationProtection Boolean Service is protected against termination and powering off [optional]
indexPatterns List<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 UpdateDbaasServiceMysqlRequestMaintenance [optional]
indexTemplate UpdateDbaasServiceOpensearchRequestIndexTemplate [optional]
opensearchSettings JsonSchemaOpensearch [optional]
version String Version [optional]
plan String Subscription plan [optional]
opensearchDashboards UpdateDbaasServiceOpensearchRequestOpensearchDashboards [optional]