Splunk Cloud Platform

How to connect  Mulesoft with Splunk cloud?

harshi7
New Member
We have a Splunk cloud instance and I'm trying to connect to Mulesoft. Add below entries and when I try to deploy, it's throwing below error in console.
 
 
Error:[ERROR] Failed to execute goal on project splunk_poc: Could not resolve dependencies for project com.mycompany:splunk_poc:mule-application:1.0.0-SNAPSHOT: Failed to collect dependencies at com.splunk.logging:splunk-library-javalogging:jar:1.7.3: Failed to read artifact descriptor for com.splunk.logging:splunk-library-javalogging:jar:1.7.3: Could not transfer artifact com.splunk.logging:splunk-library-javalogging:pom:1.7.3 from/to ext-release-local (http://splunk.artifactoryonline.com/splunk/ext-releases-local‌:( Permanent Redirect (308) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
 
Added below appender in log4j file
 
 
 
<Http name="Splunk"
        url="https://host:8088/services/collector/raw">
        <Property name="Authorization" value="my token" />
        <PatternLayout pattern="%-5p %d [%t] %X{correlationId}%c: %m%n" />
    </Http>

Added below entries in pom.xml file

<dependency>
        <groupId>org.apache.logging.log4j</groupId>
        <artifactId>log4j-core</artifactId>
        <version>2.10.0</version>
</dependency>
<dependency>
        <groupId>org.apache.logging.log4j</groupId>
        <artifactId>log4j-api</artifactId>
        <version>2.10.0</version>
</dependency>

<dependency>
        <groupId>com.splunk.logging</groupId>
        <artifactId>splunk-library-javalogging</artifactId>
        <version>1.7.3</version>
</dependency>



  <repository>
<id>ext-release-local</id>
<url>http://splunk.artifactoryonline.com/splunk/ext-releases-local</url>
</repository>

 

 
0 Karma

per7syed
New Member

hi harshi, if you have resolved, please let us know the possible resolution. I am facing the same issue. Need to resolve this ASAP.

 

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...