<?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: Maps may lose statistical results in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711478#M21644</link>
    <description>&lt;LI-CODE lang="markup"&gt;If the same person and department access the same account for 2 consecutive 4-day periods, they will receive:
Start time: 5, End time: 14, Name, Department, Account, Number of occurrences: 4
Start time: 6, end time: 15, name, department, account number: 4
Start time: 7, end time: 16, name, department, account number: 5
Start time: 8, end time: 17, name, department, account number: 6
Start time: 9, end time: 18, name, department, account number: 7
Start time: 10, end time: 19, name, department, account number: 8
Start time: 11, end time: 20, name, department, account number: 7
Start time: 12, end time: 21, name, department, account number: 6
Starting time: 13, ending time: 22, name, department, account number: 5
Starting time: 14, ending time: 22, name, department, account number: 4
Start time: 15, end time: 23, name, department, account number: 4
Start time: 16, end time: 24, name, department, account number: 4
Because our data is collected today and yesterday, according to what you said, 10 is the cycle (N) and 4 is the number of days (M) (also the number of times, because the same person or department accessing one account on the same day is recorded as 1 day)&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 13 Feb 2025 10:31:44 GMT</pubDate>
    <dc:creator>jiaminyun</dc:creator>
    <dc:date>2025-02-13T10:31:44Z</dc:date>
    <item>
      <title>Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711221#M21598</link>
      <description>There has been a problem with the implementation of a requirement. Previously, using a map resulted in the loss of statistical results. Is there a better solution For example, if the start date is T0, the end date is TD, the cycle is N days, and the trigger days are M days, the system should calculate whether each user has accessed the same sensitive account more than M times continuously within T0 to T0+N days, and then calculate the number of visits from T1 to T0+1+N days, T0+2 to T0+2+N days... T0+D to T0+D+N days (each user who accesses the same sensitive account multiple times a day is recorded as 1 time and does not accumulate between different users). How to implement using SPL?</description>
      <pubDate>Tue, 11 Feb 2025 03:05:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711221#M21598</guid>
      <dc:creator>jiaminyun</dc:creator>
      <dc:date>2025-02-11T03:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711321#M21603</link>
      <description>&lt;P&gt;I am not entirely clear on your requirement.&lt;/P&gt;&lt;P&gt;Let's assume for arguments sake that M is 4 and N is 6. If a user accesses the same account for sensitive information for 5 days in a row, does that count as 1 visit for all 5 days or only for days 4 and 5? And does it only count if at least 4 of the days are in the sliding window of 6 days, or when any of the 5 days are in the 6 day window?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 22:58:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711321#M21603</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-02-11T22:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711339#M21605</link>
      <description>&lt;P&gt;1&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 07:22:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711339#M21605</guid>
      <dc:creator>jiaminyun</dc:creator>
      <dc:date>2025-02-12T07:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711340#M21606</link>
      <description>Assuming M is 4 times (M represents the number of times the user accesses, assuming that the same account is accessed multiple times per day), N is 6 days (i.e. the period, assuming the data starts from the 1st, outputs a result on the 6th day, outputs a result on the 7th day, and so on), if the user accesses the same account for 5 consecutive days, it is counted as 5 times. Sliding is 6N+1N until the end.</description>
      <pubDate>Wed, 12 Feb 2025 07:22:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711340#M21606</guid>
      <dc:creator>jiaminyun</dc:creator>
      <dc:date>2025-02-12T07:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711343#M21607</link>
      <description>&lt;P&gt;So, what would your expected output look like in this instance?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 07:49:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711343#M21607</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-02-12T07:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711344#M21608</link>
      <description>The expected output is: Assuming the start time is from January 1st, 2025 to January 6th, 2025, output: The earliest access time and latest access end time of the user, the username, department, and the number of times the account has been accessed So the second output from January 2, 2025 to January 7, 2025: The earliest access time and latest access end time of the user, the username, department, and the number of times the account has been accessed The following results follow this pattern...</description>
      <pubDate>Wed, 12 Feb 2025 08:01:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711344#M21608</guid>
      <dc:creator>jiaminyun</dc:creator>
      <dc:date>2025-02-12T08:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711346#M21609</link>
      <description>&lt;P&gt;OK, let's suppose M is 4 and N is 10, so a user could have two periods of continuous access of 4 days each within the 10 day period. What would the output look like then?&lt;/P&gt;&lt;P&gt;Or is it that M*2 &amp;gt; N is always true?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 08:21:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711346#M21609</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-02-12T08:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711458#M21636</link>
      <description>Assuming the data starts from January 10, 2025 to January 22, N is 10, M is 4 times If a user has accessed the same account every day in the first 4 days within the past 10 days, the following will be returned: So the latest alarm output will be on January 15th: The start time is January 6th, the end time is January 15th, and the access account is: xxxxxx01 , The number of visits is 5 The start time is January 7th, the end time is January 16th, and the access account is: xxxxxx01 , The number of visits is 5 The start time is January 8th, the end time is January 17th, and the access account is: xxxxxx01 , The number of visits is 5 The start time is January 9th, the end time is January 18th, and the access account is: xxxxxx01 , The number of visits is 5 The start time is January 10th, the end time is January 10th, and the access account is: xxxxxx01 , The number of visits is 5 Why didn't it sound an alarm afterwards? Because if the condition of M greater than 4 is not met on January 11th, it will be filtered directly and no records will be generated The start time is January 11th, the end time is January 10th, and the access account is: xxxxxx01 , The number of visits is 4</description>
      <pubDate>Thu, 13 Feb 2025 07:02:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711458#M21636</guid>
      <dc:creator>jiaminyun</dc:creator>
      <dc:date>2025-02-13T07:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711471#M21639</link>
      <description>&lt;P&gt;Please explain why the number of visits is 5 when the user has only accessed the account for the first 4 days (presumably 10th, 11th, 12th and 13th)?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 08:45:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711471#M21639</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-02-13T08:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711473#M21640</link>
      <description>Because your condition is that M is 4, I will sound an alarm when the user accesses the same account more than 4 times in a row</description>
      <pubDate>Thu, 13 Feb 2025 08:48:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711473#M21640</guid>
      <dc:creator>jiaminyun</dc:creator>
      <dc:date>2025-02-13T08:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711474#M21641</link>
      <description>&lt;P&gt;OK so the number of "visits" is because the 10 day periods 6-15, 7-16, 8-17, 9-18 and 10-19 all contain the same period of 4 consecutive visits (10, 11, 12 and 13)?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 08:53:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711474#M21641</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-02-13T08:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711475#M21642</link>
      <description>Yes, what I want to achieve is to count the alarm results for every first 7 days plus 1 day</description>
      <pubDate>Thu, 13 Feb 2025 09:03:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711475#M21642</guid>
      <dc:creator>jiaminyun</dc:creator>
      <dc:date>2025-02-13T09:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711476#M21643</link>
      <description>&lt;P&gt;OK so what would you get if there were two periods of 4 consecutive days&amp;nbsp;&lt;SPAN&gt;(10, 11, 12 and 13, and 16, 17, 18 and 19)?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 09:19:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711476#M21643</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-02-13T09:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711478#M21644</link>
      <description>&lt;LI-CODE lang="markup"&gt;If the same person and department access the same account for 2 consecutive 4-day periods, they will receive:
