<?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 construct a log message containing session logs (open / close)? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371289#M109264</link>
    <description>&lt;P&gt;@amir_thales, please test and let us know how it goes. Do not forget to Accept and Upvote the comments/answers that help you with your use case.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2017 12:39:17 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2017-06-28T12:39:17Z</dc:date>
    <item>
      <title>How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371277#M109252</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I want to build a log message that contains the logs of the same session:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;login log&lt;/LI&gt;
&lt;LI&gt;log of logout&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;And I want to use this big message log (log opening + closing) to do visualizations, basically, I want to supervise the connections and disconnections of sessions.&lt;/P&gt;

&lt;P&gt;I think this is possible by using the PID that is associated with the created session but how to gather the log of opening and closing in a same message log and how to tell Splunk of "gathers opening and closing messages and Displays 1 message ".&lt;/P&gt;

&lt;P&gt;If you want more explanation tell me.&lt;/P&gt;

&lt;P&gt;Thank you&lt;BR /&gt;
Cordially&lt;BR /&gt;
Amir&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 15:42:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371277#M109252</guid>
      <dc:creator>amir_thales</dc:creator>
      <dc:date>2017-06-26T15:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371278#M109253</link>
      <description>&lt;P&gt;Yes, I want more explanation to be able to help you.&lt;BR /&gt;
Please post sample data and sample querys if there are any. &lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 16:51:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371278#M109253</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2017-06-26T16:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371279#M109254</link>
      <description>&lt;P&gt;Grouping of those logs into one can be done using stats on pid (and other fields based on what is your final expected output) or transaction command (least recommended). As @pyro_wood mentioned, we need more details on your requirements with mock output and sample data.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 19:06:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371279#M109254</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-06-26T19:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371280#M109255</link>
      <description>&lt;P&gt;Hello pyro_wood and somesoni2,&lt;/P&gt;

&lt;P&gt;Thanks for your quick answers&lt;/P&gt;

&lt;P&gt;Here is my problem:&lt;/P&gt;

&lt;P&gt;23/06/17 16:34:06,000&lt;BR /&gt;&lt;BR /&gt;
Jun 23 16:34:06 ccst sshd[&lt;STRONG&gt;28040&lt;/STRONG&gt;]: pam_unix(sshd:session): session closed for user root&lt;/P&gt;

&lt;P&gt;host =ccst   source =/var/log/messages   sourcetype =syslog &lt;/P&gt;

&lt;P&gt;23/06/17 16:34:06,000&lt;BR /&gt;&lt;BR /&gt;
Jun 23 16:34:06 ccst sshd[28043]: pam_unix(sshd:session): session closed for user root&lt;/P&gt;

&lt;P&gt;host =ccst   source =/var/log/messages  sourcetype =    syslog  &lt;/P&gt;

&lt;P&gt;23/06/17 10:32:08,000&lt;BR /&gt;&lt;BR /&gt;
Jun 23 10:32:08 ccst sshd[28043]: pam_unix(sshd:session): session opened for user root by (uid=0)&lt;/P&gt;

&lt;P&gt;host =ccst   source =/var/log/messages  sourcetype =    syslog   user =root &lt;/P&gt;

&lt;P&gt;23/06/17 10:32:08,000&lt;BR /&gt;&lt;BR /&gt;
Jun 23 10:32:08 ccst sshd[&lt;STRONG&gt;28040&lt;/STRONG&gt;]: pam_unix(sshd:session): session opened for user root by (uid=0)&lt;/P&gt;

&lt;P&gt;host =ccst  source =    /var/log/messages   sourcetype =    syslog  user =root  &lt;/P&gt;

&lt;P&gt;I want to group the 2 logs with the PID in bold to make a "big message" log containing the 2 and I want it to be this "big message" which is displayed and not the 2 messages alone because one can see that its Opening and closing of the same session. &lt;/P&gt;

&lt;P&gt;Thank you &lt;BR /&gt;
Cordially&lt;BR /&gt;
Amir&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 08:55:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371280#M109255</guid>
      <dc:creator>amir_thales</dc:creator>
      <dc:date>2017-06-27T08:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371281#M109256</link>
      <description>&lt;P&gt;yes i do that but i want that when the logs arrive in the events they group the logs having the same PID together. For example, for session logs group open and close messages.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 11:34:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371281#M109256</guid>
      <dc:creator>amir_thales</dc:creator>
      <dc:date>2017-06-27T11:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371282#M109257</link>
      <description>&lt;P&gt;@amir_thales, you need to add more details, add field names/sample data for login/logout events with pid that you want to correlate.&lt;/P&gt;

