<?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 search and list the same session ID's occurring in two or more hosts? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-search-and-list-the-same-session-ID-s-occurring-in-two-or/m-p/587912#M204746</link>
    <description>&lt;P&gt;What if I want to plot it on a graph on timechart like how many sessionIds had more than 1 hosts over a specific period of time&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2022 21:51:14 GMT</pubDate>
    <dc:creator>ermanoj21yadav</dc:creator>
    <dc:date>2022-03-07T21:51:14Z</dc:date>
    <item>
      <title>How search and list the same session ID's occurring in two or more hosts?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-search-and-list-the-same-session-ID-s-occurring-in-two-or/m-p/234140#M69571</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;I have fields created for both sessionId and host. Now I wanna find out the same sessionId happening in two different hosts and list them:&lt;/P&gt;

&lt;P&gt;search: &lt;CODE&gt;index="atg" sessionId="*mob" host="*"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;sessionId example =16E4E8BA9480F388B11B3FC35B07732E.svcldprdapp06b-33mob&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 15:22:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-search-and-list-the-same-session-ID-s-occurring-in-two-or/m-p/234140#M69571</guid>
      <dc:creator>pavanae</dc:creator>
      <dc:date>2015-09-23T15:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: How search and list the same session ID's occurring in two or more hosts?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-search-and-list-the-same-session-ID-s-occurring-in-two-or/m-p/234141#M69572</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="atg" sessionId="*mob" host="*" | stats dc(host) as hostCount values(host) as hosts by sessionId | where hostCount&amp;gt;=2
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Sep 2015 20:12:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-search-and-list-the-same-session-ID-s-occurring-in-two-or/m-p/234141#M69572</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-09-23T20:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: How search and list the same session ID's occurring in two or more hosts?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-search-and-list-the-same-session-ID-s-occurring-in-two-or/m-p/234142#M69573</link>
      <description>&lt;P&gt;Thanks worked great&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 15:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-search-and-list-the-same-session-ID-s-occurring-in-two-or/m-p/234142#M69573</guid>
      <dc:creator>pavanae</dc:creator>
      <dc:date>2015-09-25T15:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: How search and list the same session ID's occurring in two or more hosts?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-search-and-list-the-same-session-ID-s-occurring-in-two-or/m-p/587912#M204746</link>
      <description>&lt;P&gt;What if I want to plot it on a graph on timechart like how many sessionIds had more than 1 hosts over a specific period of time&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 21:51:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-search-and-list-the-same-session-ID-s-occurring-in-two-or/m-p/587912#M204746</guid>
      <dc:creator>ermanoj21yadav</dc:creator>
      <dc:date>2022-03-07T21:51:14Z</dc:date>
    </item>
  </channel>
</rss>

