Skip to content

Commit 1e61042

Browse files
Merge branch 'main' into patch-1
2 parents 8aca171 + 37f609e commit 1e61042

File tree

4 files changed

+82
-2
lines changed

4 files changed

+82
-2
lines changed

docs/configuration-parameters-1830bca.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,34 @@ Configures the data ingestion over the ingest-otlp endpoint \(OpenTelemetry Prot
128128
<tr>
129129
<td valign="top">
130130

131+
feature\_flags
132+
133+
</td>
134+
<td valign="top">
135+
136+
No
137+
138+
</td>
139+
<td valign="top">
140+
141+
String Array
142+
143+
</td>
144+
<td valign="top">
145+
146+
Used for enabling specific/experimental features specified as array:
147+
148+
`"feature_flags": [ "feature-1", "feature 2" ]`. Please omit or keep empty by default.
149+
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).
153+
154+
</td>
155+
</tr>
156+
<tr>
157+
<td valign="top">
158+
131159
retention\_period
132160

133161
</td>
@@ -675,3 +703,28 @@ Key to sign tokens. Provide a *random* key with an *even number \(min. length: 3
675703
</tr>
676704
</table>
677705

706+
707+
708+
<a name="loio1830bca1b060484e9cfabc0e62472e8e__section_rgc_gm1_cgc"/>
709+
710+
## Sample Configuration Parameters in JSON
711+
712+
The following snippet shows a sample payload that could be used for a `standard` or `large` plan:
713+
714+
> ### Sample Code:
715+
> ```
716+
> {
717+
> "backend": {
718+
> "max_data_nodes": 10
719+
> },
720+
> "dashboards": {
721+
> "custom_label": "My-Label"
722+
> },
723+
> "feature_flags": [ "upgradeToOpenSearchV2" ],
724+
> "ingest": {
725+
> "max_instances": 10
726+
> },
727+
> "retention_period": 14
728+
> }
729+
> ```
730+

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ SAP Cloud Logging service is an instance-based and environment-agnostic observab
1919
- [Rotate the Ingestion Root CA Certificate](rotate-the-ingestion-root-ca-certificate-bbcb3e7.md)
2020
- [Access and Analyze Observability Data](access-and-analyze-observability-data-dad5b01.md)
2121
- [Data Protection and Privacy](data-protection-and-privacy-80e76fd.md)
22+
- [Security Recommendations](security-recommendations-3382a69.md)
2223
- [Backup and Restore Custom Contents](backup-and-restore-custom-contents-5b9bc66.md)
2324

docs/prerequisites-41d8559.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ Parameterization
143143
</td>
144144
<td valign="top">
145145
146-
Set IdP information `idp.metadata_url` and `idp.entity_id` from Obtain SAML 2.0 IdP Information step.
146+
Set IdP information `idp.metadata_url` \(e.g.: `https://myaccount.accounts.ondemand.com/saml2/metadata`\) and `idp.entity_id` \(e.g. `https://myaccount.accounts.ondemand.com`\) from Obtain SAML 2.0 IdP Information step.
147147
148148
</td>
149149
</tr>
150150
<tr>
151151
<td valign="top">
152152
153-
Set `sp.entity_id` from Create a SAML 2.0 application step.
153+
Set `sp.entity_id` from Create a SAML 2.0 application step \(Do not confuse with `idp.entity_id`\)
154154
155155
</td>
156156
</tr>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!-- loio3382a694e46d4a2da863bb5413bc1cb4 -->
2+
3+
# Security Recommendations
4+
5+
6+
7+
<a name="loio3382a694e46d4a2da863bb5413bc1cb4__section_rfs_xm2_bgc"/>
8+
9+
## Security Recommendations for SAP Cloud Logging
10+
11+
SAP Cloud Logging publishes a list of recommendations to be considered for security configuration under [SAP BTP Security Recommendations](https://help.sap.com/docs/btp/sap-btp-security-recommendations-c8a9bb59fe624f0981efa0eff2497d7d/sap-btp-security-recommendations?seclist-index=BTP-CLS&locale=en-US).
12+
13+
Please verify whether the recommendations are relevant to you and ensure that your Cloud Logging instances are configured accordingly.
14+
15+
16+
17+
<a name="loio3382a694e46d4a2da863bb5413bc1cb4__section_p2w_zm2_bgc"/>
18+
19+
## Monitor Security Recommendations with SAP Cloud ALM
20+
21+
With the Configuration & Security Analysis app of [SAP Cloud ALM](https://help.sap.com/docs/cloud-alm), you can check if your Cloud Logging instances are configured in alignment with the [SAP BTP Security Recommendations - Cloud Logging](https://help.sap.com/docs/btp/sap-btp-security-recommendations-c8a9bb59fe624f0981efa0eff2497d7d/sap-btp-security-recommendations?seclist-index=BTP-CLS&locale=en-US).
22+
23+
> ### Note:
24+
> - SAP Cloud Logging reports data to SAP Cloud ALM daily. For more information, see [Monitor Security Recommendations with SAP Cloud ALM](https://help.sap.com/docs/btp/sap-btp-security-recommendations-c8a9bb59fe624f0981efa0eff2497d7d/monitor-security-recommendations-with-sap-cloud-alm?locale=en-US).
25+
> - Currently, only the critical-level security recommendation \(setting up SAML authentication with Identity Authentication Service\) is reported from SAP Cloud Logging to SAP Cloud ALM.
26+

0 commit comments

Comments
 (0)