<?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: Lookups not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29504#M5080</link>
    <description>&lt;P&gt;What are the "sharing permissions" on the objects ?&lt;/P&gt;

&lt;P&gt;Can you post an example of the search  you are using ?&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2011 02:48:09 GMT</pubDate>
    <dc:creator>Damien_Dallimor</dc:creator>
    <dc:date>2011-12-08T02:48:09Z</dc:date>
    <item>
      <title>Lookups not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29499#M5075</link>
      <description>&lt;P&gt;I am running splunk4.2.2 on Linux servers &lt;/P&gt;

&lt;P&gt;On My search-heads under /app/splunk/etc/system/local&lt;/P&gt;

&lt;P&gt;props.conf  entries &lt;/P&gt;

&lt;P&gt;[syslog_vrsn]&lt;/P&gt;

&lt;P&gt;TZ = US/Eastern&lt;BR /&gt;
REPORT-rsysog = rsyslog_extractions&lt;/P&gt;

&lt;P&gt;lookup_deparment = IpLookup log_ip OUTPUT dept_name&lt;/P&gt;

&lt;P&gt;transforms.conf entries&lt;BR /&gt;
[rsyslog_extractions]&lt;BR /&gt;
REGEX = (\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(.*)&lt;BR /&gt;
FORMAT = log_date::"$1" time::"$2" log_ip::"$3" log_host::"$4"  facility::"$5" seveority::"$6" Message::"$12"&lt;BR /&gt;
WRITE_META = false&lt;/P&gt;

&lt;P&gt;Under /app/splunk/etc/system/lookups &lt;/P&gt;

&lt;P&gt;IpLookup.csv entries &lt;/P&gt;

&lt;P&gt;10.174.27.246,nw_grp_SUCCESS&lt;BR /&gt;
10.174.159.249,SUCCESS_PENDING&lt;/P&gt;

&lt;P&gt;I am still getting The lookup table 'IpLookup' does not exist. It is referenced by configuration 'syslog_vrsn' and Its pointing to Indexers ..I even pushed the same config to Indexers But splunk still says "IpLookup" missining I even copied Iplookup.csv to Iplookup to see If the error clears but No luck ..Any help or any one have this issue ?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:11:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29499#M5075</guid>
      <dc:creator>desi-indian</dc:creator>
      <dc:date>2020-09-28T10:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Lookups not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29500#M5076</link>
      <description>&lt;P&gt;Try this  (note, I corrected your "deparment" spelling)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LOOKUP-department = IpLookup log_ip OUTPUT dept_name
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[IpLookup]

filename = Iplookup.csv
max_matches = 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Dec 2011 19:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29500#M5076</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2011-12-06T19:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lookups not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29501#M5077</link>
      <description>&lt;P&gt;Thanks for the reply Damien , I tried the file name explicitly but still complains abt "The lookup table 'IpLookup' does not exist. It is referenced by configuration 'syslog_vrsn' "&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2011 18:07:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29501#M5077</guid>
      <dc:creator>desi-indian</dc:creator>
      <dc:date>2011-12-07T18:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Lookups not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29502#M5078</link>
      <description>&lt;P&gt;If you log into Splunk Web and browse to :&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Manager » Lookups » Lookup table files&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Manager » Lookups » Lookup definitions&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Do you see the lookup definition and lookup file objects and are the sharing permissions set appropriately ?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2011 21:03:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29502#M5078</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2011-12-07T21:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Lookups not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29503#M5079</link>
      <description>&lt;P&gt;I have already checked those and they show properly &lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2011 21:17:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29503#M5079</guid>
      <dc:creator>desi-indian</dc:creator>
      <dc:date>2011-12-07T21:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Lookups not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29504#M5080</link>
      <description>&lt;P&gt;What are the "sharing permissions" on the objects ?&lt;/P&gt;

&lt;P&gt;Can you post an example of the search  you are using ?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 02:48:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Lookups-not-working/m-p/29504#M5080</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2011-12-08T02:48:09Z</dc:date>
    </item>
  </channel>
</rss>

