<?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: Multiple ways to access lookup transforms via REST, which should I use? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multiple-ways-to-access-lookup-transforms-via-REST-which-should/m-p/305989#M91858</link>
    <description>&lt;P&gt;Here is when you ought to use each endpoint:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;If performing a write, use &lt;STRONG&gt;data/transforms/lookups&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;If performing a read and you need fields_list, use &lt;STRONG&gt;data/transforms/lookups&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;For everything else, use &lt;STRONG&gt;configs/conf-transforms&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Generally, it is recommended that you avoid using &lt;STRONG&gt;data/transforms/lookups/&lt;/STRONG&gt; since this endpoint triggers some activity that can cause some unnecessary performance reduction and will generate a substantial number of log messages in the internal index.&lt;/P&gt;

&lt;P&gt;If you need to access ACL information (i.e. namespace and owner) then you will need to use &lt;STRONG&gt;configs/conf-transforms&lt;/STRONG&gt; since &lt;STRONG&gt;properties/transforms/&lt;/STRONG&gt; won't include it.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2017 18:50:29 GMT</pubDate>
    <dc:creator>LukeMurphey</dc:creator>
    <dc:date>2017-08-25T18:50:29Z</dc:date>
    <item>
      <title>Multiple ways to access lookup transforms via REST, which should I use?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-ways-to-access-lookup-transforms-via-REST-which-should/m-p/305988#M91857</link>
      <description>&lt;P&gt;There are multiple ways to access lookup transforms via REST, including:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;data/transforms/lookups&lt;/LI&gt;
&lt;LI&gt;configs/conf-transforms&lt;/LI&gt;
&lt;LI&gt;properties/transforms/&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Which one should I be using?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 18:48:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-ways-to-access-lookup-transforms-via-REST-which-should/m-p/305988#M91857</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2017-08-25T18:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ways to access lookup transforms via REST, which should I use?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-ways-to-access-lookup-transforms-via-REST-which-should/m-p/305989#M91858</link>
      <description>&lt;P&gt;Here is when you ought to use each endpoint:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;If performing a write, use &lt;STRONG&gt;data/transforms/lookups&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;If performing a read and you need fields_list, use &lt;STRONG&gt;data/transforms/lookups&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;For everything else, use &lt;STRONG&gt;configs/conf-transforms&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Generally, it is recommended that you avoid using &lt;STRONG&gt;data/transforms/lookups/&lt;/STRONG&gt; since this endpoint triggers some activity that can cause some unnecessary performance reduction and will generate a substantial number of log messages in the internal index.&lt;/P&gt;

&lt;P&gt;If you need to access ACL information (i.e. namespace and owner) then you will need to use &lt;STRONG&gt;configs/conf-transforms&lt;/STRONG&gt; since &lt;STRONG&gt;properties/transforms/&lt;/STRONG&gt; won't include it.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 18:50:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-ways-to-access-lookup-transforms-via-REST-which-should/m-p/305989#M91858</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2017-08-25T18:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ways to access lookup transforms via REST, which should I use?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-ways-to-access-lookup-transforms-via-REST-which-should/m-p/305990#M91859</link>
      <description>&lt;P&gt;We recommend the following GET arguments when pinpointing lookups using configs/conf-transforms.  This is because transforms.conf houses all manner of properties.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;getargs = {'output_mode': 'json', 'count': 0, 'search': 'filename=* OR collection=* OR external_type=*'}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Of course, if you're targeting a specific transform by name, this is not needed.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 19:25:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-ways-to-access-lookup-transforms-via-REST-which-should/m-p/305990#M91859</guid>
      <dc:creator>hazekamp</dc:creator>
      <dc:date>2017-08-25T19:25:49Z</dc:date>
    </item>
  </channel>
</rss>

