Skip to content

Commit 4754c1e

Browse files
TW review for Splunk metric feature
1 parent 1695b56 commit 4754c1e

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

  • content/en/docs

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "How to configure Mendix Cloud to send your runtime application log
99

1010
## Introduction
1111

12-
[Splunk Cloud Platform](https://www.splunk.com/en_us/products/splunk-cloud-platform.html) is a monitoring and analysis tool for cloud applications. This document explains how to configure your Mendix Cloud app to send the runtime application logs and metrics to Splunk Cloud Platform to provide additional search, analysis, and visualization of your runtime application logs and metrics.
12+
[Splunk Cloud Platform](https://www.splunk.com/en_us/products/splunk-cloud-platform.html) is a monitoring and analysis tool for cloud applications. This document explains how to configure your Mendix Cloud application to send runtime application logs and metrics to Splunk Cloud Platform to provide additional search, analysis, and visualization of your runtime application logs and metrics.
1313

1414
Mendix provides integration with Splunk Cloud Platform; it does not currently integrate with other Splunk monitoring products.
1515

@@ -32,9 +32,9 @@ To use the Splunk Cloud Platform and send data to Splunk Cloud Platform from you
3232
To send your runtime information to Splunk Cloud Platform, you need to set it up using environment variables in the Mendix Portal.
3333

3434
1. From [Apps](https://sprintr.home.mendix.com), go to the **Environments** page of your app.
35-
1. Click **Details** on the environment you wish to monitor with Splunk Cloud Platform.
36-
1. Switch to the [**Runtime** tab](/developerportal/deploy/environments-details/#runtime-tab).
37-
1. Add the following **Custom Environment Variables**.
35+
2. Click **Details** on the environment you wish to monitor with Splunk Cloud Platform.
36+
3. Switch to the [**Runtime** tab](/developerportal/deploy/environments-details/#runtime-tab).
37+
4. Add the following **Custom Environment Variables**.
3838

3939
| Variable | Description | Default |
4040
|--------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
@@ -46,11 +46,11 @@ To send your runtime information to Splunk Cloud Platform, you need to set it up
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
| `SPLUNK_ENABLE_METRICS` | Sends application metrics to Splunk when it's set to `true`. Disabled by default. | `false` |
4848

49-
1. Return to the **Environments** page for your app and **Deploy** or **Transport** your app into the selected environment.
49+
5. Return to the **Environments** page for your app and **Deploy** or **Transport** your app into the selected environment.
5050

5151
{{% alert color="warning" %}}The first time you set up the Splunk Cloud Platform integration, you must redeploy your app and then restart it. Just restarting the app is not sufficient because additional dependencies need to be included.{{% /alert %}}
5252

53-
### Metadata for logs
53+
### Metadata for Logs
5454

5555
In addition to the runtime application logs, the following JSON-formatted metadata is automatically sent to the Splunk Cloud Platform:
5656

@@ -64,7 +64,7 @@ In addition to the runtime application logs, the following JSON-formatted metada
6464

6565
You can filter the data by these fields.
6666

67-
### Metadata for metrics
67+
### Metadata for Metrics
6868

6969
In addition to the runtime application logs, the following JSON-formatted metadata is automatically sent to the Splunk Cloud Platform:
7070

@@ -73,7 +73,7 @@ In addition to the runtime application logs, the following JSON-formatted metada
7373

7474
You can filter the data by these fields.
7575

76-
### Custom tags
76+
### Custom Tags
7777

7878
You can also set up custom tags in the format `key:value`. Mendix recommends adding the following custom tags:
7979

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ weight: 1
1818

1919
#### New Features
2020

21-
* We have added metrics support to Splunk integration
22-
21+
* We have added metrics support to [Splunk Cloud Platform integration](/developerportal/operate/splunk-metrics/).
2322

2423
### January 11, 2026
2524

0 commit comments

Comments
 (0)