<?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: How can I run a local search on my deployment server and make the results accessible for search? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-run-a-local-search-on-my-deployment-server-and-make/m-p/373925#M13722</link>
    <description>&lt;P&gt;AFAIK, there is no native way available to share a lookup table between two, non-clustered instances. If you send all indexes data from Deployment server to your indexers, my suggestion would to summary index result of your query on Deployment server (instead of saving it as lookup), so the data will go to indexer and will be available in your search heads. If you need you can then build the lookup table (periodically) from summary index on your search head.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Aug 2017 19:05:33 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2017-08-18T19:05:33Z</dc:date>
    <item>
      <title>How can I run a local search on my deployment server and make the results accessible for search?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-run-a-local-search-on-my-deployment-server-and-make/m-p/373924#M13721</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a query that needs to run locally on the deployment server, but I want the results accessible on my search head cluster.&lt;/P&gt;

&lt;P&gt;For instance, on the Deployment Server:&lt;BR /&gt;
|rest /services/deployment/server/clients count=0 splunk_server=local&lt;BR /&gt;
|fields hostname name ip dns utsname&lt;BR /&gt;
|outputlookup deployment_clients.csv&lt;/P&gt;

&lt;P&gt;And now on a member of my search head cluster I want to run and get the results back:&lt;BR /&gt;
|inputlookup deployment_clients&lt;/P&gt;

&lt;P&gt;Can someone point me in the right direction on how to accomplish this? Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:24:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-run-a-local-search-on-my-deployment-server-and-make/m-p/373924#M13721</guid>
      <dc:creator>quihong</dc:creator>
      <dc:date>2020-09-29T15:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run a local search on my deployment server and make the results accessible for search?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-run-a-local-search-on-my-deployment-server-and-make/m-p/373925#M13722</link>
      <description>&lt;P&gt;AFAIK, there is no native way available to share a lookup table between two, non-clustered instances. If you send all indexes data from Deployment server to your indexers, my suggestion would to summary index result of your query on Deployment server (instead of saving it as lookup), so the data will go to indexer and will be available in your search heads. If you need you can then build the lookup table (periodically) from summary index on your search head.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2017 19:05:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-run-a-local-search-on-my-deployment-server-and-make/m-p/373925#M13722</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-08-18T19:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run a local search on my deployment server and make the results accessible for search?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-run-a-local-search-on-my-deployment-server-and-make/m-p/373926#M13723</link>
      <description>&lt;P&gt;One way is @somesoni2's suggestion to collect to a summary index, subject to the limitation that you are currently sending all index data from the deployment server to the indexers.&lt;/P&gt;

&lt;P&gt;A second way, if the above limitation is not in place, would be to have your search trigger a script to copy the output csv file to a destination on your search head and pick it up there. &lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 15:58:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-can-I-run-a-local-search-on-my-deployment-server-and-make/m-p/373926#M13723</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-08-21T15:58:55Z</dc:date>
    </item>
  </channel>
</rss>