&lt;P&gt;Do you want us to help you with correlation of your logs? or creation of logs so that it can be correlated?&lt;/P&gt;

&lt;P&gt;With the details provided so far following might work(even if it does it is not the best way).&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 1: Correlate events&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;YourBaseSearch&amp;gt; ("login" OR "logout") PID=*
| eval status=case(searchmatch("login"),"Login",searchmatch("logout"),"Logout")
| stats count as eventcount values(status) as status first(_time) as login_time last(_time) as last_time by PID
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Step 2a: If you want to find sessions that are closed and the duration&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| search  status="login" AND status="logout"
| eval duration=last_time-login_time
| eval _time=login_time
| table _time PID status eventcount duration 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or ** Step 2b: if you want to find out how long has the session been active (duration):**&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| search  status="login" AND status!="logout"
| eval duration=last_time-login_time
| eval _time=login_time
| table _time PID status eventcount duration 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;PS: Above is based on assumption that PID is unique.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 12:13:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371282#M109257</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-06-27T12:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371283#M109258</link>
      <description>&lt;P&gt;hello niketnilay, &lt;/P&gt;

&lt;P&gt;Thank you very much for your answer.&lt;/P&gt;

&lt;P&gt;You understand my way but this isn't what i want  because i don't want to do statistic but i want to configure splunk to regroup the log with the same PID in a big message but in the tab event.&lt;/P&gt;

&lt;P&gt;But your proposition it is very interesting and I think I will propose it to my tutor.&lt;/P&gt;

&lt;P&gt;Cordially&lt;BR /&gt;
Amir&lt;BR /&gt;
&lt;STRONG&gt;PS: sorry for my english&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 13:54:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371283#M109258</guid>
      <dc:creator>amir_thales</dc:creator>
      <dc:date>2017-06-27T13:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371284#M109259</link>
      <description>&lt;P&gt;@amir_thales, what you need is on the coding side then not on Splunk side. If you want all the events with same PID to be grouped while indexing, you have to somehow write your logs only after user logs out. If the events in your logs are not even logged next to each other I am not sure how you can get them to index together as a single event.&lt;BR /&gt;
I will leave this question unanswered for others to pitch in or for you to revert back when you have precise details your requirement.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 14:13:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371284#M109259</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-06-27T14:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371285#M109260</link>
      <description>&lt;P&gt;@niketnilay,&lt;/P&gt;

&lt;P&gt;yes i understand, I thought it was possible to play with the logs ie to set a template so that when a message type enter this one is automatically send in a big message and this big log will be the log to display.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Thank you so much&lt;/STRONG&gt; for your help because your 3 examples are very interesting and i  will use them.&lt;/P&gt;

&lt;P&gt;Cordially&lt;BR /&gt;
Amir&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 14:25:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371285#M109260</guid>
      <dc:creator>amir_thales</dc:creator>
      <dc:date>2017-06-27T14:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371286#M109261</link>
      <description>&lt;P&gt;@amir_thales, based on the sample logs that you have provided, unless you have already done so, please created field extractions for PID and session status (if required user id as well, not clear with your data/requirement whether you have/need userid).&lt;/P&gt;

&lt;P&gt;You can try Interactive Field Extractions if you are not well versed with Regular Expression. Here is the field extraction regular expression based on your sample data... &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sshd\[(?&amp;lt;PID&amp;gt;[^\]]+)\]:\spam_unix\(sshd:session\):\ssession\s(?&amp;lt;status&amp;gt;\w+)\sfor\suser\s
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Give following a try if your purpose is &lt;STRONG&gt;to bring all the _raw events for the same PID together&lt;/STRONG&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host =ccst source =/var/log/messages sourcetype =syslog "session"  ("closed" OR "opened")
| rex field=_raw "sshd\[(?&amp;lt;PID&amp;gt;[^\]]+)\]:\spam_unix\(sshd:session\):\ssession\s(?&amp;lt;status&amp;gt;\w+)\sfor\suser\s"
| stats list(_raw) as Events values(status) as status by PID
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Events field will have Raw events stitched with PID as per your requirement.&lt;/P&gt;

&lt;P&gt;PS: Actual Regular Expression might change based on your complete sample/test data. It is better to use Interactive Field Extraction for Splunk to generate required Regular Expression based on Sample Events.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 21:14:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371286#M109261</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-06-27T21:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371287#M109262</link>
      <description>&lt;P&gt;Hi Amir, &lt;/P&gt;

&lt;P&gt;so there is a command that is known as the &lt;CODE&gt;transaction&lt;/CODE&gt; command. It surely is nice, but should be used carefully, because it can be very demanding when it comes to search performance. &lt;/P&gt;

