<?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 Can someone explain the parameters of &amp;lt;search&amp;gt;? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-explain-the-parameters-of-lt-search-gt/m-p/613983#M213360</link>
    <description>&lt;P&gt;Hi Team!&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Someone please explain to me what each parameter is responsible for in such a search tag:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;system="SWAP_total" host = crm.narsdade.com&lt;BR /&gt;| bin _time span=1d&lt;BR /&gt;| dedup _time&lt;BR /&gt;| eval requestLasts = requestLimit - requestCount&lt;BR /&gt;| table requestCount, requestLasts&lt;BR /&gt;| rename requestCount AS "Requests done", requestLasts AS "Requests to go"&lt;BR /&gt;| transpose&lt;BR /&gt;| eval foobar_slice = column + " (" + 'row 1'+")"&lt;BR /&gt;| fields foobar_slice, "row 1"&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;what is system..host.. and other attributes means for..&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2022 18:39:06 GMT</pubDate>
    <dc:creator>NickGrava</dc:creator>
    <dc:date>2022-09-21T18:39:06Z</dc:date>
    <item>
      <title>Can someone explain the parameters of &lt;search&gt;?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-explain-the-parameters-of-lt-search-gt/m-p/613983#M213360</link>
      <description>&lt;P&gt;Hi Team!&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Someone please explain to me what each parameter is responsible for in such a search tag:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;system="SWAP_total" host = crm.narsdade.com&lt;BR /&gt;| bin _time span=1d&lt;BR /&gt;| dedup _time&lt;BR /&gt;| eval requestLasts = requestLimit - requestCount&lt;BR /&gt;| table requestCount, requestLasts&lt;BR /&gt;| rename requestCount AS "Requests done", requestLasts AS "Requests to go"&lt;BR /&gt;| transpose&lt;BR /&gt;| eval foobar_slice = column + " (" + 'row 1'+")"&lt;BR /&gt;| fields foobar_slice, "row 1"&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;what is system..host.. and other attributes means for..&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 18:39:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-someone-explain-the-parameters-of-lt-search-gt/m-p/613983#M213360</guid>
      <dc:creator>NickGrava</dc:creator>
      <dc:date>2022-09-21T18:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone explain the parameters of &lt;search&gt;?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-explain-the-parameters-of-lt-search-gt/m-p/613986#M213362</link>
      <description>&lt;P&gt;With the exception of requestLasts and foobar_slice which the programmer defined in the code, the rest are all from your raw data. &amp;nbsp;_time and host are essential fields that all Splunk data must have; _time is obvious, host usually reflects the source from which the event is reported from or for. &amp;nbsp;The rest of fields can only be explained by someone with intimate knowledge about the application that produces these events.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 18:47:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-someone-explain-the-parameters-of-lt-search-gt/m-p/613986#M213362</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2022-09-21T18:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can someone explain the parameters of &lt;search&gt;?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-someone-explain-the-parameters-of-lt-search-gt/m-p/613987#M213363</link>
      <description>&lt;P&gt;You can find all of the elements in the Dashboards and Visualizations manual (&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.1/Viz/PanelreferenceforSimplifiedXML#search" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.1/Viz/PanelreferenceforSimplifiedXML#search&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;The &amp;lt;query&amp;gt; element is the search for Splunk to perform.&amp;nbsp; To learn about what goes here, try the Search Tutorial manual (&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.1/SearchTutorial/WelcometotheSearchTutorial" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.1/SearchTutorial/WelcometotheSearchTutorial&lt;/A&gt;) or the free training available at&amp;nbsp;&lt;A href="https://www.splunk.com/en_us/training/course-catalog.html?sort=Newest&amp;amp;filters=filterGroup1FreeCourses" target="_blank"&gt;https://www.splunk.com/en_us/training/course-catalog.html?sort=Newest&amp;amp;filters=filterGroup1FreeCourses&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 18:50:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-someone-explain-the-parameters-of-lt-search-gt/m-p/613987#M213363</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-09-21T18:50:21Z</dc:date>
    </item>
  </channel>
</rss>

