<?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: What is the path for input files in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152776#M31107</link>
    <description>&lt;P&gt;The file that you're looking is lookup table path. Use following query to get the full path&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/data/lookup-table-files | rename eai:* as * | table title acl.app data
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The path will exist on the Search Head server. (/opt represent its the UNIX server)&lt;/P&gt;</description>
    <pubDate>Wed, 17 Dec 2014 19:23:43 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-12-17T19:23:43Z</dc:date>
    <item>
      <title>What is the path for input files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152770#M31101</link>
      <description>&lt;P&gt;I am new to Splunk...I have been given a query that uses an input file.  I know the name of the input file, but how can I find the full pathname of where that file resides?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 18:51:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152770#M31101</guid>
      <dc:creator>randymw59</dc:creator>
      <dc:date>2014-12-17T18:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the path for input files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152771#M31102</link>
      <description>&lt;P&gt;Depending on how the file is ingested, the source field will typically give you the full path of the file. If you can provide and example of what you are looking at, we can provide more concrete help...&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 19:03:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152771#M31102</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2014-12-17T19:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the path for input files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152772#M31103</link>
      <description>&lt;P&gt;Here is the line in my query that reads the input file:&lt;BR /&gt;
| inputlookup generic_ids_dcs.csv |&lt;/P&gt;

&lt;P&gt;It doesn't list the entire pathname of the "generic_ids_dcs.csv" file, which is what I'm looking for.&lt;/P&gt;

&lt;P&gt;Thanks....&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:23:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152772#M31103</guid>
      <dc:creator>randymw59</dc:creator>
      <dc:date>2020-09-28T18:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: What is the path for input files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152773#M31104</link>
      <description>&lt;P&gt;This a from a lookup file, not an indexed data source. You need to look in the configuration, under lookup files, and find the lookup file to find out where on disk this is located.&lt;/P&gt;

&lt;P&gt;Alternatively, if you have shell access on the box, you can do a find command or 'splunk btool transforms list --debug' and look for the "generic_ids_dcs.csv" lookup and path definition.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:23:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152773#M31104</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2020-09-28T18:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is the path for input files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152774#M31105</link>
      <description>&lt;P&gt;I don't know how to look in the configuration / lookup files...&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 19:13:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152774#M31105</guid>
      <dc:creator>randymw59</dc:creator>
      <dc:date>2014-12-17T19:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: What is the path for input files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152775#M31106</link>
      <description>&lt;P&gt;I did find this:&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/search/lookups/generic_ids_dcs.csv &lt;/P&gt;

&lt;P&gt;How can I map the full pathname?  I'm not sure where the /opt resides.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:23:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152775#M31106</guid>
      <dc:creator>randymw59</dc:creator>
      <dc:date>2020-09-28T18:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is the path for input files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152776#M31107</link>
      <description>&lt;P&gt;The file that you're looking is lookup table path. Use following query to get the full path&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/data/lookup-table-files | rename eai:* as * | table title acl.app data
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The path will exist on the Search Head server. (/opt represent its the UNIX server)&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 19:23:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152776#M31107</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-12-17T19:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is the path for input files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152777#M31108</link>
      <description>&lt;P&gt;That is the full pathname, including the filename, of the lookup file. What do you mean by map?&lt;/P&gt;

&lt;P&gt;You can add this path via an eval as &lt;/P&gt;

&lt;P&gt;..currentsearch.. | eval mappedpath="/opt/splunk/etc/apps/search/lookups/generic_ids_dcs.csv" &lt;/P&gt;

&lt;P&gt;And then do what you want to it..&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:23:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152777#M31108</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2020-09-28T18:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is the path for input files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152778#M31109</link>
      <description>&lt;P&gt;I've been able to identify the path as:&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/search/lookups/generic_ids_dcs.csv&lt;/P&gt;

&lt;P&gt;Can I edit the file in Splunk, or is it only possible to edit the file outside of Splunk in another editor program?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:23:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152778#M31109</guid>
      <dc:creator>randymw59</dc:creator>
      <dc:date>2020-09-28T18:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: What is the path for input files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152779#M31110</link>
      <description>&lt;P&gt;You can edit this in splunk with the lookup editor app, which has to be downloaded an installed from apps.splunk.com. You can also edit locally and upload the new copy to the splunk server, but you have to have permissions assigned to be able to do this. The other option is editing it in the local file system.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:32:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-path-for-input-files/m-p/152779#M31110</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2014-12-17T20:32:07Z</dc:date>
    </item>
  </channel>
</rss>

