<?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 How to create an alert for password sharing across multiple countries for all logins across different hosts and applications with more than 60 indexes? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-for-password-sharing-across-multiple/m-p/442317#M77073</link>
    <description>&lt;P&gt;I tried using this query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* tag=authentication action=success OR action=failure
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Initially to retrieve user logins from all the applications and devices but I think it will take more time and also the load and search time on the index will create performance issues. Kindly suggest some solution.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Sep 2018 08:58:16 GMT</pubDate>
    <dc:creator>vellas78</dc:creator>
    <dc:date>2018-09-04T08:58:16Z</dc:date>
    <item>
      <title>How to create an alert for password sharing across multiple countries for all logins across different hosts and applications with more than 60 indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-for-password-sharing-across-multiple/m-p/442317#M77073</link>
      <description>&lt;P&gt;I tried using this query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* tag=authentication action=success OR action=failure
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Initially to retrieve user logins from all the applications and devices but I think it will take more time and also the load and search time on the index will create performance issues. Kindly suggest some solution.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 08:58:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-for-password-sharing-across-multiple/m-p/442317#M77073</guid>
      <dc:creator>vellas78</dc:creator>
      <dc:date>2018-09-04T08:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an alert for password sharing across multiple countries for all logins across different hosts and applications with more than 60 indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-for-password-sharing-across-multiple/m-p/442318#M77074</link>
      <description>&lt;P&gt;Sounds like a typical case to use an accelerated data model. In this case accelerating the CIM Authentication Data Model over the relevant set of indexes could be a solution worth trying. &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/CIM/4.10.0/User/Setup#Accelerating_CIM_data_models"&gt;http://docs.splunk.com/Documentation/CIM/4.10.0/User/Setup#Accelerating_CIM_data_models&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;That way, authentication events from all these indexes are checked periodically (depending on your acceleration settings) and the key fields are stored in data model summaries.&lt;/P&gt;

&lt;P&gt;This would allow you to do an efficient &lt;CODE&gt;tstats&lt;/CODE&gt; based query over the data in your accelerated data model, to for instance count the number of logins by _time, user, src and action and then apply further logic to that, to determine accounts being shared between systems that are in different locations.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 12:31:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-an-alert-for-password-sharing-across-multiple/m-p/442318#M77074</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-09-04T12:31:34Z</dc:date>
    </item>
  </channel>
</rss>