Start time: 5, End time: 14, Name, Department, Account, Number of occurrences: 4
Start time: 6, end time: 15, name, department, account number: 4
Start time: 7, end time: 16, name, department, account number: 5
Start time: 8, end time: 17, name, department, account number: 6
Start time: 9, end time: 18, name, department, account number: 7
Start time: 10, end time: 19, name, department, account number: 8
Start time: 11, end time: 20, name, department, account number: 7
Start time: 12, end time: 21, name, department, account number: 6
Starting time: 13, ending time: 22, name, department, account number: 5
Starting time: 14, ending time: 22, name, department, account number: 4
Start time: 15, end time: 23, name, department, account number: 4
Start time: 16, end time: 24, name, department, account number: 4
Because our data is collected today and yesterday, according to what you said, 10 is the cycle (N) and 4 is the number of days (M) (also the number of times, because the same person or department accessing one account on the same day is recorded as 1 day)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 13 Feb 2025 10:31:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711478#M21644</guid>
      <dc:creator>jiaminyun</dc:creator>
      <dc:date>2025-02-13T10:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711479#M21645</link>
      <description>&lt;P&gt;Why is&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Start time: 7, end time: 16, name, department, account number: 5&lt;/LI-CODE&gt;&lt;P&gt;when you don't know on the 16th that this is the start of another set of 4 consecutive accesses?&lt;/P&gt;&lt;P&gt;What would you get if it was accessed on 10, 11, 12, 13, 16, 18, 19, 20, 21?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 10:49:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711479#M21645</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-02-13T10:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711482#M21646</link>
      <description>If we follow the cycle of 10 as you said (N) and 4 as the number of days (M) (which is also the number of times, because the same person or department accessing an account on the same day is recorded as 1 day) Assuming that in the first 10 days of today, the same person and department accessed an account on the same day, and the number of visits per day is counted as 1, and the final value is greater than 4. To achieve this, if I enlarge the time interval, I will append the results of each 10 day period separately.</description>
      <pubDate>Thu, 13 Feb 2025 13:39:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711482#M21646</guid>
      <dc:creator>jiaminyun</dc:creator>
      <dc:date>2025-02-13T13:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Maps may lose statistical results</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711483#M21647</link>
      <description>&lt;TABLE width="804"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="74"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="64"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="74"&gt;14/01/2025&lt;/TD&gt;&lt;TD width="74"&gt;15/01/2025&lt;/TD&gt;&lt;TD width="74"&gt;16/01/2025&lt;/TD&gt;&lt;TD width="74"&gt;17/01/2025&lt;/TD&gt;&lt;TD width="74"&gt;18/01/2025&lt;/TD&gt;&lt;TD width="74"&gt;19/01/2025&lt;/TD&gt;&lt;TD width="74"&gt;20/01/2025&lt;/TD&gt;&lt;TD width="74"&gt;21/01/2025&lt;/TD&gt;&lt;TD width="74"&gt;22/01/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;05/01/2025&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;06/01/2025&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;07/01/2025&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;08/01/2025&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;09/01/2025&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/01/2025&lt;/TD&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/01/2025&lt;/TD&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12/01/2025&lt;/TD&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;13/01/2025&lt;/TD&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;14/01/2025&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;15/01/2025&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;16/01/2025&lt;/TD&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;17/01/2025&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;18/01/2025&lt;/TD&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;19/01/2025&lt;/TD&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;20/01/2025&lt;/TD&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;21/01/2025&lt;/TD&gt;&lt;TD&gt;x&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;22/01/2025&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Here is a simple table with dates and whether the user as accessed the account (marked with an 'x')&lt;/P&gt;&lt;P&gt;Across the top are the date of when the report is run looking back 10 days including the day the report is run.&lt;/P&gt;&lt;P&gt;What do you expect the count to be for each of those days?&lt;/P&gt;&lt;P&gt;Do you expect a single count at the end for the whole period?&lt;/P&gt;&lt;P&gt;What does that count represent and why?&lt;/P&gt;&lt;P&gt;Please fill in all the detail.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 14:12:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Maps-may-lose-statistical-results/m-p/711483#M21647</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-02-13T14:12:07Z</dc:date>
    </item>
  </channel>
</rss>

