All Apps and Add-ons

Splunk Add-on for MySQL: When will this add-on be supported by Splunk Cloud?

kjhanson
Path Finder

Hello,

Do you know when this add-on will be Splunk Cloud certified?

Kind regards,
Ken

0 Karma
1 Solution

pgreer_splunk
Splunk Employee
Splunk Employee

The MySQL app v1.1.0 failed vetting quite a while ago. For the reasons:

- The application stores plain text credentials in local/mysql_db.conf which are not permitted in Splunk Cloud. Please see https://docs.splunk.com/Documentation/Splunk/6.4.2/AdvancedDev/SetupExampleCredentials for how to address this issue.
- The application can be configured for unencrypted communication, which is not permitted in Splunk Cloud. All communication must be encrypted (HTTPS preferred).
- The application requires DB Connect 2 https://splunkbase.splunk.com/app/2686/, which is not permitted in Cloud.

So until those issues are resolved, it cannot be installed in cloud.

View solution in original post

pgreer_splunk
Splunk Employee
Splunk Employee

The MySQL app v1.1.0 failed vetting quite a while ago. For the reasons:

- The application stores plain text credentials in local/mysql_db.conf which are not permitted in Splunk Cloud. Please see https://docs.splunk.com/Documentation/Splunk/6.4.2/AdvancedDev/SetupExampleCredentials for how to address this issue.
- The application can be configured for unencrypted communication, which is not permitted in Splunk Cloud. All communication must be encrypted (HTTPS preferred).
- The application requires DB Connect 2 https://splunkbase.splunk.com/app/2686/, which is not permitted in Cloud.

So until those issues are resolved, it cannot be installed in cloud.

Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...