<?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: Search Returning some empty cells in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-Returning-some-empty-cells/m-p/434091#M171628</link>
    <description>&lt;P&gt;in the table i have all the computers with all the users for those computers on the same table so i would be expecting all the columns to be mostly Zeros in the column except where the user matches the machine, but the null column shifts across when i change the time range, for example, if i change the time range to 30 days, the neighbor column that had matching data turns to having null and the column that had nulls are showing correctly. &lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2019 08:12:43 GMT</pubDate>
    <dc:creator>evanbonner</dc:creator>
    <dc:date>2019-04-30T08:12:43Z</dc:date>
    <item>
      <title>Search Returning some empty cells</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Returning-some-empty-cells/m-p/434089#M171626</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I'm pretty new to splunk searches and i am trying to report on successful logins for login types 7, 8, 10 and 11, but always one of my columns are empty depending on the time i pick, and the column is always different, &lt;/P&gt;

&lt;P&gt;index=win* AND (EventCode=4624) AND (Logon_Type=7 OR Logon_Type=8 OR Logon_Type=10 OR Logon_Type=11) AND (host="DESKTOP*" OR host="LAPTOP*")&lt;BR /&gt;
| bucket _time span=1w &lt;BR /&gt;
| eval username = mvindex(Account_Name,1)&lt;BR /&gt;
| dedup username consecutive=true &lt;BR /&gt;
| eval dayTimeStr = strftime(_time,"%Y-%m-%d")&lt;BR /&gt;
| chart count over username by host&lt;/P&gt;

&lt;P&gt;I also pipe the data into a table command just to sort out the data for visual purposes.&lt;/P&gt;

&lt;P&gt;0   0   0   0   0   0      N    0   5   0   0&lt;BR /&gt;
0   0   0   0   0   0      N    0   4   0   0&lt;BR /&gt;
7   51  0   0   0   0    N  0   0   0   0&lt;BR /&gt;
0   0   13  0   0   0    N  0   0   0   0&lt;BR /&gt;
0   0   0   14  0   0     N 0   0   0   0&lt;BR /&gt;
0   0   0   0   22  0     N 0   0   0   0&lt;BR /&gt;
0   0   0   0   0   19    N 0   0   0   0&lt;BR /&gt;
0   0   0   0   0   0      N    4   39  0   0&lt;BR /&gt;
0   0   0   0   0   0      N    0   0   5   0&lt;BR /&gt;
0   0   0   0   0   0      N    0   0   0   34&lt;/P&gt;

&lt;P&gt;The above is the count given to all users and the N column are null values showing as blank, and when i change the time span the null column switches to another column.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Returning-some-empty-cells/m-p/434089#M171626</guid>
      <dc:creator>evanbonner</dc:creator>
      <dc:date>2020-09-30T00:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Search Returning some empty cells</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Returning-some-empty-cells/m-p/434090#M171627</link>
      <description>&lt;P&gt;Your search gives count events for the users who are logged into a particular host (machine). Now, not all users will log into all machines, so in your cross tables, there will be columns which will have 0 as count. What's the expected output from the search?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 19:15:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Returning-some-empty-cells/m-p/434090#M171627</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-04-29T19:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Search Returning some empty cells</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-Returning-some-empty-cells/m-p/434091#M171628</link>
      <description>&lt;P&gt;in the table i have all the computers with all the users for those computers on the same table so i would be expecting all the columns to be mostly Zeros in the column except where the user matches the machine, but the null column shifts across when i change the time range, for example, if i change the time range to 30 days, the neighbor column that had matching data turns to having null and the column that had nulls are showing correctly. &lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 08:12:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-Returning-some-empty-cells/m-p/434091#M171628</guid>
      <dc:creator>evanbonner</dc:creator>
      <dc:date>2019-04-30T08:12:43Z</dc:date>
    </item>
  </channel>
</rss>

