<?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: user with no activity in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/user-with-no-activity/m-p/454283#M171252</link>
    <description>&lt;P&gt;This works partially.  I am getting the remote_users as a column in my table. However, the user, who does not have the activity is showing blank row instead 0. How can I force 0 when there is no  activity?&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2019 18:28:31 GMT</pubDate>
    <dc:creator>gnshah12345</dc:creator>
    <dc:date>2019-05-14T18:28:31Z</dc:date>
    <item>
      <title>user with no activity</title>
      <link>https://community.splunk.com/t5/Splunk-Search/user-with-no-activity/m-p/454281#M171250</link>
      <description>&lt;P&gt;We are monitoring the user activities for a day.  The query is as follows.&lt;/P&gt;

&lt;P&gt;remote_user=a OR remote_user=b OR remote_user=c index=my_index earliest=@d+450m latest=@d+18h |timechart count as "User Name" by remote_user.&lt;/P&gt;

&lt;P&gt;The issue is if a user does not have activity than report is not showing that. We want the report to include the user with 0 activity. Is there a way to force that into search?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:30:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/user-with-no-activity/m-p/454281#M171250</guid>
      <dc:creator>gnshah12345</dc:creator>
      <dc:date>2020-09-30T00:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: user with no activity</title>
      <link>https://community.splunk.com/t5/Splunk-Search/user-with-no-activity/m-p/454282#M171251</link>
      <description>&lt;P&gt;try something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;remote_user=a OR remote_user=b OR remote_user=c index=my_index earliest=@d+450m latest=@d+18h 
|timechart count as "User Name" by remote_user 
| table _time a b c 
| fillnull value=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 00:15:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/user-with-no-activity/m-p/454282#M171251</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-05-14T00:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: user with no activity</title>
      <link>https://community.splunk.com/t5/Splunk-Search/user-with-no-activity/m-p/454283#M171252</link>
      <description>&lt;P&gt;This works partially.  I am getting the remote_users as a column in my table. However, the user, who does not have the activity is showing blank row instead 0. How can I force 0 when there is no  activity?&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 18:28:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/user-with-no-activity/m-p/454283#M171252</guid>
      <dc:creator>gnshah12345</dc:creator>
      <dc:date>2019-05-14T18:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: user with no activity</title>
      <link>https://community.splunk.com/t5/Splunk-Search/user-with-no-activity/m-p/454284#M171253</link>
      <description>&lt;P&gt;The result works partially. I am getting users as the column headers.  However, the row is empty for user, who has no activity at all. The desirable result is to have 0 instead of blank.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 18:30:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/user-with-no-activity/m-p/454284#M171253</guid>
      <dc:creator>gnshah12345</dc:creator>
      <dc:date>2019-05-14T18:30:12Z</dc:date>
    </item>
  </channel>
</rss>

