Skip to content

Commit b6e92cd

Browse files
authored
Merge pull request #43 from JannikBrand/patch-3
Fix description of signing key password; Remove upgradeToOpenSearchV2 feature flag
2 parents 537cd6a + a452bbb commit b6e92cd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/configuration-parameters-1830bca.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@ Used for enabling specific/experimental features specified as array:
147147

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

150-
Available feature flags:
151-
152-
`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).
150+
Currently, there are no available feature flags.
153151

154152
</td>
155153
</tr>
@@ -698,7 +696,7 @@ String
698696
</td>
699697
<td valign="top">
700698

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

703701
</td>
704702
</tr>
@@ -721,7 +719,7 @@ The following snippet shows a sample payload that could be used for a `standard`
721719
> "dashboards": {
722720
> "custom_label": "My-Label"
723721
> },
724-
> "feature_flags": [ "upgradeToOpenSearchV2" ],
722+
> "feature_flags": [],
725723
> "ingest": {
726724
> "max_instances": 10
727725
> },

0 commit comments

Comments
 (0)