<?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: How to build use case and notification for badge reader and domain? in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/How-to-build-use-case-and-notification-for-badge-reader-and/m-p/607676#M14081</link>
    <description>&lt;P&gt;The first steps are to ensure the access control system logs card swipes to Splunk and that logins to the domain also are logged in Splunk.&lt;/P&gt;&lt;P&gt;You may need to normalize the two since they may not use the same identifier.&amp;nbsp; That can be done in the search or by adding FIELDALIAS properties to the respective sourcetypes.&lt;/P&gt;&lt;P&gt;Then it's just a matter of searching for domain logins that don't have a corresponding card swipe.&amp;nbsp; This assumes there's no VPN or other means for accessing the domain without an access card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=domain_logins NOT [ search index=access_control | fields user | format ]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 31 Jul 2022 18:25:37 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2022-07-31T18:25:37Z</dc:date>
    <item>
      <title>How to build use case and notification for badge reader and domain?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-build-use-case-and-notification-for-badge-reader-and/m-p/607634#M14074</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;How can I build a use case and get notified in Splunk when a user does not swipe his/her access card at the door but is logged into the domain?&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2022 17:33:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-build-use-case-and-notification-for-badge-reader-and/m-p/607634#M14074</guid>
      <dc:creator>Splunk_Master01</dc:creator>
      <dc:date>2022-07-31T17:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to build use case and notification for badge reader and domain?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-build-use-case-and-notification-for-badge-reader-and/m-p/607676#M14081</link>
      <description>&lt;P&gt;The first steps are to ensure the access control system logs card swipes to Splunk and that logins to the domain also are logged in Splunk.&lt;/P&gt;&lt;P&gt;You may need to normalize the two since they may not use the same identifier.&amp;nbsp; That can be done in the search or by adding FIELDALIAS properties to the respective sourcetypes.&lt;/P&gt;&lt;P&gt;Then it's just a matter of searching for domain logins that don't have a corresponding card swipe.&amp;nbsp; This assumes there's no VPN or other means for accessing the domain without an access card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=domain_logins NOT [ search index=access_control | fields user | format ]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2022 18:25:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-build-use-case-and-notification-for-badge-reader-and/m-p/607676#M14081</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-07-31T18:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to build use case and notification for badge reader and domain?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-build-use-case-and-notification-for-badge-reader-and/m-p/608592#M14118</link>
      <description>&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;So I've managed to combine both the indexes but now the challenge I face is that results come in two separate rows instead of one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;One row picks information for AD and the other picks for Access Control. I think this is arising due to naming conventions being slightly different in both indexes.&lt;/P&gt;&lt;P&gt;Is there a way we can tell Splunk that person Apple Banana is the same person as Apple Cabbage because "Apple" is the common thing in both indexes? And also have this result in one row instead of two?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 04:23:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-build-use-case-and-notification-for-badge-reader-and/m-p/608592#M14118</guid>
      <dc:creator>Splunk_Master01</dc:creator>
      <dc:date>2022-08-07T04:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to build use case and notification for badge reader and domain?</title>
      <link>https://community.splunk.com/t5/Alerting/How-to-build-use-case-and-notification-for-badge-reader-and/m-p/608594#M14119</link>
      <description>&lt;P&gt;If Apple is in the same field in both indexes, you can use that field in the by clause of a stats command - if not, copy it to a common field name&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=index1 OR index=index2
| eval apple_field=coalesce(apple_field1, apple_field2)
| stats values(*) as * by apple_field&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 07 Aug 2022 06:38:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/How-to-build-use-case-and-notification-for-badge-reader-and/m-p/608594#M14119</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-08-07T06:38:45Z</dc:date>
    </item>
  </channel>
</rss>

