<?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: Looking for thoughts on using lookup tables when data is indexed in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336527#M99856</link>
    <description>&lt;P&gt;Training is the best way! &lt;BR /&gt;
anyway there are interesting free courses on &lt;A href="https://www.splunk.com/view/SP-CAAAHSM"&gt;https://www.splunk.com/view/SP-CAAAHSM&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchTutorial/WelcometotheSearchTutorial"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchTutorial/WelcometotheSearchTutorial&lt;/A&gt;&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 15 Sep 2017 11:40:18 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-09-15T11:40:18Z</dc:date>
    <item>
      <title>Looking for thoughts on using lookup tables when data is indexed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336520#M99849</link>
      <description>&lt;P&gt;I know I can create lookup tables and use them during a search. We would like to apply that same process to fields as they are indexed.&lt;BR /&gt;
so rather making field user Paul instead of Xxxad during a search we want to do this when the event is indexed.&lt;/P&gt;

&lt;P&gt;Is this possible?&lt;BR /&gt;
Does this impact indexing and what are the impacts on searching?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 10:37:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336520#M99849</guid>
      <dc:creator>pfabrizi</dc:creator>
      <dc:date>2017-09-15T10:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for thoughts on using lookup tables when data is indexed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336521#M99850</link>
      <description>&lt;P&gt;Hi pfabrizi,&lt;BR /&gt;
if you want to denormalize logs at index time, the only way is pre-parse them before indexing by scripting, probably with the same performance impact on indexing time but a greater license consuption.&lt;BR /&gt;
I usually use lookups to do this, also because lookups are usually quick in searches (it depends by the rows number).&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 10:53:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336521#M99850</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-15T10:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for thoughts on using lookup tables when data is indexed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336522#M99851</link>
      <description>&lt;P&gt;is some documentation that describes this?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 11:17:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336522#M99851</guid>
      <dc:creator>pfabrizi</dc:creator>
      <dc:date>2017-09-15T11:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for thoughts on using lookup tables when data is indexed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336523#M99852</link>
      <description>&lt;P&gt;can lookup tables be indexed? I have a lookup table that has 4000+ rows and it takes much longer to search than my lookup tables with only a few hundred.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 11:19:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336523#M99852</guid>
      <dc:creator>pfabrizi</dc:creator>
      <dc:date>2017-09-15T11:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for thoughts on using lookup tables when data is indexed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336524#M99853</link>
      <description>&lt;P&gt;No, to pre parse you have to create script in the language you like: we used php because we have in our team an expert on this language, choose the one you know!&lt;/P&gt;

&lt;P&gt;Anyway this is an extreme solution that we perform only when we are obliged to pre parse a log.&lt;/P&gt;

&lt;P&gt;You could eventually think to use summary indexes, in which you can create a denormalized table and use it for your searches.&lt;BR /&gt;
This is the best method to accelerate dashboards, the only limit I found is that you need to have a continuos data flow because you have to schedule your summarization, if you have logs that arrive in discontinous way is more difficoult to use this solution.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 11:26:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336524#M99853</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-15T11:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for thoughts on using lookup tables when data is indexed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336525#M99854</link>
      <description>&lt;P&gt;If you have many rows, lookups aren't the best solution, think to summaries.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 11:29:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336525#M99854</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-15T11:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for thoughts on using lookup tables when data is indexed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336526#M99855</link>
      <description>&lt;P&gt;Thank You!&lt;/P&gt;

&lt;P&gt;I am new to SPLUNK and haven't had any training yet. &lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 11:35:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336526#M99855</guid>
      <dc:creator>pfabrizi</dc:creator>
      <dc:date>2017-09-15T11:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for thoughts on using lookup tables when data is indexed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336527#M99856</link>
      <description>&lt;P&gt;Training is the best way! &lt;BR /&gt;
anyway there are interesting free courses on &lt;A href="https://www.splunk.com/view/SP-CAAAHSM"&gt;https://www.splunk.com/view/SP-CAAAHSM&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchTutorial/WelcometotheSearchTutorial"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchTutorial/WelcometotheSearchTutorial&lt;/A&gt;&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 11:40:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Looking-for-thoughts-on-using-lookup-tables-when-data-is-indexed/m-p/336527#M99856</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-15T11:40:18Z</dc:date>
    </item>
  </channel>
</rss>

