<?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: Why am I getting error &amp;quot;The lookup table 'mylookuptable' does not exist. It is referenced by configuration 'my_lookuptype'&amp;quot;? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-The-lookup-table-mylookuptable-does/m-p/116093#M30827</link>
    <description>&lt;P&gt;ya   permissions have for that @stephane_cyrille&lt;/P&gt;</description>
    <pubDate>Fri, 27 Mar 2015 04:30:28 GMT</pubDate>
    <dc:creator>ravigampa</dc:creator>
    <dc:date>2015-03-27T04:30:28Z</dc:date>
    <item>
      <title>Why am I getting error "The lookup table 'mylookuptable' does not exist. It is referenced by configuration 'my_lookuptype'"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-The-lookup-table-mylookuptable-does/m-p/116090#M30824</link>
      <description>&lt;P&gt;I have this data below and I want a flow chart of start time and end time on the x-axis and cmd1, cmd2......on the y-axis.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;03-25-2015 03:04:31.189, cmd1 = Start_time_of_if 
03-25-2015 03:09:31.189, cmd1 = end_time_of_if  
03-25-2015 03:12:31.189, cmd2 = Start_time_of_if 
03-25-2015 03:17:31.189, cmd2 = end_time_of_if 
03-25-2015 03:20:31.189, cmd3 = Start_time_of_grep 
03-25-2015 03:24:31.189, cmd3 = end_time_of_grep 
03-25-2015 03:27:31.189, cmd4 = Start_time_of_if 
03-25-2015 03:32:31.189, cmd4 = end_time_of_if 
03-25-2015 03:38:31.189, cmd5 = Start_time_of_sed_command 
03-25-2015 03:42:31.189, cmd5 = end_time_of_sed_command 
03-25-2015 03:49:31.189, cmd6 = Start_time_of_if 
03-25-2015 03:55:31.189, cmd6 = End_time_of_if 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can you please help me solve this question?&lt;/P&gt;

&lt;P&gt;I used this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|rex field=_raw "^(?P[^ ]+)\s+,\s+(?P\w+)\s+=\s+(?P\w+\s+\w+) of (?P.+)"|eval start_time=if(status="Start time",Time,"")|eval end_time=if(status="end time" OR status="End time",Time,"")|table cmd_name,command,start_time,end_time|stats max(start_time) as start_time,max(end_time) as end_time by cmd_name,command 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but I'm getting an error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;The lookup table 'mylookuptable' does not exist. It is referenced by configuration 'my_lookuptype'. 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and I've done some configurations for this. Can u please give guidance on how to solve this question?Thank UUUUUUUUUUUUUUUUUUUUU&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2015 12:44:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-The-lookup-table-mylookuptable-does/m-p/116090#M30824</guid>
      <dc:creator>ravigampa</dc:creator>
      <dc:date>2015-03-26T12:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "The lookup table 'mylookuptable' does not exist. It is referenced by configuration 'my_lookuptype'"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-The-lookup-table-mylookuptable-does/m-p/116091#M30825</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
check the lookup table permissions.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2015 12:51:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-The-lookup-table-mylookuptable-does/m-p/116091#M30825</guid>
      <dc:creator>stephane_cyrill</dc:creator>
      <dc:date>2015-03-26T12:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "The lookup table 'mylookuptable' does not exist. It is referenced by configuration 'my_lookuptype'"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-The-lookup-table-mylookuptable-does/m-p/116092#M30826</link>
      <description>&lt;P&gt;i can't help you if i don't have your files. can you send it me? &lt;BR /&gt;
this my address &lt;STRONG&gt;&lt;A href="mailto:tiwa.romuald@yahoo.fr"&gt;tiwa.romuald@yahoo.fr&lt;/A&gt;&lt;/STRONG&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2015 12:56:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-The-lookup-table-mylookuptable-does/m-p/116092#M30826</guid>
      <dc:creator>Tanefo</dc:creator>
      <dc:date>2015-03-26T12:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "The lookup table 'mylookuptable' does not exist. It is referenced by configuration 'my_lookuptype'"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-The-lookup-table-mylookuptable-does/m-p/116093#M30827</link>
      <description>&lt;P&gt;ya   permissions have for that @stephane_cyrille&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2015 04:30:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-The-lookup-table-mylookuptable-does/m-p/116093#M30827</guid>
      <dc:creator>ravigampa</dc:creator>
      <dc:date>2015-03-27T04:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "The lookup table 'mylookuptable' does not exist. It is referenced by configuration 'my_lookuptype'"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-The-lookup-table-mylookuptable-does/m-p/116094#M30828</link>
      <description>&lt;P&gt;In case you haven't got the answer for it: I faced the similar issue yesterday when I try to configure props.conf in the local directory. I copied everything from props.conf.example ( &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/Admin/Propsconf"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/Admin/Propsconf&lt;/A&gt; ) and there we have :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# The following example shows how to configure lookup tables
[my_lookuptype]
LOOKUP-foo = mylookuptable userid AS myuserid OUTPUT username AS myusername
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;which was the root cause of this issue. I disabled it  (put # in front of these lines)  and restarted Splunk. Everything is working fine now. I am writing here to help someone who might face the same issue with Splunk 7x. &lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 07:09:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-The-lookup-table-mylookuptable-does/m-p/116094#M30828</guid>
      <dc:creator>Chandras11</dc:creator>
      <dc:date>2018-05-30T07:09:12Z</dc:date>
    </item>
  </channel>
</rss>

