<?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 crud in lookup in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493497#M194413</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;
I am trying to do crud of  a lookup.&lt;BR /&gt;
I ahve been following this link:- &lt;A href="https://www.hurricanelabs.com/splunk-tutorials/building-a-crud-dashboard-utilizing-a-kv-store-in-splunk-part-1"&gt;https://www.hurricanelabs.com/splunk-tutorials/building-a-crud-dashboard-utilizing-a-kv-store-in-splunk-part-1&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;There is a lookup containing empid , empname , password columns .&lt;BR /&gt;
we have used inputlookup to get these columns to the dashboard and have added two columns for update and delete.&lt;BR /&gt;
On clicking on update of a  particular row I need to get the contents of that row how am i supposed to do that.??&lt;/P&gt;

&lt;P&gt;Kindly help.. &lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2019 07:17:42 GMT</pubDate>
    <dc:creator>test4u</dc:creator>
    <dc:date>2019-11-26T07:17:42Z</dc:date>
    <item>
      <title>crud in lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493497#M194413</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;
I am trying to do crud of  a lookup.&lt;BR /&gt;
I ahve been following this link:- &lt;A href="https://www.hurricanelabs.com/splunk-tutorials/building-a-crud-dashboard-utilizing-a-kv-store-in-splunk-part-1"&gt;https://www.hurricanelabs.com/splunk-tutorials/building-a-crud-dashboard-utilizing-a-kv-store-in-splunk-part-1&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;There is a lookup containing empid , empname , password columns .&lt;BR /&gt;
we have used inputlookup to get these columns to the dashboard and have added two columns for update and delete.&lt;BR /&gt;
On clicking on update of a  particular row I need to get the contents of that row how am i supposed to do that.??&lt;/P&gt;

&lt;P&gt;Kindly help.. &lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 07:17:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493497#M194413</guid>
      <dc:creator>test4u</dc:creator>
      <dc:date>2019-11-26T07:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: crud in lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493498#M194414</link>
      <description>&lt;P&gt;how far through the whole tutorial have you gotten?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 15:25:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493498#M194414</guid>
      <dc:creator>wmyersas</dc:creator>
      <dc:date>2019-11-26T15:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: crud in lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493499#M194415</link>
      <description>&lt;P&gt;Have you tried Lookup Editor ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 17:24:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493499#M194415</guid>
      <dc:creator>arjunpkishore5</dc:creator>
      <dc:date>2019-11-26T17:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: crud in lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493500#M194416</link>
      <description>&lt;P&gt;Put it in a dashboard with a drilldown that does this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup YourLookupNameHere where $click.name$=$click.value$
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Nov 2019 17:44:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493500#M194416</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-26T17:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: crud in lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493501#M194417</link>
      <description>&lt;P&gt;javascript isn't working of this tutorial. i am unable to click on update and get an object containing row values as shown in this tutorial&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 05:56:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493501#M194417</guid>
      <dc:creator>test4u</dc:creator>
      <dc:date>2019-11-27T05:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: crud in lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493502#M194418</link>
      <description>&lt;P&gt;yes but i need to implement a similar functionality in another app of mine.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 05:57:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/crud-in-lookup/m-p/493502#M194418</guid>
      <dc:creator>test4u</dc:creator>
      <dc:date>2019-11-27T05:57:24Z</dc:date>
    </item>
  </channel>
</rss>

