<?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: Share Lookup to other SearchHead in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/How-to-Share-Lookup-to-other-SearchHead/m-p/504931#M8701</link>
    <description>&lt;P&gt;If the search heads are not part of a search head cluster, they will not be aware of each other's knowledge objects (like lookups/ kv-store collections / ...).&lt;/P&gt;&lt;P&gt;I can think of a few ways to make the content of a lookup available on another search head:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Write the data also to a (summary) index. Run a scheduled search on the other search head to fetch data from the index and populate a local copy of the lookup.&lt;/LI&gt;&lt;LI&gt;Define the same csv file based lookup on both search heads and use some mechanism to sync the underlying csv file between the search heads (e.g. a scheduled rsync job).&lt;/LI&gt;&lt;LI&gt;Similar to option 2, but use a script that talks to the REST interface of both search heads to sync the lookup contents (not an expert on this, but I think this should be possible)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;But it might also be a good reason to think about moving to a clustered search head setup.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jun 2020 09:52:05 GMT</pubDate>
    <dc:creator>FrankVl</dc:creator>
    <dc:date>2020-06-18T09:52:05Z</dc:date>
    <item>
      <title>How to Share Lookup to other SearchHead</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-Share-Lookup-to-other-SearchHead/m-p/504913#M8700</link>
      <description>&lt;P&gt;Can i share the output of a lookup command to one search head to another search head.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;This is my Setup for this testing.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2 Search head, 1Cluster Master, and 1 Indexer&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Search Heads are not connected to each other.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Scenario :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I will run &lt;EM&gt;|outputlookup&lt;/EM&gt; command on the SH1, and&amp;nbsp; the client want is to share that result to SH2.&lt;/P&gt;
&lt;P&gt;I am currently looking at KVStore - i have setup it up (replication=true on collection.conf) , but the lookup is not&amp;nbsp; showing on the SH2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 14:57:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-Share-Lookup-to-other-SearchHead/m-p/504913#M8700</guid>
      <dc:creator>jadengoho</dc:creator>
      <dc:date>2022-02-14T14:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Share Lookup to other SearchHead</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-Share-Lookup-to-other-SearchHead/m-p/504931#M8701</link>
      <description>&lt;P&gt;If the search heads are not part of a search head cluster, they will not be aware of each other's knowledge objects (like lookups/ kv-store collections / ...).&lt;/P&gt;&lt;P&gt;I can think of a few ways to make the content of a lookup available on another search head:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Write the data also to a (summary) index. Run a scheduled search on the other search head to fetch data from the index and populate a local copy of the lookup.&lt;/LI&gt;&lt;LI&gt;Define the same csv file based lookup on both search heads and use some mechanism to sync the underlying csv file between the search heads (e.g. a scheduled rsync job).&lt;/LI&gt;&lt;LI&gt;Similar to option 2, but use a script that talks to the REST interface of both search heads to sync the lookup contents (not an expert on this, but I think this should be possible)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;But it might also be a good reason to think about moving to a clustered search head setup.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 09:52:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-Share-Lookup-to-other-SearchHead/m-p/504931#M8701</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2020-06-18T09:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Share Lookup to other SearchHead</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-Share-Lookup-to-other-SearchHead/m-p/504937#M8702</link>
      <description>&lt;P&gt;They don't want using&amp;nbsp; summary indexing, that is why im looking for other possibilities to get this through.&lt;/P&gt;&lt;P&gt;Is it possible to share the KVSTORE lookup/csv file using indexer ? since they are using similar indexer.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 10:22:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-Share-Lookup-to-other-SearchHead/m-p/504937#M8702</guid>
      <dc:creator>jadengoho</dc:creator>
      <dc:date>2020-06-18T10:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Share Lookup to other SearchHead</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-Share-Lookup-to-other-SearchHead/m-p/505125#M8703</link>
      <description>&lt;P&gt;The fact that they are using the same indexer will not help, if it's a kvstore the &lt;A href="https://splunkbase.splunk.com/app/5328" target="_self"&gt;kvstore tools redux&lt;/A&gt; app on SplunkBase might help&lt;/P&gt;&lt;P&gt;If they are using CSV you could use the &lt;A href="https://splunkbase.splunk.com/app/4146/" target="_self"&gt;WebTools Add On&lt;/A&gt; to query the "other" instance and output a lookup (the syntax will get tricky to get the output right but it's possible)&lt;/P&gt;&lt;P&gt;Also you can refer to the older blog post &lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/syncing-lookups-using-pure-spl.html" target="_self"&gt;Syncing Lookups Using Pure SPL &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 21:43:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-Share-Lookup-to-other-SearchHead/m-p/505125#M8703</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2023-04-22T21:43:49Z</dc:date>
    </item>
  </channel>
</rss>

