<?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 to combine indexed data with an inputlookup csv file? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-combine-indexed-data-with-an-inputlookup-csv-file/m-p/424033#M7671</link>
    <description>&lt;P&gt;How have you uploaded your historical CSV data, as a lookup table file OR indexed data? If it's lookup table file and has less than 10k records, you can append the CSV result to your indexed data search using &lt;CODE&gt;append&lt;/CODE&gt; command.&lt;/P&gt;</description>
    <pubDate>Wed, 30 May 2018 16:29:19 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2018-05-30T16:29:19Z</dc:date>
    <item>
      <title>How to combine indexed data with an inputlookup csv file?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-combine-indexed-data-with-an-inputlookup-csv-file/m-p/424032#M7670</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;I have uploaded several csv files into Splunk that contain historical data values for storage usage over time. I would like to combine the csv data with more recent data that is currently being indexed in Splunk going back to only 6 months. I would like to combine the historical 2 years worth of data on the csv files with the 6 months that Splunk is indexing, and use this combined search to begin building a predictive model with 2.5 years worth of storage usage/total size over time. Any help is appreciated, thanks! &lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 15:58:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-combine-indexed-data-with-an-inputlookup-csv-file/m-p/424032#M7670</guid>
      <dc:creator>pred312</dc:creator>
      <dc:date>2018-05-30T15:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine indexed data with an inputlookup csv file?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-combine-indexed-data-with-an-inputlookup-csv-file/m-p/424033#M7671</link>
      <description>&lt;P&gt;How have you uploaded your historical CSV data, as a lookup table file OR indexed data? If it's lookup table file and has less than 10k records, you can append the CSV result to your indexed data search using &lt;CODE&gt;append&lt;/CODE&gt; command.&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 16:29:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-combine-indexed-data-with-an-inputlookup-csv-file/m-p/424033#M7671</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-05-30T16:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine indexed data with an inputlookup csv file?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-combine-indexed-data-with-an-inputlookup-csv-file/m-p/424034#M7672</link>
      <description>&lt;P&gt;As written in somesoni2's comment, something like this should do the trick:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|inputlookup &amp;lt;yourlookuptable&amp;gt; | append [search index=&amp;lt;nameoftheindexcontainingthelast6monthdata&amp;gt; ...]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also refer to: &lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/7.0.3/SearchReference/Append"&gt;https://docs.splunk.com/Documentation/SplunkCloud/7.0.3/SearchReference/Append&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 14:19:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-combine-indexed-data-with-an-inputlookup-csv-file/m-p/424034#M7672</guid>
      <dc:creator>poete</dc:creator>
      <dc:date>2018-05-31T14:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine indexed data with an inputlookup csv file?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-combine-indexed-data-with-an-inputlookup-csv-file/m-p/424035#M7673</link>
      <description>&lt;P&gt;And based on which search (inputlookup or your indexed data search) has higher number of records, that one should be run as subsearch. &lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 15:06:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-combine-indexed-data-with-an-inputlookup-csv-file/m-p/424035#M7673</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-05-31T15:06:59Z</dc:date>
    </item>
  </channel>
</rss>

