<?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: Change default APP in a rest API call for a inputlookup in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Change-default-APP-in-a-rest-API-call-for-a-inputlookup/m-p/578926#M201767</link>
    <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am still not able to make this work&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 14:05:07 GMT</pubDate>
    <dc:creator>kilimche</dc:creator>
    <dc:date>2021-12-20T14:05:07Z</dc:date>
    <item>
      <title>Change default APP in a rest API call for a inputlookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-default-APP-in-a-rest-API-call-for-a-inputlookup/m-p/578768#M201705</link>
      <description>&lt;P&gt;Hi could you please give me an advice how to edit a call to the Splunk Rest API with the following parameter:&lt;/P&gt;&lt;P&gt;search&amp;nbsp;| inputlookup mylookup.csv&lt;/P&gt;&lt;P&gt;The goal is to use another APP, not the user default one.&lt;/P&gt;&lt;P&gt;I tried the following but it gave me same result:&lt;/P&gt;&lt;P&gt;| inputlookup&amp;nbsp;mylookup.csv&lt;/P&gt;&lt;P&gt;| eval app_name = $env:MyNewApp$&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 15:43:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-default-APP-in-a-rest-API-call-for-a-inputlookup/m-p/578768#M201705</guid>
      <dc:creator>kilimche</dc:creator>
      <dc:date>2021-12-17T15:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change default APP in a rest API call for a inputlookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-default-APP-in-a-rest-API-call-for-a-inputlookup/m-p/578777#M201707</link>
      <description>&lt;P&gt;You may find some helpful information at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.3/RESTUM/RESTusing#Namespace" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.3/RESTUM/RESTusing#Namespace&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 16:18:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-default-APP-in-a-rest-API-call-for-a-inputlookup/m-p/578777#M201707</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-12-17T16:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change default APP in a rest API call for a inputlookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-default-APP-in-a-rest-API-call-for-a-inputlookup/m-p/578926#M201767</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am still not able to make this work&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 14:05:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-default-APP-in-a-rest-API-call-for-a-inputlookup/m-p/578926#M201767</guid>
      <dc:creator>kilimche</dc:creator>
      <dc:date>2021-12-20T14:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change default APP in a rest API call for a inputlookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-default-APP-in-a-rest-API-call-for-a-inputlookup/m-p/578948#M201775</link>
      <description>&lt;P&gt;It would help if you shared the call you're trying.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 16:59:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-default-APP-in-a-rest-API-call-for-a-inputlookup/m-p/578948#M201775</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-12-20T16:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Change default APP in a rest API call for a inputlookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-default-APP-in-a-rest-API-call-for-a-inputlookup/m-p/579082#M201807</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I was able to change the relative URL and successfully get the new app data -changing the default application search.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used this article:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/REST-API-with-namespace/m-p/9596" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Getting-Data-In/REST-API-with-namespace/m-p/9596&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My API call looks like&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkserver:8089/servicesNS/YOUR_USERNAME/TARGET_NAMESPACE/search/jobs" target="test_blank" rel="nofollow noopener noreferrer"&gt;https://splunkserver:8089/servicesNS/YOUR_USERNAME/TARGET_NAMESPACE/search/jobs&lt;/A&gt;&lt;BR /&gt;The TargetNamespace is the new APP (search header).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 09:05:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-default-APP-in-a-rest-API-call-for-a-inputlookup/m-p/579082#M201807</guid>
      <dc:creator>kilimche</dc:creator>
      <dc:date>2021-12-22T09:05:51Z</dc:date>
    </item>
  </channel>
</rss>

