<?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: Splunk Dashboard Query to Monitor Inactive Accounts in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Dashboard-Query-to-Monitor-Inactive-Accounts/m-p/683278#M114065</link>
    <description>&lt;P&gt;Thank you for this but I am not sure if it will work for my set up since logs are deleted weekly.&amp;nbsp; These are windows events.&lt;/P&gt;&lt;P&gt;Do you have a query that may identify all enabled accounts and when their last login date was?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2024 15:31:51 GMT</pubDate>
    <dc:creator>Rosie2287</dc:creator>
    <dc:date>2024-04-04T15:31:51Z</dc:date>
    <item>
      <title>Splunk Dashboard Query to Monitor Inactive Accounts</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Dashboard-Query-to-Monitor-Inactive-Accounts/m-p/683271#M114061</link>
      <description>&lt;P&gt;Is there a query I can add to my splunk dashboard that will list accounts inactive over 35 days?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 15:02:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Dashboard-Query-to-Monitor-Inactive-Accounts/m-p/683271#M114061</guid>
      <dc:creator>Rosie2287</dc:creator>
      <dc:date>2024-04-04T15:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Query to Monitor Inactive Accounts</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Dashboard-Query-to-Monitor-Inactive-Accounts/m-p/683274#M114063</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/266640"&gt;@Rosie2287&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you want to list the accounts used in the last 90 days that weren't used in the last 35 days, you could run something like this:&lt;/P&gt;&lt;P&gt;I could be more detailes knowing which kind of logs yu want to monitor, are they Windows?&lt;/P&gt;&lt;P&gt;in this case I use index=wineventlog and EventCode=4624.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=wineventlog EventCode=4624 earliest=-90d latest=now
| eval period=if(_time&amp;gt;now()-35*86400,"Last","Previous")
| stats dc(period) AS period_count values(period) AS period BY Account_name
| where period_count=1 AND period="Previous"
| table Account_name&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 15:15:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Dashboard-Query-to-Monitor-Inactive-Accounts/m-p/683274#M114063</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-04-04T15:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Query to Monitor Inactive Accounts</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Dashboard-Query-to-Monitor-Inactive-Accounts/m-p/683278#M114065</link>
      <description>&lt;P&gt;Thank you for this but I am not sure if it will work for my set up since logs are deleted weekly.&amp;nbsp; These are windows events.&lt;/P&gt;&lt;P&gt;Do you have a query that may identify all enabled accounts and when their last login date was?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 15:31:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Dashboard-Query-to-Monitor-Inactive-Accounts/m-p/683278#M114065</guid>
      <dc:creator>Rosie2287</dc:creator>
      <dc:date>2024-04-04T15:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Query to Monitor Inactive Accounts</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Dashboard-Query-to-Monitor-Inactive-Accounts/m-p/683282#M114067</link>
      <description>&lt;P&gt;If the information has been deleted, Splunk can't report on it.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 15:46:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Dashboard-Query-to-Monitor-Inactive-Accounts/m-p/683282#M114067</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-04-04T15:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard Query to Monitor Inactive Accounts</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-Dashboard-Query-to-Monitor-Inactive-Accounts/m-p/683284#M114069</link>
      <description>&lt;P&gt;Our splunk server keeps the logs for a lot longer.&amp;nbsp; Sorry I was unclear.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 15:48:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-Dashboard-Query-to-Monitor-Inactive-Accounts/m-p/683284#M114069</guid>
      <dc:creator>Rosie2287</dc:creator>
      <dc:date>2024-04-04T15:48:53Z</dc:date>
    </item>
  </channel>
</rss>

