<?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: pipeline as first character in search query in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326427#M97312</link>
    <description>&lt;P&gt;Below is the search query I extracted from Enterprise Security:&lt;/P&gt;

&lt;P&gt;| tstats allow_old_summaries=true count as change_count from datamodel=Change_Analysis.All_Changes by All_Changes.user,All_Changes.change_type | &lt;CODE&gt;drop_dm_object_name("All_Changes")&lt;/CODE&gt; | xswhere change_count from change_count_by_user_by_change_type_1d in change_analysis by change_type is above high&lt;/P&gt;

&lt;P&gt;From my understanding, some data is search and then pipeline to "generating command". So, what is being passed as argument from the above search query ? I mean the pipeline being putting as the first character. Or it is just the correct syntax to use splunk ?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 13:39:06 GMT</pubDate>
    <dc:creator>kkkelvinkk</dc:creator>
    <dc:date>2020-09-29T13:39:06Z</dc:date>
    <item>
      <title>pipeline as first character in search query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326422#M97307</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I would like to ask what is the meaning of using pipeline as first character in search query. I saw some video tutorial that will use pipeline as first character and also correlation search in enterprise security.&lt;BR /&gt;
Thanks all.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 16:39:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326422#M97307</guid>
      <dc:creator>kkkelvinkk</dc:creator>
      <dc:date>2017-04-12T16:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: pipeline as first character in search query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326423#M97308</link>
      <description>&lt;P&gt;It depends on the kind of verb you use.  &lt;/P&gt;

&lt;P&gt;If there is no pipeline character first, then the implied verb is "search".  Every other verb which is a "generating command" requires the pipeline character before the verb.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Splexicon:Generatingcommand"&gt;http://docs.splunk.com/Splexicon:Generatingcommand&lt;/A&gt;  &lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 16:51:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326423#M97308</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-04-12T16:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: pipeline as first character in search query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326424#M97309</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/51009/when-do-you-put-a-pipe-as-the-first-character-in-a-search.html"&gt;This answer&lt;/A&gt; has a good explanation. I would add that a pipe must precede &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.3/SearchReference/Commandsbycategory"&gt;all search commands&lt;/A&gt;. &lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 18:36:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326424#M97309</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2017-04-12T18:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: pipeline as first character in search query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326425#M97310</link>
      <description>&lt;P&gt;Mason - The phrase "all search commands" is ambiguous and might mislead some readers... especially since the implicit  &lt;CODE&gt;search&lt;/CODE&gt; at the start of any search query is the main exception...&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 18:42:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326425#M97310</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-04-12T18:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: pipeline as first character in search query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326426#M97311</link>
      <description>&lt;P&gt;Splunk Docs and the Quick Reference Guide all say, "search commands", so I believe I am using proper nomenclature here.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 19:24:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326426#M97311</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2017-04-12T19:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: pipeline as first character in search query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326427#M97312</link>
      <description>&lt;P&gt;Below is the search query I extracted from Enterprise Security:&lt;/P&gt;

&lt;P&gt;| tstats allow_old_summaries=true count as change_count from datamodel=Change_Analysis.All_Changes by All_Changes.user,All_Changes.change_type | &lt;CODE&gt;drop_dm_object_name("All_Changes")&lt;/CODE&gt; | xswhere change_count from change_count_by_user_by_change_type_1d in change_analysis by change_type is above high&lt;/P&gt;

&lt;P&gt;From my understanding, some data is search and then pipeline to "generating command". So, what is being passed as argument from the above search query ? I mean the pipeline being putting as the first character. Or it is just the correct syntax to use splunk ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:39:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/pipeline-as-first-character-in-search-query/m-p/326427#M97312</guid>
      <dc:creator>kkkelvinkk</dc:creator>
      <dc:date>2020-09-29T13:39:06Z</dc:date>
    </item>
  </channel>
</rss>

