<?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: Timechart Max in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Max/m-p/491896#M137276</link>
    <description>&lt;P&gt;if you do a &lt;CODE&gt;&amp;lt;base search&amp;gt;|stats count by latency|sort 0 - latency&lt;/CODE&gt; , is the first result the same? &lt;BR /&gt;
try doing  &lt;CODE&gt;index=fultonrssi sourcetype=FultonRSSI test_type_code=PING closet_id="*" host=*| timechart max(latency) as "Max Latency" by site_name&lt;/CODE&gt;&lt;BR /&gt;
or &lt;BR /&gt;
 &lt;CODE&gt;index=fultonrssi sourcetype=FultonRSSI test_type_code=PING closet_id="*" host=*| chart count by latency site_name&lt;/CODE&gt; to check the differences. Those searches you have look accurate to me, so in my opinion, it looks like those sites have the same max for that time frame. You could try to add &lt;CODE&gt;span=5min&lt;/CODE&gt; to the timechart to see if a more narrow span will yield different results, as well.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2019 00:44:02 GMT</pubDate>
    <dc:creator>cmerriman</dc:creator>
    <dc:date>2019-10-02T00:44:02Z</dc:date>
    <item>
      <title>Timechart Max</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Max/m-p/491895#M137275</link>
      <description>&lt;P&gt;I am new to splunk and I do not understand why this is giving me the same result.&lt;BR /&gt;
There are 3 different site_names I am looking to to get the max latency out of all three.&lt;BR /&gt;
Then when a user chooses a filter just to get the max for what they chose&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=fultonrssi sourcetype=FultonRSSI test_type_code=PING site_name="Bear Creek MS" closet_id="*" host=*| timechart max(latency) as "Max Latency"

index=fultonrssi sourcetype=FultonRSSI test_type_code=PING site_name="Banneker HS" closet_id="*" host=*| timechart max(latency) as "Max Latency"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is the result for both&lt;/P&gt;

&lt;P&gt;_time                                   Max Latency&lt;BR /&gt;
2019-10-01 14:30:00        2055.8&lt;/P&gt;

&lt;P&gt;I looked at the raw data and they are definitely different&lt;BR /&gt;
thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 19:03:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Max/m-p/491895#M137275</guid>
      <dc:creator>jgillman</dc:creator>
      <dc:date>2019-10-01T19:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart Max</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Max/m-p/491896#M137276</link>
      <description>&lt;P&gt;if you do a &lt;CODE&gt;&amp;lt;base search&amp;gt;|stats count by latency|sort 0 - latency&lt;/CODE&gt; , is the first result the same? &lt;BR /&gt;
try doing  &lt;CODE&gt;index=fultonrssi sourcetype=FultonRSSI test_type_code=PING closet_id="*" host=*| timechart max(latency) as "Max Latency" by site_name&lt;/CODE&gt;&lt;BR /&gt;
or &lt;BR /&gt;
 &lt;CODE&gt;index=fultonrssi sourcetype=FultonRSSI test_type_code=PING closet_id="*" host=*| chart count by latency site_name&lt;/CODE&gt; to check the differences. Those searches you have look accurate to me, so in my opinion, it looks like those sites have the same max for that time frame. You could try to add &lt;CODE&gt;span=5min&lt;/CODE&gt; to the timechart to see if a more narrow span will yield different results, as well.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 00:44:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Max/m-p/491896#M137276</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2019-10-02T00:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart Max</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-Max/m-p/491897#M137277</link>
      <description>&lt;P&gt;You cannot timechart a non-number and if your &lt;CODE&gt;latency&lt;/CODE&gt; is in &lt;CODE&gt;duration&lt;/CODE&gt; format and contains colons, it is not a valid field to use for &lt;CODE&gt;timechart&lt;/CODE&gt;.  You may only use actual numbers.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 01:03:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-Max/m-p/491897#M137277</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-10-03T01:03:20Z</dc:date>
    </item>
  </channel>
</rss>

