<?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: Adding new entries in lookup in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653086#M225678</link>
    <description>&lt;P&gt;append true makes dublicates, is it possible to avoid it?&lt;/P&gt;&lt;P&gt;maybe any other solution?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2023 15:41:57 GMT</pubDate>
    <dc:creator>bosseres</dc:creator>
    <dc:date>2023-08-03T15:41:57Z</dc:date>
    <item>
      <title>How to add new entries in lookup?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653071#M225667</link>
      <description>&lt;P&gt;Hello, everyone!&lt;/P&gt;
&lt;P&gt;I have search, which ends in such way&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;| ta&lt;/EM&gt;&lt;EM&gt;ble id, name&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;| outputlookup my_lookup.csv&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;so my search get such results&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;id&lt;/TD&gt;
&lt;TD width="50%"&gt;name&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;1&lt;/TD&gt;
&lt;TD width="50%"&gt;John&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;2&lt;/TD&gt;
&lt;TD width="50%"&gt;Mark&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;3&lt;/TD&gt;
&lt;TD width="50%"&gt;James&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;Now, I want to record only NEW id's from search&amp;nbsp; to lookup, which weren't there&lt;/P&gt;
&lt;P&gt;Is it possible to make without reworking search?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 21:06:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653071#M225667</guid>
      <dc:creator>bosseres</dc:creator>
      <dc:date>2023-08-03T21:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new entries in lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653073#M225669</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228794"&gt;@bosseres&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have two choices:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;fully override the lookup,&lt;/LI&gt;&lt;LI&gt;add new names.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;For the second choice, please try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;your_search&amp;gt; NOT [ | inputlookup my_lookup.csv | fields name ]
| table id, name
| outputlookup my_lookup.csv append=true&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 14:38:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653073#M225669</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-03T14:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new entries in lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653074#M225670</link>
      <description>&lt;P&gt;append=t&lt;/P&gt;&lt;P&gt;You should remove any results which are already in your lookup.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 14:40:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653074#M225670</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-08-03T14:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new entries in lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653085#M225677</link>
      <description>&lt;P&gt;Ye, I thought about it, but...&lt;/P&gt;&lt;P&gt;first one choice is not suit to me, because I need to make big time range of search to collect of actual id's.&lt;/P&gt;&lt;P&gt;about second one I thought, but i am afraid of some id's can be changed, so better to recollect them&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 15:41:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653085#M225677</guid>
      <dc:creator>bosseres</dc:creator>
      <dc:date>2023-08-03T15:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new entries in lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653086#M225678</link>
      <description>&lt;P&gt;append true makes dublicates, is it possible to avoid it?&lt;/P&gt;&lt;P&gt;maybe any other solution?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 15:41:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653086#M225678</guid>
      <dc:creator>bosseres</dc:creator>
      <dc:date>2023-08-03T15:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new entries in lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653089#M225679</link>
      <description>&lt;P&gt;Yes, as I said, remove the duplicates before the outputlookup.&lt;/P&gt;&lt;P&gt;It does depend on how you generate the events you want to add to the lookup.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 16:01:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-add-new-entries-in-lookup/m-p/653089#M225679</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-08-03T16:01:41Z</dc:date>
    </item>
  </channel>
</rss>

