Skip to content

Commit a59e4f9

Browse files
feat: feedback changes
1 parent e282bb6 commit a59e4f9

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/monitoring-with-apm/splunk-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To send your runtime information to Splunk Cloud Platform, you need to set it up
4141
| `SPLUNK_HOST` | The hostname or the IP address of the Splunk Cloud Platform Controller without the scheme (protocol). An example is `test.splunkcloud.com`. | |
4242
| `SPLUNK_PORT` | The HTTP (or HTTPS) port of the Splunk Cloud Platform Controller. | `8088` |
4343
| `SPLUNK_TOKEN` | An access token to the Splunk Cloud Platform. To create a new token on the Splunk Cloud dashboard, open the Splunk Cloud dashboard in a browser, go to **Settings** > **Data Input** > **HTTP Event Collector**, and click **New Token** (on the upper-right corner of the page). | |
44-
| `LOGS_REDACTION` | Email addresses are automatically redacted before log entries are sent to Splunk Cloud Platform. To disable this redaction, set `LOGS_REDACTION` to `false`. | `true` |
44+
| `LOGS_REDACTION` | Email addresses are automatically redacted before log entries are sent to Splunk Cloud Platform. To disable this redaction, set `LOGS_REDACTION` to `false`. The environment variable `SPLUNK_LOGS_REDACTION` is now deprecated in Cloud Foundry and is not supported for apps with Kubernetes deployment. Its use is not recommended. | `true` |
4545
| `FLUENTBIT_LOGS_BUFFER_SIZE` | Sets the maximum amount of data (in KB) that the TCP input plugin reads from the socket per read operation. Increasing this value can help to get rid of data flow delay, and errors related to queue buffer overflow. | `128` |
4646
| `FLUENTBIT_LOGS_MEM_BUF_LIMIT` | Defines the maximum total memory an input plugin can use for buffering log records before they are processed or flushed to storage/output. Limits memory which can be consumed by the Fluentbit agent | `50MB` |
4747

content/en/docs/releasenotes/deployment/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Follow the links in the table below to see the release notes you want:
1515

1616
| Type of Deployment | Last Updated |
1717
| --- | --- |
18-
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | September 10, 2025 |
18+
| [Mendix Cloud](/releasenotes/developer-portal/mendix-cloud/) | September 9, 2025 |
1919
| [Mendix on Kubernetes](/releasenotes/developer-portal/mendix-for-private-cloud/) | September 4, 2025 |
2020
| [Mendix on Azure](/releasenotes/developer-portal/mendix-on-azure/) | August 7, 2025 |
2121
| [SAP Business Technology Platform (SAP BTP)](/releasenotes/developer-portal/sap-cloud-platform/) | August 27, 2024 |

content/en/docs/releasenotes/deployment/mendix-cloud.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ For information on the current status of deployment to Mendix Cloud and any plan
1616

1717
## 2025
1818

19-
### September 10, 2025
19+
### September 9, 2025
20+
21+
#### New Features
22+
23+
* We have added support for sending logs to Splunk for apps deployed on Kubernetes. This enables apps using Splunk to be migrated from Cloud Foundry to Kubernetes.
2024

2125
#### Improvements
2226

23-
* We removed the `SPLUNK_LOGS_REDACTION` environment variable. You now have to use the `LOGS_REDACTION` variable.
27+
* For Kubernetes deployments, the `SPLUNK_LOGS_REDACTION` environment variable is not available. Use the `LOGS_REDACTION` variable instead.
2428

2529
### July 27, 2025
2630

layouts/partials/landingpage/latest-releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ <h4 class="lp-panel-title">Latest Releases</h4>
1414
</li>
1515
<li class="lp-panel-list">
1616
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>
17-
<p class="rn-date">September 10, 2025</p>
17+
<p class="rn-date">September 9, 2025</p>
1818
</li>
1919
</ul>

0 commit comments

Comments
 (0)