<?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 Monitor 3 Users in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-monitor-three-users/m-p/631304#M219274</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248841"&gt;@woodlandrelic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if they fields for user, login time and IP address are already extracted you could set up a search like that&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc user IN (James,Peter,John)
|stats latest(login_time) by ip_address, user&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 17 Feb 2023 10:05:10 GMT</pubDate>
    <dc:creator>PaulPanther</dc:creator>
    <dc:date>2023-02-17T10:05:10Z</dc:date>
    <item>
      <title>How to monitor three users?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-monitor-three-users/m-p/631302#M219273</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My system is Linux.&amp;nbsp; Am trying to monitor 3 users in an index.&amp;nbsp; The last time they login, IP address etc. There are over 180+ user. How do I get the search to show just the three users I want e.g James Peter and John?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 15:38:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-monitor-three-users/m-p/631302#M219273</guid>
      <dc:creator>woodlandrelic</dc:creator>
      <dc:date>2023-02-17T15:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Monitor 3 Users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-monitor-three-users/m-p/631304#M219274</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248841"&gt;@woodlandrelic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if they fields for user, login time and IP address are already extracted you could set up a search like that&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc user IN (James,Peter,John)
|stats latest(login_time) by ip_address, user&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 17 Feb 2023 10:05:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-monitor-three-users/m-p/631304#M219274</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-02-17T10:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Monitor 3 Users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-monitor-three-users/m-p/631309#M219276</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233419"&gt;@PaulPanther&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks. I have another user am monitoring in another index. Is there a way to combine both or will have to save them as a report individually?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 12:12:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-monitor-three-users/m-p/631309#M219276</guid>
      <dc:creator>woodlandrelic</dc:creator>
      <dc:date>2023-02-17T12:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Monitor 3 Users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-monitor-three-users/m-p/631310#M219277</link>
      <description>&lt;P&gt;You could combine both indexes like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(index=abc OR index=def) user IN (James,Peter,John)
|stats latest(login_time) by ip_address, user&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But that's a bit theoretical because I don't know if the data source&amp;nbsp; or format that you wanna search through is the same. Feel free to provide some more information about the events.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 12:21:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-monitor-three-users/m-p/631310#M219277</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-02-17T12:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Monitor 3 Users</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-monitor-three-users/m-p/631312#M219278</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233419"&gt;@PaulPanther&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fantastic! It worked. I will find my way from here. Appreciate the quick help. Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 12:29:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-monitor-three-users/m-p/631312#M219278</guid>
      <dc:creator>woodlandrelic</dc:creator>
      <dc:date>2023-02-17T12:29:27Z</dc:date>
    </item>
  </channel>
</rss>

