Skip to content

Commit

Permalink
Merge pull request #29 from mulesoft-catalyst/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
DavoCoder authored Apr 28, 2020
2 parents cf9491b + 3c843e3 commit 269de5d
Showing 6 changed files with 6 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

<groupId>com.mulesoft</groupId>
<artifactId>metrics-framework</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>mule-application</packaging>

<name>metrics-framework</name>
7 changes: 5 additions & 2 deletions src/main/mule/loaders/loader-elk.xml
Original file line number Diff line number Diff line change
@@ -7,8 +7,11 @@ http://www.mulesoft.org/schema/mule/ee/core http://www.mulesoft.org/schema/mule/
http://www.mulesoft.org/schema/mule/http http://www.mulesoft.org/schema/mule/http/current/mule-http.xsd">

<http:request-config name="HTTP_ELK_Request_configuration" doc:name="HTTP Request configuration" doc:id="8eb5087d-d50a-45c5-9d1f-ebe9147bcc01">
<http:request-connection host="#[vars.loaderDetails.elk.host]" port="#[vars.loaderDetails.elk.port]"
protocol="HTTP" />
<http:request-connection host="#[vars.loaderDetails.elk.host]" port="#[vars.loaderDetails.elk.port]">
<http:authentication >
<http:basic-authentication username="${secure::elk.user}" password="${secure::elk.password}" />
</http:authentication>
</http:request-connection>
</http:request-config>

<flow name="loader-elk-main-flow" doc:id="ef10b993-2925-4b83-8b9b-83092f1e3c97">

0 comments on commit 269de5d

Please sign in to comment.