<?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: Splunk Query Issue in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Issue/m-p/688558#M234734</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/259105"&gt;@Chirag812&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;let me know if I can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2024 05:51:03 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-05-24T05:51:03Z</dc:date>
    <item>
      <title>Splunk Query Issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Issue/m-p/688469#M234713</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=abc sourcetype=abc

| timechart span=1m eval(count(IP)) AS TimeTaken&lt;/LI-CODE&gt;
&lt;P&gt;Now I want to get 95th percentile of this total IP counts. like below.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| stats perc95(TimeTaken) as Perc_95 by IP&lt;/LI-CODE&gt;
&lt;P&gt;So how should I write this query ?&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 14:37:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Issue/m-p/688469#M234713</guid>
      <dc:creator>Chirag812</dc:creator>
      <dc:date>2024-05-23T14:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query Issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Issue/m-p/688479#M234717</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/259105"&gt;@Chirag812&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I cannot test it, but it should work:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc sourcetype=abc
| bin span=1m _time
| stats count AS TimeTaken BY IP _time
| timechart perc95(TimeTaken) AS Perc_95 by IP&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 14:48:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Issue/m-p/688479#M234717</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-05-23T14:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query Issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Issue/m-p/688495#M234722</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chirag812_0-1716482096284.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30948i95E8C550C571B385/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chirag812_0-1716482096284.png" alt="Chirag812_0-1716482096284.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Look like this is worked with this query.&lt;/P&gt;&lt;P&gt;Thank you so much for the quick and useful response.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 16:35:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Issue/m-p/688495#M234722</guid>
      <dc:creator>Chirag812</dc:creator>
      <dc:date>2024-05-23T16:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query Issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Issue/m-p/688558#M234734</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/259105"&gt;@Chirag812&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;let me know if I can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 05:51:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Issue/m-p/688558#M234734</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-05-24T05:51:03Z</dc:date>
    </item>
  </channel>
</rss>