&lt;P&gt;Besides the documentation I will give you an example, that could help you achieve your goal faster.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.0/SearchReference/Transaction"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.6.0/SearchReference/Transaction&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I used the transaction command in various ways before. &lt;BR /&gt;
I think the parameters &lt;CODE&gt;startswith&lt;/CODE&gt;and &lt;CODE&gt;endswith&lt;/CODE&gt; could be what you are searching for.&lt;BR /&gt;
Maybe this example helps:&lt;BR /&gt;
&lt;CODE&gt;&amp;lt;yoursearch&amp;gt; | transaction pid startswith="*session opened*" endswith="*session closed*"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;also this simpler version might work &lt;BR /&gt;
&lt;CODE&gt;&amp;lt;yoursearch&amp;gt; | transaction pid&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 21:26:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371287#M109262</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2017-06-27T21:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371288#M109263</link>
      <description>&lt;P&gt;Hello niketnilay and pyro_wood,&lt;/P&gt;

&lt;P&gt;Thank you for your answer.&lt;/P&gt;

&lt;P&gt;@pyro_wood, that's exactly what i want to regroup events with the  same PID and with the key word "opened" and "closed" together because i want to do a log wells.&lt;/P&gt;

&lt;P&gt;@niketnilay, your proposition it is very interesting, it is another way to supervise its logs and i will use this method too.&lt;/P&gt;

&lt;P&gt;Thank you very much for your help.&lt;/P&gt;

&lt;P&gt;Cordially &lt;BR /&gt;
Amir&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 09:34:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371288#M109263</guid>
      <dc:creator>amir_thales</dc:creator>
      <dc:date>2017-06-28T09:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371289#M109264</link>
      <description>&lt;P&gt;@amir_thales, please test and let us know how it goes. Do not forget to Accept and Upvote the comments/answers that help you with your use case.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 12:39:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371289#M109264</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-06-28T12:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371290#M109265</link>
      <description>&lt;P&gt;Hello niketnilay,&lt;/P&gt;

&lt;P&gt;Here is what I get after using the command "transaction" and the parameters "startswith" and "endswith":(This is a event)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Command:&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;host="ccst" session (open* OR clos*) sourcetype!="linux_audit" NOT (kernel OR "gdm-launch-environment") | transaction pid startswith="&lt;EM&gt;session opened&lt;/EM&gt;" endswith="&lt;EM&gt;session closed&lt;/EM&gt;"&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; 28/06/17 11:10:13,000  
 Jun 28 11:10:13 ccst sshd[4444]: pam_unix(sshd:session): session opened for user splunker by (uid=0)
 Jun 28 11:11:05 ccst sshd[4444]: pam_unix(sshd:session): session closed for user splunker

  host =ccst      source =/var/log/messages      sourcetype =syslog      user =splunker 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have the 2 session logs that are grouped together with the same PID because it is the same session.&lt;/P&gt;

&lt;P&gt;Thank you &lt;BR /&gt;
Cordially&lt;BR /&gt;
Amir&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:36:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371290#M109265</guid>
      <dc:creator>amir_thales</dc:creator>
      <dc:date>2020-09-29T14:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371291#M109266</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/43408"&gt;@amir_thales&lt;/a&gt;, please accept @pyro_woods answer if you want to stick to transaction command. However, transaction is not the correct use case, and if you can achieve the same result with stats command, you should actually use that instead because performance will be way better with stats which uses map-reduce.&lt;/P&gt;

&lt;P&gt;I am glad we were able to assist with your use case.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:40:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371291#M109266</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-09-29T14:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371292#M109267</link>
      <description>&lt;P&gt;Hello niketnilay,&lt;/P&gt;

&lt;P&gt;It is true when i want to display something in the tab event, it is very low whereas with statistic it comes more quickly.&lt;/P&gt;

&lt;P&gt;Cordially&lt;BR /&gt;
Amir&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;PS: i cannot accept the @pyro_wood's message because it is a comment but i upvote his comment.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 08:08:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371292#M109267</guid>
      <dc:creator>amir_thales</dc:creator>
      <dc:date>2017-06-29T08:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to construct a log message containing session logs (open / close)?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371293#M109268</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/43408"&gt;@amir_thales&lt;/a&gt; - I just converted pyro_wood's comment to an answer so you can "Accept" their answer and close your question. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-construct-a-log-message-containing-session-logs-open/m-p/371293#M109268</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2020-09-29T14:41:14Z</dc:date>
    </item>
  </channel>
</rss>

