<?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 Can you store data to Splunk without indexing? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-store-data-to-Splunk-without-indexing/m-p/388940#M69618</link>
    <description>&lt;P&gt;I have data coming from MemSQL. Everything is fine with indexing, but I thought would it be possible to store data without indexing. &lt;BR /&gt;
If so, how that could be done?  Suggestions? &lt;/P&gt;</description>
    <pubDate>Tue, 08 Jan 2019 16:35:04 GMT</pubDate>
    <dc:creator>Anmar0293</dc:creator>
    <dc:date>2019-01-08T16:35:04Z</dc:date>
    <item>
      <title>Can you store data to Splunk without indexing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-store-data-to-Splunk-without-indexing/m-p/388940#M69618</link>
      <description>&lt;P&gt;I have data coming from MemSQL. Everything is fine with indexing, but I thought would it be possible to store data without indexing. &lt;BR /&gt;
If so, how that could be done?  Suggestions? &lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 16:35:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-store-data-to-Splunk-without-indexing/m-p/388940#M69618</guid>
      <dc:creator>Anmar0293</dc:creator>
      <dc:date>2019-01-08T16:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can you store data to Splunk without indexing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-store-data-to-Splunk-without-indexing/m-p/388941#M69619</link>
      <description>&lt;P&gt;You can use DBconnect (which I assume you're already using to index the data) to write your queries inline, then simply output to a lookup or KV store (read from that with inputlookup).&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/DBX/3.1.3/DeployDBX/Commands"&gt;https://docs.splunk.com/Documentation/DBX/3.1.3/DeployDBX/Commands&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| dbxquery query="SELECT list,of,desired,columns,here FROM tableName" connection="YourMemSQLConnectionName" maxrows=100
| outputlookup memSQLQuery.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup memSQLQuery.csv
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Jan 2019 16:58:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-store-data-to-Splunk-without-indexing/m-p/388941#M69619</guid>
      <dc:creator>afurrowgtri</dc:creator>
      <dc:date>2019-01-08T16:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can you store data to Splunk without indexing?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-store-data-to-Splunk-without-indexing/m-p/388942#M69620</link>
      <description>&lt;P&gt;No, it's not.. Splunk's licensing model is based off index volume per day. If you could onboard data without indexing it, then it would upend Splunk's licensing model &lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 17:02:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-store-data-to-Splunk-without-indexing/m-p/388942#M69620</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2019-01-08T17:02:13Z</dc:date>
    </item>
  </channel>
</rss>

