Skip to content

Commit f62bcde

Browse files
committed
Add ingest.enabled parameter
1 parent 0571ebc commit f62bcde

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

docs/configuration-parameters-1830bca.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,29 @@ Description
365365
<tr>
366366
<td valign="top">
367367

368+
enabled
369+
370+
</td>
371+
<td valign="top">
372+
373+
No
374+
375+
</td>
376+
<td valign="top">
377+
378+
Boolean
379+
380+
</td>
381+
<td valign="top">
382+
383+
Enables ingestion over the `ingest-` and `ingest-mtls-` endpoint. This includes log and metric ingestion from Cloud Foundry. Defaults to `true`.
384+
385+
386+
</td>
387+
</tr>
388+
<tr>
389+
<td valign="top">
390+
368391
max\_instances
369392

370393
</td>

docs/ingest-from-cloud-foundry-runtime-f5a7c99.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ All configuration steps can be done either using SAP BTP Cockpit or the Cloud Fo
1616

1717
## Procedures
1818

19+
> ### Note:
20+
> For shipping logs/metrics via Cloud Foundry, the service instance must have the [`ingest.enabled`](configuration-parameters-1830bca.md#loio1830bca1b060484e9cfabc0e62472e8e__section_o51_4bn_lzb) configuration parameter set to `true` (default).
21+
1922
Shipping logs from applications deployed on SAP BTP Cloud Foundry can be configured using one of the below options:
2023

2124
- [Bind the Application to the Service Instance](ingest-from-cloud-foundry-runtime-f5a7c99.md#loiof5a7c993743c4ee79722479371b90b37__bind_the_application), optionally using [Share Service Instance Across Different Spaces](ingest-from-cloud-foundry-runtime-f5a7c99.md#loiof5a7c993743c4ee79722479371b90b37__share_service_instance_across_different_spaces) to consolidate observability data across spaces within one organization.

0 commit comments

Comments
 (0)