<?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: List all Search commands within Splunk ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/List-all-Search-commands-within-Splunk/m-p/192602#M38396</link>
    <description>&lt;P&gt;The rest command you mentioned lists only the Python commands (not all built-in commands), and I am not sure there is any dynamic way to get that list and/or descriptions. Best way will be to prepare content with all search commands (count~130). It could be an html/pdf/lookup and will be available for offline use.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jun 2014 18:54:44 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2014-06-09T18:54:44Z</dc:date>
    <item>
      <title>List all Search commands within Splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/List-all-Search-commands-within-Splunk/m-p/192599#M38393</link>
      <description>&lt;P&gt;Hi guys, &lt;/P&gt;

&lt;P&gt;Is there a way to list all search commands &amp;amp;&amp;amp; a short description from Splunk engine? (As &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.1/SearchReference/Commandsbycategory"&gt;mentioned in docs&lt;/A&gt;). This is to help develop in corporate mode where there is no internet connection.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/data/commands | table title
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I tried above commands and it provides some of the commands, but not all.&lt;BR /&gt;
Is there a way to display all "Splunk search" commands in above manner?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2014 14:02:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/List-all-Search-commands-within-Splunk/m-p/192599#M38393</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2014-06-09T14:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: List all Search commands within Splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/List-all-Search-commands-within-Splunk/m-p/192600#M38394</link>
      <description>&lt;P&gt;You could save some of the documentation as a PDF:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.1/SearchReference/SearchCheatsheet"&gt;Search Command Cheat Sheet&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you look at the left bar, you will see a red link for downloading the entire manual as a PDF. Notice that there is both a Cheat Sheet and a Quick Reference Guide that can be downloaded as PDFs as well.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2014 14:17:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/List-all-Search-commands-within-Splunk/m-p/192600#M38394</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-06-09T14:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: List all Search commands within Splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/List-all-Search-commands-within-Splunk/m-p/192601#M38395</link>
      <description>&lt;P&gt;thanks Lisa. I was actually looking for automated way using "REST"&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2014 14:44:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/List-all-Search-commands-within-Splunk/m-p/192601#M38395</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2014-06-09T14:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: List all Search commands within Splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/List-all-Search-commands-within-Splunk/m-p/192602#M38396</link>
      <description>&lt;P&gt;The rest command you mentioned lists only the Python commands (not all built-in commands), and I am not sure there is any dynamic way to get that list and/or descriptions. Best way will be to prepare content with all search commands (count~130). It could be an html/pdf/lookup and will be available for offline use.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2014 18:54:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/List-all-Search-commands-within-Splunk/m-p/192602#M38396</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-06-09T18:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: List all Search commands within Splunk ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/List-all-Search-commands-within-Splunk/m-p/671470#M112541</link>
      <description>&lt;P&gt;Not sure if this all of them, but I think it should cover any command defined in a searchbnf.conf file.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local /servicesNS/-/-/configs/conf-searchbnf
    | fields + title, shortdesc, description, eai:acl.app, eai:acl.sharing, usage
    | search title="*-command"
    | eval
        command=replace(title, "-command$", "")
    | fields + command, shortdesc, description&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 19:05:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/List-all-Search-commands-within-Splunk/m-p/671470#M112541</guid>
      <dc:creator>dtburrows3</dc:creator>
      <dc:date>2023-12-11T19:05:06Z</dc:date>
    </item>
  </channel>
</rss>

