Skip to content

Commit

Permalink
OSv2: Add fixes. Increase version for release. Add note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
panizzag committed May 12, 2021
1 parent d5942e9 commit c426717
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.mulesoft</groupId>
<artifactId>metrics-accelerator</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
<packaging>mule-application</packaging>

<name>metrics-accelerator</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<flow name="api-call-osv2-stats-flow" doc:id="85ccc0f0-03cb-4654-8015-9f0d6af9399f"
maxConcurrency="${anypoint.platform.apis.cloudhub.maxConcurrency}">
maxConcurrency="${anypoint.platform.apis.osv2.maxConcurrency}">
<logger level="DEBUG" doc:name="Log OSv2 Stats Start" doc:id="276eff08-104d-489a-9674-42aec3d676e4" message="Calling OSv2 - Stats" />
<http:request method="GET" doc:name="Get OSv2 Stats Request" doc:id="cecc913e-f597-4028-a404-f915215a9c8b"
config-ref="HTTP_OSv2_Request_configuration" path="${anypoint.platform.apis.osv2.stats.path}" sendBodyMode="NEVER">
Expand Down

0 comments on commit c426717

Please sign in to comment.