diff --git a/README.md b/README.md index 1d839159..ca9b0dc8 100755 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ splunk.index.metrics | Index for storing Platform operational metrics | metrics splunk.index.benefits | Index for storing Platform benefits | platform_benefits -> (*): Please note that by default, "Source Types" are created with a limit of 3000 characters. It is very likely that the Metrics Accelerator JSON event exceeds this limit. In order to solve that, you need to add a new property "TRUNCATE" in the Advanced configuration of the specific Source Type. For example: TRUNCATE = 10000 +> (*): Please note that by default, "Source Types" are created with a limit of 3000 characters. The Metrics Accelerator JSON event exceeds this limit. In order to solve that, you must increase this limit adding a new property "TRUNCATE" in the Advanced configuration of the specific Source Type. For example: TRUNCATE = 40000. Depending of the size of your organization, in terms of Business Groups, environments and number of applications and APIs in each environment, this value can be higher. ### ELK steps diff --git a/pom.xml b/pom.xml index 4dc3da6b..0a3ffcf8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.mulesoft metrics-accelerator - 1.7.0 + 1.7.1 mule-application metrics-accelerator diff --git a/src/main/mule/sources/anypoint/platform/apis/api-call-osv2.xml b/src/main/mule/sources/anypoint/platform/apis/api-call-osv2.xml index 568e2325..c88b08dd 100644 --- a/src/main/mule/sources/anypoint/platform/apis/api-call-osv2.xml +++ b/src/main/mule/sources/anypoint/platform/apis/api-call-osv2.xml @@ -5,7 +5,7 @@ xsi:schemaLocation=" http://www.mulesoft.org/schema/mule/http http://www.mulesoft.org/schema/mule/http/current/mule-http.xsd http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd"> + maxConcurrency="${anypoint.platform.apis.osv2.maxConcurrency}">