<?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: How can I import data from MySQL tables into Splunk assets ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-data-from-MySQL-tables-into-Splunk-assets/m-p/609482#M105669</link>
    <description>&lt;P&gt;Splunk DB Connect is an app that can read data from a SQL database.&amp;nbsp; Download it from splunkbase and install it on a search head or heavy forwarder.&amp;nbsp; Documentation for DB Connect is at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/DBX" target="_blank"&gt;https://docs.splunk.com/Documentation/DBX&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2022 12:20:42 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2022-08-15T12:20:42Z</dc:date>
    <item>
      <title>How can I import data from MySQL tables into Splunk assets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-data-from-MySQL-tables-into-Splunk-assets/m-p/609447#M105668</link>
      <description>&lt;P&gt;I have some data in MySQL , and I have DB Content in Splunk.&lt;/P&gt;&lt;P&gt;Now I want import MySQL data into Splunk assets , but I just find how import data from csv files .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I knew this documentation :&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/ES/7.0.1/Admin/Collectandextractassetandidentitydata" target="_blank" rel="noopener"&gt;Collect and extract asset and identity data in Splunk Enterprise Security - Splunk Documentation &lt;/A&gt;&amp;nbsp;,&amp;nbsp;but I don't know how "&lt;SPAN&gt;Use Splunk DB Connect" for import data .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KleeJean_0-1660547961438.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21026iB1B14589141CCD9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KleeJean_0-1660547961438.png" alt="KleeJean_0-1660547961438.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And , this page is null (v7.0.1) :&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/ES/7.0.1/Admin/Defineidentityformats" target="_blank" rel="noopener"&gt;Define identity formats - Splunk Documentation&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PS: Sorry for my bad English.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 07:25:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-data-from-MySQL-tables-into-Splunk-assets/m-p/609447#M105668</guid>
      <dc:creator>KleeJean</dc:creator>
      <dc:date>2022-08-15T07:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import data from MySQL tables into Splunk assets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-data-from-MySQL-tables-into-Splunk-assets/m-p/609482#M105669</link>
      <description>&lt;P&gt;Splunk DB Connect is an app that can read data from a SQL database.&amp;nbsp; Download it from splunkbase and install it on a search head or heavy forwarder.&amp;nbsp; Documentation for DB Connect is at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/DBX" target="_blank"&gt;https://docs.splunk.com/Documentation/DBX&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 12:20:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-data-from-MySQL-tables-into-Splunk-assets/m-p/609482#M105669</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-08-15T12:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I import data from MySQL tables into Splunk assets ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-data-from-MySQL-tables-into-Splunk-assets/m-p/609507#M105674</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248558"&gt;@KleeJean&lt;/a&gt;&amp;nbsp;- I don't know if there is any better way to do this, but here is what will work for sure.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Install DB Connect on the same search head as Enterprise Security. -&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/2686/" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/2686/&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Create a scheduled report (keep intervals according to how often you think data in the database is getting changed.)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| dbxquery query="&amp;lt;write-your-query-here&amp;gt;" connection="&amp;lt;dbx-connection&amp;gt;" 
| outputlookup my_sql_data.csv​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use &lt;STRONG&gt;my_sql_data.csv&lt;/STRONG&gt; file as an Enterprise Security asset file.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 15:55:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-import-data-from-MySQL-tables-into-Splunk-assets/m-p/609507#M105674</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-08-15T15:55:56Z</dc:date>
    </item>
  </channel>
</rss>

