Skip to content

Commit

Permalink
(opensearch) Update advanced parameters (#566)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Nov 18, 2024
1 parent ee47a4f commit a051bc2
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions static/includes/config-opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<td>
<div className="param"><p className="name" id="disable_replication_factor_adjustment"><a href="#disable_replication_factor_adjustment"><strong>disable_replication_factor_adjustment</strong></a></p><p><code className="type">boolean,null</code></p></div>
<p className="title">Disable replication factor adjustment</p>
<div className="description"><p>DEPRECATED: Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can no longer be activated.</p></div>
<div className="description"><p>Disable automatic replication factor adjustment for multi-node services. By default, Aiven ensures all indexes are replicated at least to two nodes. Note: Due to potential data loss in case of losing a service node, this setting can not be activated unless specifically allowed for the project.</p></div>
<table className="service-param-children">
<tbody>
</tbody>
Expand Down Expand Up @@ -289,7 +289,7 @@
<td>
<div className="param"><p className="name" id="azure_migration_indices"><a href="#azure_migration_indices"><strong>azure_migration.indices</strong></a></p><p><code className="type">string</code></p></div>
<p className="title">Indices to restore</p>
<div className="description"><p>A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify.</p></div>
<div className="description"><p>A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported.</p></div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -384,7 +384,7 @@
<td>
<div className="param"><p className="name" id="gcs_migration_indices"><a href="#gcs_migration_indices"><strong>gcs_migration.indices</strong></a></p><p><code className="type">string</code></p></div>
<p className="title">Indices to restore</p>
<div className="description"><p>A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify.</p></div>
<div className="description"><p>A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported.</p></div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -458,7 +458,7 @@
<td>
<div className="param"><p className="name" id="s3_migration_indices"><a href="#s3_migration_indices"><strong>s3_migration.indices</strong></a></p><p><code className="type">string</code></p></div>
<p className="title">Indices to restore</p>
<div className="description"><p>A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify.</p></div>
<div className="description"><p>A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported.</p></div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -947,6 +947,13 @@
</td>
</tr>
<tr>
<td>
<div className="param"><p className="name" id="opensearch_search.insights.top_queries"><a href="#opensearch_search.insights.top_queries"><strong>opensearch.search.insights.top_queries</strong></a></p><p><code className="type">object</code></p></div>
</td>
</tr>
</tbody>
</table>
</td>
Expand Down Expand Up @@ -1106,6 +1113,17 @@
<div className="param"><p className="name" id="project_to_fork_from"><a href="#project_to_fork_from"><strong>project_to_fork_from</strong></a></p><p><code className="type">string,null</code></p></div>
<p className="title">Name of another project to fork a service from. This has effect only when a new service is being created.</p>
<table className="service-param-children">
<tbody>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<div className="param"><p className="name" id="elasticsearch_version"><a href="#elasticsearch_version"><strong>elasticsearch_version</strong></a></p><p><code className="type">string,null</code></p></div>
<p className="title">Elasticsearch major version</p>
<table className="service-param-children">
<tbody>
</tbody>
Expand Down

0 comments on commit a051bc2

Please sign in to comment.