<?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: Active vs Inactive Users in a Timechart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Active-vs-Inactive-Users-in-a-Timechart/m-p/530167#M35992</link>
    <description>&lt;P&gt;One way to do that would be to run the search you have, that gives you today's figures, on a daily basis and write the results into a summary index. Then run a timechart over that summary index. But of course, that does require some time to build up data in the summary index before you're able to timechart anything.&lt;BR /&gt;&lt;BR /&gt;Creating a query that directly gives you a timechart of active and inactive users by day is a bit more tricky as that activity is based on a 30d window.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Nov 2020 08:52:45 GMT</pubDate>
    <dc:creator>FrankVl</dc:creator>
    <dc:date>2020-11-20T08:52:45Z</dc:date>
    <item>
      <title>Active vs Inactive Users in a Timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Active-vs-Inactive-Users-in-a-Timechart/m-p/528357#M35851</link>
      <description>&lt;P&gt;I have a chart that displays the Active and Inactive Users for today. I would like to convert this into a timechart which shows data for the selected Period in the Time picker.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=prod 
       | stats latest(_time) as last_seen by customerId 
       | eval status = if(last_seen &amp;gt; relative_time(now(), "-30d@d"),"Active","Inactive") 
       | chart count by status
       | rename count as "User Count"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest how it could be approached.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/87518"&gt;@FrankVl&lt;/a&gt;&amp;nbsp;: You have helped me with the original query. Could you please guide me here as well?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 09:05:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Active-vs-Inactive-Users-in-a-Timechart/m-p/528357#M35851</guid>
      <dc:creator>rajkskumar</dc:creator>
      <dc:date>2020-11-09T09:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Active vs Inactive Users in a Timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Active-vs-Inactive-Users-in-a-Timechart/m-p/528359#M35852</link>
      <description>&lt;P&gt;Replacing &lt;FONT face="courier new,courier"&gt;chart&lt;/FONT&gt; with &lt;FONT face="courier new,courier"&gt;timechart&lt;/FONT&gt; should do it.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 18:00:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Active-vs-Inactive-Users-in-a-Timechart/m-p/528359#M35852</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-11-06T18:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Active vs Inactive Users in a Timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Active-vs-Inactive-Users-in-a-Timechart/m-p/528402#M35862</link>
      <description>&lt;P&gt;Unfortunately, it is not working. I don't get any results with Timechart. With 'Chart', I get the Active and Inactive count for today.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 17:34:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Active-vs-Inactive-Users-in-a-Timechart/m-p/528402#M35862</guid>
      <dc:creator>rajkskumar</dc:creator>
      <dc:date>2020-11-07T17:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Active vs Inactive Users in a Timechart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Active-vs-Inactive-Users-in-a-Timechart/m-p/530167#M35992</link>
      <description>&lt;P&gt;One way to do that would be to run the search you have, that gives you today's figures, on a daily basis and write the results into a summary index. Then run a timechart over that summary index. But of course, that does require some time to build up data in the summary index before you're able to timechart anything.&lt;BR /&gt;&lt;BR /&gt;Creating a query that directly gives you a timechart of active and inactive users by day is a bit more tricky as that activity is based on a 30d window.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 08:52:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Active-vs-Inactive-Users-in-a-Timechart/m-p/530167#M35992</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2020-11-20T08:52:45Z</dc:date>
    </item>
  </channel>
</rss>

