Skip to content

Commit f50d84a

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

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

docs/configuration-parameters-1830bca.md

Lines changed: 26 additions & 1 deletion
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>
@@ -721,7 +744,9 @@ The following snippet shows a sample payload that could be used for a `standard`
721744
> },
722745
> "feature_flags": [],
723746
> "ingest": {
724-
> "max_instances": 10
747+
> "enabled": true,
748+
> "max_instances": 10,
749+
> "min_instances": 3
725750
> },
726751
> "retention_period": 14
727752
> }

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)