<?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 What are THE most important SPL commands? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489604#M194076</link>
    <description>&lt;P&gt;I get asked some form of this question often and I know what my answer is but I am curious about others.  What is your opinion of the top 10 most powerful SPL command that every expert splunk user or wannabe should know well and what is on "off the beaten path that you find occasionally invaluable?&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2019 01:53:42 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-11-25T01:53:42Z</dc:date>
    <item>
      <title>What are THE most important SPL commands?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489604#M194076</link>
      <description>&lt;P&gt;I get asked some form of this question often and I know what my answer is but I am curious about others.  What is your opinion of the top 10 most powerful SPL command that every expert splunk user or wannabe should know well and what is on "off the beaten path that you find occasionally invaluable?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 01:53:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489604#M194076</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-11-25T01:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: What are THE most important SPL commands?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489605#M194077</link>
      <description>&lt;P&gt;&lt;CODE&gt;*stats&lt;/CODE&gt;!&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;stats&lt;/CODE&gt;, &lt;CODE&gt;eventstats&lt;/CODE&gt;, &lt;CODE&gt;streamstats&lt;/CODE&gt; take Splunk from being just a search engine to a tool for in-depth analysis&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 02:32:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489605#M194077</guid>
      <dc:creator>sduff_splunk</dc:creator>
      <dc:date>2019-11-25T02:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: What are THE most important SPL commands?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489606#M194078</link>
      <description>&lt;P&gt;Agree with the stats family, but not just "use stats" but  "how to properly use stats"  (to get rid of joins/append and other inefficient statements).  &lt;/P&gt;

&lt;P&gt;TERM (for faster matching if your data supports it)&lt;BR /&gt;
IN (reduction of "OR"s and easier readability)&lt;/P&gt;

&lt;P&gt;Finally, REX/REGEX.  If your data is barely structured (looking at you kubernetes and rancher debug logs) , and you are good at rex/regex, then you can you interrogate the data and bend it to your will.  &lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 06:41:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489606#M194078</guid>
      <dc:creator>randy_moore</dc:creator>
      <dc:date>2019-11-25T06:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: What are THE most important SPL commands?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489607#M194079</link>
      <description>&lt;P&gt;&lt;CODE&gt;makeresults&lt;/CODE&gt; @ Splunk&amp;gt;Answers&lt;/P&gt;

&lt;P&gt;I didn't expect to use that much.&lt;BR /&gt;
It is convenient to create logs freely.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 11:41:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489607#M194079</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2019-11-29T11:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: What are THE most important SPL commands?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489608#M194080</link>
      <description>&lt;P&gt;Do not forget about &lt;CODE&gt;windbag&lt;/CODE&gt; and &lt;CODE&gt;gentimes&lt;/CODE&gt;!&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2019 01:52:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489608#M194080</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-12-01T01:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: What are THE most important SPL commands?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489609#M194081</link>
      <description>&lt;P&gt;I have never used &lt;CODE&gt;windbag&lt;/CODE&gt; yet.&lt;BR /&gt;
&lt;CODE&gt;gentimes&lt;/CODE&gt; is difficult to use.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2019 08:24:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489609#M194081</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2019-12-01T08:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: What are THE most important SPL commands?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489610#M194082</link>
      <description>&lt;P&gt;I am not an expert but these commands are my bread and butter to doing things and accomplish the objectives.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;stats&lt;/CODE&gt; , &lt;CODE&gt;timechart&lt;/CODE&gt;, &lt;CODE&gt;streamstats&lt;/CODE&gt;, &lt;CODE&gt;tstats&lt;/CODE&gt;,&lt;CODE&gt;append&lt;/CODE&gt;, &lt;CODE&gt;map&lt;/CODE&gt;, &lt;CODE&gt;transpose&lt;/CODE&gt;, &lt;CODE&gt;rex&lt;/CODE&gt;, &lt;CODE&gt;bin&lt;/CODE&gt;, &lt;CODE&gt;transaction&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;And as a command is very easy to understand but the power that has all the functions of  &lt;CODE&gt;eval&lt;/CODE&gt; is where the magic happens.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 13:18:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489610#M194082</guid>
      <dc:creator>osakachan</dc:creator>
      <dc:date>2019-12-11T13:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: What are THE most important SPL commands?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489611#M194083</link>
      <description>&lt;P&gt;Is &lt;CODE&gt;transaction&lt;/CODE&gt;  necessary? &lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 13:33:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489611#M194083</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2019-12-11T13:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: What are THE most important SPL commands?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489612#M194084</link>
      <description>&lt;P&gt;If you want to have in one event a succession of events evaluated with a beginning or an end with a defined control of span or limit of times, yes. If not *stats are always better &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 13:47:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-are-THE-most-important-SPL-commands/m-p/489612#M194084</guid>
      <dc:creator>osakachan</dc:creator>
      <dc:date>2019-12-11T13:47:56Z</dc:date>
    </item>
  </channel>
</rss>

