<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is it possible to use Splunk forwarder to send data from mysql ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78176#M15995</link>
    <description>&lt;P&gt;If you can write a script to get data from mysql, you can get it into Splunk.&lt;/P&gt;

&lt;P&gt;The usual way might be to use a shell script calling the mysql interpreter with your desired SELECT statement, returning the rows to STDOUT. Splunk would then index the data being output by the script. Inspecting the database directly from a Splunk script might be just a bit trickier, as I don't know whether a database connector for mysql is included in the Splunk Python library.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Oct 2012 12:46:05 GMT</pubDate>
    <dc:creator>sowings</dc:creator>
    <dc:date>2012-10-03T12:46:05Z</dc:date>
    <item>
      <title>Is it possible to use Splunk forwarder to send data from mysql ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78175#M15994</link>
      <description>&lt;P&gt;Is it possible to use Splunk forwarder to send data from MYSQL ?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 12:23:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78175#M15994</guid>
      <dc:creator>dragosluca</dc:creator>
      <dc:date>2012-10-03T12:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use Splunk forwarder to send data from mysql ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78176#M15995</link>
      <description>&lt;P&gt;If you can write a script to get data from mysql, you can get it into Splunk.&lt;/P&gt;

&lt;P&gt;The usual way might be to use a shell script calling the mysql interpreter with your desired SELECT statement, returning the rows to STDOUT. Splunk would then index the data being output by the script. Inspecting the database directly from a Splunk script might be just a bit trickier, as I don't know whether a database connector for mysql is included in the Splunk Python library.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 12:46:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78176#M15995</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2012-10-03T12:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use Splunk forwarder to send data from mysql ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78177#M15996</link>
      <description>&lt;P&gt;It is possible to use a Splunk Forwarder to send data from mysql, but it involves a scripted input. Input configurations are found here: &lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf&lt;/A&gt;&lt;/CODE&gt;. I would call a perl or python script and use that to pull in the data.&lt;BR /&gt;
Example: &lt;CODE&gt;&lt;A href="http://www.tutorialspoint.com/python/python_database_access.htm" target="test_blank"&gt;http://www.tutorialspoint.com/python/python_database_access.htm&lt;/A&gt;&lt;/CODE&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 12:49:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78177#M15996</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2012-10-03T12:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use Splunk forwarder to send data from mysql ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78178#M15997</link>
      <description>&lt;P&gt;This is my favorite app:  &lt;A href="http://splunk-base.splunk.com/apps/50803/dbx-sql-database-extension"&gt;http://splunk-base.splunk.com/apps/50803/dbx-sql-database-extension&lt;/A&gt;.  No forwarder required and simple to use.  You can do lookups, browse databases, update Splunk indexes from a database, and update the database from Splunk.  You should definitely check it out!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 12:55:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78178#M15997</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2012-10-03T12:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use Splunk forwarder to send data from mysql ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78179#M15998</link>
      <description>&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/apps/50803/dbx-sql-database-extension"&gt;http://splunk-base.splunk.com/apps/50803/dbx-sql-database-extension&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/apps/27105/jdbc-scripted-input"&gt;http://splunk-base.splunk.com/apps/27105/jdbc-scripted-input&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;are apps that will do this for you.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 15:14:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78179#M15998</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2012-10-03T15:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use Splunk forwarder to send data from mysql ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78180#M15999</link>
      <description>&lt;P&gt;As of right now (Oct 3 2012) this app is not downloadable. however, a less rich app (that requires a bit more work) is &lt;A href="http://splunk-base.splunk.com/apps/27105/jdbc-scripted-input"&gt;http://splunk-base.splunk.com/apps/27105/jdbc-scripted-input&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2012 15:15:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-use-Splunk-forwarder-to-send-data-from-mysql/m-p/78180#M15999</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2012-10-03T15:15:27Z</dc:date>
    </item>
  </channel>
</rss>

