<?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: outputlookup configurations in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/594450#M8773</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your use case, this configuration appears to be available from within the limits.conf file:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/limitsconf#.5Boutputlookup.5D" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/limitsconf#.5Boutputlookup.5D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;[outputlookup]
create_context = user&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;per the documentation:&lt;/P&gt;&lt;PRE&gt;[outputlookup]&lt;BR /&gt;create_context = [app|[user|system]
* Specifies the context where the lookup file will be created for the first time.
  If there is a current application context and the following options,
  file will be created under:
  * app   &amp;nbsp;: etc/apps/&amp;lt;app&amp;gt;/lookups
  * user  &amp;nbsp;: etc/users/&amp;lt;user&amp;gt;/&amp;lt;app&amp;gt;/lookups
  Otherwise, file will be created under:
  * system&amp;nbsp;: etc/system/local/lookups
* Default: app&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2022 12:52:15 GMT</pubDate>
    <dc:creator>sftr</dc:creator>
    <dc:date>2022-04-20T12:52:15Z</dc:date>
    <item>
      <title>How is the outputlookup command is configured?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/512400#M4672</link>
      <description>&lt;P&gt;Does anyone know how the outputlookup command is configured? commands.conf does not reference a python script for it. I want to change how new files are created so that they are private and assigned to an owner.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 05:50:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/512400#M4672</guid>
      <dc:creator>splunkettes</dc:creator>
      <dc:date>2020-08-05T05:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: outputlookup configurations</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/512413#M4673</link>
      <description>Outputlookup is a built-in command without an external Python script.</description>
      <pubDate>Tue, 04 Aug 2020 16:44:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/512413#M4673</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-08-04T16:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: outputlookup configurations</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/512466#M4674</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;for your response. I was wondering if there is a way to modify Splunk's built in commands or at least override them with my own process. I have&amp;nbsp; a custom command that I have created that does what I want the outputlookup command to do but it would require all users to use the new command. Ideally, I would allow users to continue with the outputlookup command but change how it functions so that new files are stored in the etc/&amp;lt;user&amp;gt;/&amp;lt;app&amp;gt;/lookups directory instead of the etc/&amp;lt;app&amp;gt;/lookups directory.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 22:39:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/512466#M4674</guid>
      <dc:creator>splunkettes</dc:creator>
      <dc:date>2020-08-04T22:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: outputlookup configurations</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/512470#M4675</link>
      <description>&lt;P&gt;There's no way to override a built-in command.&amp;nbsp; Your users will have to learn to use &lt;FONT face="courier new,courier"&gt;myoutputlookup&lt;/FONT&gt; just as they once learned to use &lt;FONT face="courier new,courier"&gt;outputlookup&lt;/FONT&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 16:20:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/512470#M4675</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-12-26T16:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: How is the outputlookup command is configured?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/513168#M4680</link>
      <description>&lt;P&gt;Decided to resolve the issue by creating a custom command to reassign lookup files from nobody to their proper owner based on results of splunk search.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 19:38:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/513168#M4680</guid>
      <dc:creator>splunkettes</dc:creator>
      <dc:date>2020-08-08T19:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: outputlookup configurations</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/594450#M8773</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your use case, this configuration appears to be available from within the limits.conf file:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/limitsconf#.5Boutputlookup.5D" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/limitsconf#.5Boutputlookup.5D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;[outputlookup]
create_context = user&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;per the documentation:&lt;/P&gt;&lt;PRE&gt;[outputlookup]&lt;BR /&gt;create_context = [app|[user|system]
* Specifies the context where the lookup file will be created for the first time.
  If there is a current application context and the following options,
  file will be created under:
  * app   &amp;nbsp;: etc/apps/&amp;lt;app&amp;gt;/lookups
  * user  &amp;nbsp;: etc/users/&amp;lt;user&amp;gt;/&amp;lt;app&amp;gt;/lookups
  Otherwise, file will be created under:
  * system&amp;nbsp;: etc/system/local/lookups
* Default: app&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 12:52:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/594450#M8773</guid>
      <dc:creator>sftr</dc:creator>
      <dc:date>2022-04-20T12:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: outputlookup configurations</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/625265#M9185</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222830"&gt;@splunkettes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide how you created the custom search command similar to outputlookup command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2022 13:55:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-is-the-outputlookup-command-is-configured/m-p/625265#M9185</guid>
      <dc:creator>aayushisplunk1</dc:creator>
      <dc:date>2022-12-26T13:55:44Z</dc:date>
    </item>
  </channel>
</rss>

