<?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: How to normalize the timechart data by time in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-normalize-the-timechart-data-by-time/m-p/533811#M9575</link>
    <description>&lt;P&gt;bucket also works for me ! Thank you very much!&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2020 12:13:03 GMT</pubDate>
    <dc:creator>Minghao</dc:creator>
    <dc:date>2020-12-22T12:13:03Z</dc:date>
    <item>
      <title>How to normalize the timechart data by time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-normalize-the-timechart-data-by-time/m-p/531993#M9516</link>
      <description>&lt;P&gt;I use the timechart to analyze the data and I want to normalize the data in the timechart&lt;/P&gt;&lt;P&gt;... | timechart span=3d count by step&lt;/P&gt;&lt;P&gt;What I get is like:&lt;/P&gt;&lt;P&gt;_time 1 2 3&amp;nbsp;&lt;/P&gt;&lt;P&gt;11/2&amp;nbsp; 2 3 4&lt;/P&gt;&lt;P&gt;11/3&amp;nbsp; 3 4 5&lt;/P&gt;&lt;P&gt;And I want to divide the max value of each row and get like this:&lt;/P&gt;&lt;P&gt;_time 1 2 3&amp;nbsp;&lt;/P&gt;&lt;P&gt;11/2&amp;nbsp; 0.5 0.75 1&lt;/P&gt;&lt;P&gt;11/3&amp;nbsp; 0.6 0.8 1&lt;/P&gt;&lt;P&gt;How can I get this? Thank a lot in advance&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 09:50:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-normalize-the-timechart-data-by-time/m-p/531993#M9516</guid>
      <dc:creator>Minghao</dc:creator>
      <dc:date>2020-12-04T09:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize the timechart data by time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-normalize-the-timechart-data-by-time/m-p/532098#M9518</link>
      <description>&lt;P&gt;&lt;SPAN&gt;... | timechart span=3d count by step&lt;BR /&gt;&lt;/SPAN&gt;| untable _time step count&lt;BR /&gt;| eventstats max(count) as max_count by _time&lt;BR /&gt;| eval count=round(count/max_count,1)&lt;BR /&gt;| xyseries _time step count&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2020 06:57:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-normalize-the-timechart-data-by-time/m-p/532098#M9518</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-12-05T06:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize the timechart data by time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-normalize-the-timechart-data-by-time/m-p/532107#M9519</link>
      <description>&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;…| bucket span=3d _time | stats count by _time step | eventstats max(count) as max by _time
| eval count=round(count/max,2)
| xyseries _time step count&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 05 Dec 2020 18:04:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-normalize-the-timechart-data-by-time/m-p/532107#M9519</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-12-05T18:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize the timechart data by time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-normalize-the-timechart-data-by-time/m-p/533810#M9574</link>
      <description>&lt;P&gt;It does works! Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 12:06:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-normalize-the-timechart-data-by-time/m-p/533810#M9574</guid>
      <dc:creator>Minghao</dc:creator>
      <dc:date>2020-12-22T12:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to normalize the timechart data by time</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-normalize-the-timechart-data-by-time/m-p/533811#M9575</link>
      <description>&lt;P&gt;bucket also works for me ! Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 12:13:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-normalize-the-timechart-data-by-time/m-p/533811#M9575</guid>
      <dc:creator>Minghao</dc:creator>
      <dc:date>2020-12-22T12:13:03Z</dc:date>
    </item>
  </channel>
</rss>

