Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 3.83 KB

DbaasServiceOpensearch.md

File metadata and controls

43 lines (35 loc) · 3.83 KB

DbaasServiceOpensearch

Properties

Name Type Description Notes
description String DbaaS service description [optional]
maxIndexCount Long Maximum number of indexes to keep before deleting the oldest one [optional]
updatedAt OffsetDateTime Service last update timestamp (ISO 8601) [optional]
nodeCount Long Number of service nodes in the active plan [optional]
connectionInfo DbaasServiceOpensearchConnectionInfo [optional]
nodeCpuCount Long Number of CPUs for each node [optional]
integrations List<DbaasIntegration> Service integrations [optional]
zone String The zone where the service is running [optional]
nodeStates List<DbaasNodeState> State of individual service nodes [optional]
name String
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]
type String
state EnumServiceState [optional]
ipFilter List<String> Allowed CIDR address blocks for incoming connections [optional]
backups List<DbaasServiceBackup> List of backups for the service [optional]
terminationProtection Boolean Service is protected against termination and powering off [optional]
notifications List<DbaasServiceNotification> Service notifications [optional]
components List<DbaasServiceMysqlComponentsInner> Service component information objects [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 DbaasServiceMaintenance [optional]
indexTemplate UpdateDbaasServiceOpensearchRequestIndexTemplate [optional]
diskSize Long TODO UNIT disk space for data storage [optional]
nodeMemory Long TODO UNIT of memory for each node [optional]
uri String URI for connecting to the service (may be absent) [optional]
opensearchSettings JsonSchemaOpensearch [optional]
uriParams Object service_uri parameterized into key-value pairs [optional]
version String OpenSearch version [optional]
createdAt OffsetDateTime Service creation timestamp (ISO 8601) [optional]
plan String Subscription plan
opensearchDashboards UpdateDbaasServiceOpensearchRequestOpensearchDashboards [optional]
users List<DbaasServiceGrafanaUsersInner> List of service users [optional]