<?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: Update a lookup file via REST in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73592#M15079</link>
    <description>&lt;P&gt;Cheers Z... I think that will be the approach.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2012 10:09:53 GMT</pubDate>
    <dc:creator>Damien_Dallimor</dc:creator>
    <dc:date>2012-02-22T10:09:53Z</dc:date>
    <item>
      <title>Update a lookup file via REST</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73587#M15074</link>
      <description>&lt;P&gt;I want to be able to update an existing csv lookup file (that resides within the lookups directory of a custom app on a searchhead) by uploading the updated file from the local machine(via a custom widget that uses the REST api)&lt;/P&gt;

&lt;P&gt;I see there is a &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTknowledge#POST_data.2Flookup-table-files.2F.7Bname.7D"&gt;REST endpoint similar to this&lt;/A&gt; but requires the the lookup file to be published to a staging area on the Splunk server and doesn't allow you to target the destination app.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2012 01:25:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73587#M15074</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-02-17T01:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Update a lookup file via REST</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73588#M15075</link>
      <description>&lt;P&gt;There's another REST endpoint that seems to be addressing this exact thing: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTknowledge#POST_data.2Ftransforms.2Flookups.2F.7Bname.7D"&gt;http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTknowledge#POST_data.2Ftransforms.2Flookups.2F.7Bname.7D&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2012 21:30:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73588#M15075</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-02-20T21:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Update a lookup file via REST</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73589#M15076</link>
      <description>&lt;P&gt;I don't see how this endpoint can be used to update an existing csv file, as in the contents of the existing lookup file.&lt;BR /&gt;
The endpoint you mentioned is just for updating the lookup definition.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2012 21:44:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73589#M15076</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-02-20T21:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Update a lookup file via REST</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73590#M15077</link>
      <description>&lt;P&gt;Hm, true. Sorry!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2012 21:47:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73590#M15077</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-02-20T21:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Update a lookup file via REST</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73591#M15078</link>
      <description>&lt;P&gt;You could add a custom REST endpoint to Splunk that handles the file upload and updates the lookup CSV file. &lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2012 08:48:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73591#M15078</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2012-02-22T08:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Update a lookup file via REST</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73592#M15079</link>
      <description>&lt;P&gt;Cheers Z... I think that will be the approach.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2012 10:09:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73592#M15079</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-02-22T10:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Update a lookup file via REST</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73593#M15080</link>
      <description>&lt;P&gt;Did you ever create this functionality? Can you share?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2013 18:32:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Update-a-lookup-file-via-REST/m-p/73593#M15080</guid>
      <dc:creator>twinspop</dc:creator>
      <dc:date>2013-12-10T18:32:32Z</dc:date>
    </item>
  </channel>
</rss>

