You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/deployment/mendix-cloud-deploy/monitoring-with-apm/splunk-metrics.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: "How to configure Mendix Cloud to send your runtime application log
9
9
10
10
## Introduction
11
11
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.
13
13
14
14
Mendix provides integration with Splunk Cloud Platform; it does not currently integrate with other Splunk monitoring products.
15
15
@@ -32,9 +32,9 @@ To use the Splunk Cloud Platform and send data to Splunk Cloud Platform from you
32
32
To send your runtime information to Splunk Cloud Platform, you need to set it up using environment variables in the Mendix Portal.
33
33
34
34
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**.
@@ -46,11 +46,11 @@ To send your runtime information to Splunk Cloud Platform, you need to set it up
46
46
|`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`|
47
47
|`SPLUNK_ENABLE_METRICS`| Sends application metrics to Splunk when it's set to `true`. Disabled by default. |`false`|
48
48
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.
50
50
51
51
{{% 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 %}}
52
52
53
-
### Metadata for logs
53
+
### Metadata for Logs
54
54
55
55
In addition to the runtime application logs, the following JSON-formatted metadata is automatically sent to the Splunk Cloud Platform:
56
56
@@ -64,7 +64,7 @@ In addition to the runtime application logs, the following JSON-formatted metada
64
64
65
65
You can filter the data by these fields.
66
66
67
-
### Metadata for metrics
67
+
### Metadata for Metrics
68
68
69
69
In addition to the runtime application logs, the following JSON-formatted metadata is automatically sent to the Splunk Cloud Platform:
70
70
@@ -73,7 +73,7 @@ In addition to the runtime application logs, the following JSON-formatted metada
73
73
74
74
You can filter the data by these fields.
75
75
76
-
### Custom tags
76
+
### Custom Tags
77
77
78
78
You can also set up custom tags in the format `key:value`. Mendix recommends adding the following custom tags:
0 commit comments