Skip to content

Commit 8acc15e

Browse files
feat: splunk removal update
1 parent 661b2b2 commit 8acc15e

2 files changed

Lines changed: 7 additions & 1 deletion

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`. The environment variable `SPLUNK_LOGS_REDACTION` is still supported, but it is now deprecated and will be removed in a later version. Its use is not recommended. | `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`. | `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/mendix-cloud.md

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

1717
## 2025
1818

19+
### September 10, 2025
20+
21+
#### Improvements
22+
23+
* We removed the `SPLUNK_LOGS_REDACTION` environment variable. You now have to use the `LOGS_REDACTION` variable.
24+
1925
### July 27, 2025
2026

2127
#### New Features

0 commit comments

Comments
 (0)