Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs/configuration-parameters-1830bca.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ Used for enabling specific/experimental features specified as array:

`"feature_flags": [ "feature-1", "feature 2" ]`. Please omit or keep empty by default.

Available feature flags:

`upgradeToOpenSearchV2` to use OpenSearch 2.19; note that an upgraded version can not be downgraded any more. See [3617458 - SAP Cloud Logging: OpenSearch Stack Update Available](https://me.sap.com/notes/3617458).
Currently, there are no available feature flags.

</td>
</tr>
Expand Down Expand Up @@ -698,7 +696,7 @@ String
</td>
<td valign="top">

The private key used to sign the requests. Valid base64 encoded and PKCS8 format of private key.
The password of the signing key, if it is encrypted.

</td>
</tr>
Expand All @@ -721,7 +719,7 @@ The following snippet shows a sample payload that could be used for a `standard`
> "dashboards": {
> "custom_label": "My-Label"
> },
> "feature_flags": [ "upgradeToOpenSearchV2" ],
> "feature_flags": [],
> "ingest": {
> "max_instances": 10
> },
Expand Down
Loading