All Apps and Add-ons

Splunk to take in data from MySQL

jaterlwj
Explorer

Is there any possible way for Splunk to - let's say, read/indexes data directly from a MySQL database table?

I have tried Splunk MySQL Connector but what it seems to do is basically creating a lookup for existing fields. Assuming that I have no existing fields and everything is on the database. What can I do?

0 Karma
1 Solution

losciamano
Engager

If you have MySQL connector installed, the following command can be used to directly query MySQL server:

| mysqlquery username="your_username" password="your_password" host="server_ip_address" port="server_port" schema="your_db_name" query="your_sql_query"

This operation is possible because the developer of MySQL connector wrapper communication with MySQL server with this command.
Hope this helps

View solution in original post

losciamano
Engager

If you have MySQL connector installed, the following command can be used to directly query MySQL server:

| mysqlquery username="your_username" password="your_password" host="server_ip_address" port="server_port" schema="your_db_name" query="your_sql_query"

This operation is possible because the developer of MySQL connector wrapper communication with MySQL server with this command.
Hope this helps

jaterlwj
Explorer

Thanks for your reply! This helps me. 🙂

Takajian
Builder

Splunk can index any data with text format, not binary format. You will need script to collect data of relational database like MySQL. Following app can be helpful to collect data from MySQL, but you will need to customize it according to your requirement.

http://splunk-base.splunk.com/apps/41769/splunk-mysql-monitor

Get Updates on the Splunk Community!

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...