<?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 can we index complete BSM log data? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369744#M93777</link>
    <description>&lt;P&gt;Hi Hiroshisatoh,  thanks for your effort on this, I am not sure whether its possible to add the time stamp in the actual logs. so could you please let me know how to add the time stamp via splunk, actually we have the below inputs.conf stanza configured for almost 400 + nodes. &lt;/P&gt;

&lt;P&gt;[monitor:///var/bsm]&lt;BR /&gt;
sourcetype = unix:host:bsm&lt;BR /&gt;
crcSalt = &lt;BR /&gt;
index = unix&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;And also tried to execute the below query in real time All Time but could not fetch the output.&lt;BR /&gt;
"index=unix host=test01 sourcetype="unix:host:bsm" 007" &lt;/P&gt;

&lt;P&gt;var/bsm/20171113.bsm.log : Log Format with out time stamp. &lt;/P&gt;

&lt;P&gt;event="ftp logout" xsl_error="no_XSL_match" event="ftp access" event="su" audit-uid=root uid=root text="success for user mqm" tid="9195 131094 test02.xxx.com" sid="59616287 xsl_error="no_XSL_match" event="ftp logout" xsl_error="no_XSL_match" event="ftp access" xsl_error="no_XSL_match" event="ftp access"xsl_error="no_XSL_match"event="ftp logout" event="login - ssh" audit-uid=007 uid=007 tid="15615 22 test02.xxx.com" sid="4094245480" retval="0" event="logout" audit-uid=007 uid=007 tid="15615 22 test02.xxx.com" sid="4094245480" xsl_error="no_XSL_match" event="rsh access" xsl_error="no_XSL_match" &lt;/P&gt;

&lt;P&gt;Kindly guide me on how to add the time stamp in the events. &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 16:47:14 GMT</pubDate>
    <dc:creator>Hemnaath</dc:creator>
    <dc:date>2020-09-29T16:47:14Z</dc:date>
    <item>
      <title>How can we index complete BSM log data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369742#M93775</link>
      <description>&lt;P&gt;Hi All, Currently we are facing an issue in getting the complete BSM logs data in to splunk. &lt;/P&gt;

&lt;P&gt;We have two remote host test01 and test02, test01 is running with older operating system (Solaris 9), so it's an old BSM version. Whereas test02 is running with Solaris 10.  &lt;/P&gt;

&lt;P&gt;Problem Detail: When user is trying to fetch an login information for a particular user id in splunk console, by  executing the simple query "index=unix host=test01 sourcetype="unix:host:bsm" 007".  Getting no result found.&lt;/P&gt;

&lt;P&gt;But we could see the user id information present in the actual BSM.logs from the remote node test01. &lt;/P&gt;

&lt;P&gt;At the same time, when same search query is executed with the host=test02, we could get the particular user id 007 information in splunk console.&lt;/P&gt;

&lt;P&gt;index=unix host="test02"  sourcetype="unix:host:bsm" 007  &lt;/P&gt;

&lt;P&gt;11/13/17&lt;BR /&gt;
11:59:09.635 AM &lt;BR /&gt;
2017-11-13 11:59:09.635 -05:00 zone=global event="logout" audit-uid=007 uid=007 tid="11911 196630 10.151.225.181" sid="4137709539"&lt;BR /&gt;
eventtype = nix-all-logs host = test02 source = /var/bsm/20171113.bsm.log sourcetype =  unix:host:bsm&lt;/P&gt;

&lt;P&gt;When investigated the issue I could notice that both log "/var/bsm/20171113.bsm.log"  data are in different  format. &lt;/P&gt;

&lt;P&gt;In test01 under /var/bsm/20171113.bsm.log&lt;BR /&gt;
event="login - ssh" audit-uid=007 uid=007 tid="15615 22 test01.xxx.com" sid="4094245480" retval="0"&lt;BR /&gt;
 event="logout" audit-uid=007 uid=007 tid="15615 22 test01.xxx.com" sid="4094245480"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="rsh access"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="rsh access"&lt;/P&gt;

&lt;P&gt;In test02 under /var/bsm/20171113.bsm.log&lt;/P&gt;

&lt;P&gt;2017-11-13 08:14:49.826 -05:00 zone=global event="execve(2)" uid=root ruid=007 path=/usr/sbin/usr/lib/fs/ufs/quota retval=0 args="/usr/sbin/quota" tid="6323 196630 host.xxx.com" pid=622 sid="1060063057"&lt;BR /&gt;
2017-11-13 08:14:49.851 -05:00 zone=global event="execve(2)" uid=007 ruid=007 path=/usr/bin/cat retval=0 args="/bin/cat -s /etc/motd" tid="6323 196630 host.xxx.com" pid=623 sid="1060063057"&lt;/P&gt;

&lt;P&gt;User has raised a concern why the UID=007 is not being captured in the splunk from the node test01 and he wants this information to be captured in test01 server as well.&lt;/P&gt;

&lt;P&gt;So kindly let me know how to fix this issue. &lt;/P&gt;

&lt;P&gt;thanks in advance. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:47:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369742#M93775</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T16:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can we index complete BSM log data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369743#M93776</link>
      <description>&lt;P&gt;Because timestamp does not exist in the log, I think that _time is the capture time.&lt;BR /&gt;
I think that it can be retrieved with a delay of a few seconds if it is captured in real time.&lt;/P&gt;

&lt;P&gt;How Splunk software assigns timestamps&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Data/HowSplunkextractstimestamps"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.6.3/Data/HowSplunkextractstimestamps&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;※It is best if you can add a timestamp to the original(Solaris 9) log.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 12:27:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369743#M93776</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2017-11-14T12:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can we index complete BSM log data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369744#M93777</link>
      <description>&lt;P&gt;Hi Hiroshisatoh,  thanks for your effort on this, I am not sure whether its possible to add the time stamp in the actual logs. so could you please let me know how to add the time stamp via splunk, actually we have the below inputs.conf stanza configured for almost 400 + nodes. &lt;/P&gt;

&lt;P&gt;[monitor:///var/bsm]&lt;BR /&gt;
sourcetype = unix:host:bsm&lt;BR /&gt;
crcSalt = &lt;BR /&gt;
index = unix&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;And also tried to execute the below query in real time All Time but could not fetch the output.&lt;BR /&gt;
"index=unix host=test01 sourcetype="unix:host:bsm" 007" &lt;/P&gt;

&lt;P&gt;var/bsm/20171113.bsm.log : Log Format with out time stamp. &lt;/P&gt;

&lt;P&gt;event="ftp logout" xsl_error="no_XSL_match" event="ftp access" event="su" audit-uid=root uid=root text="success for user mqm" tid="9195 131094 test02.xxx.com" sid="59616287 xsl_error="no_XSL_match" event="ftp logout" xsl_error="no_XSL_match" event="ftp access" xsl_error="no_XSL_match" event="ftp access"xsl_error="no_XSL_match"event="ftp logout" event="login - ssh" audit-uid=007 uid=007 tid="15615 22 test02.xxx.com" sid="4094245480" retval="0" event="logout" audit-uid=007 uid=007 tid="15615 22 test02.xxx.com" sid="4094245480" xsl_error="no_XSL_match" event="rsh access" xsl_error="no_XSL_match" &lt;/P&gt;

&lt;P&gt;Kindly guide me on how to add the time stamp in the events. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:47:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369744#M93777</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T16:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can we index complete BSM log data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369745#M93778</link>
      <description>&lt;P&gt;The timestamp is set by default.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;As a last resort, Splunk software sets the timestamp to the current system time when indexing each event.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Please check _time and _indextime.&lt;BR /&gt;
    index=unix host=test01 sourcetype="unix:host:bsm" "uid=007"&lt;BR /&gt;
    | eval indextime=strftime(_indextime,"%Y-%m-%d %H:%M:%S")&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:47:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369745#M93778</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2020-09-29T16:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can we index complete BSM log data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369746#M93779</link>
      <description>&lt;P&gt;Hi Hiroshisatoh,  thanks for your effort on this, Hey I had executed the above query but could not fetch any output.&lt;/P&gt;

&lt;P&gt;index=unix host=test01 sourcetype="unix:host:bsm" "uid=007"  | eval indextime=strftime(_indextime,"%Y-%m-%d %H:%M:%S")  | table _time indextime &lt;/P&gt;

&lt;P&gt;When executed without the uid=007 getting an output. &lt;/P&gt;

&lt;P&gt;Kindly guide me how to set a timestamp  when splunk reads the data from the source .&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 16:03:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369746#M93779</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-11-14T16:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can we index complete BSM log data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369747#M93780</link>
      <description>&lt;P&gt;First of all, please check what time is in _time.&lt;/P&gt;

&lt;P&gt;Splunk sets the timestamp by default.&lt;BR /&gt;
If there is no time stamp in the log, the system time is set.&lt;/P&gt;

&lt;P&gt;If you have a time stamp you want to set separately, present the sample log. There is no time stamp in the current sample log.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 04:38:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369747#M93780</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2017-11-15T04:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can we index complete BSM log data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369748#M93781</link>
      <description>&lt;P&gt;Hi Hiroshisatoh, I had executed the below query to get the _time details &lt;/P&gt;

&lt;P&gt;index=unix host="test01" sourcetype="unix:host:bsm"  | table _time source host uid &lt;/P&gt;

&lt;P&gt;11/15/2017 2:30 /var/bsm/20171115.bsm.log   test01  solarwinds&lt;BR /&gt;
11/15/2017 2:30 /var/bsm/20171115.bsm.log   test01  solarwinds&lt;BR /&gt;
11/15/2017 2:30 /var/bsm/20171115.bsm.log   test01  mqm&lt;BR /&gt;
11/15/2017 2:30 /var/bsm/20171115.bsm.log   test01  solarwinds&lt;BR /&gt;
11/15/2017 2:30 /var/bsm/20171115.bsm.log   test01  solarwinds&lt;BR /&gt;
11/15/2017 2:30 /var/bsm/20171115.bsm.log   test01  solarwinds&lt;BR /&gt;
11/15/2017 2:30 /var/bsm/20171115.bsm.log   test01  solarwinds&lt;BR /&gt;
11/15/2017 2:30 /var/bsm/20171115.bsm.log   test01  solarwinds&lt;BR /&gt;
11/15/2017 4:30 /var/bsm/20171115.bsm.log   test01  mercator&lt;BR /&gt;
11/15/2017 4:30 /var/bsm/20171115.bsm.log   test01  mercator&lt;BR /&gt;
11/15/2017 4:30 /var/bsm/20171115.bsm.log   test01  solarwinds&lt;BR /&gt;
11/15/2017 4:30 /var/bsm/20171115.bsm.log   test01  solarwinds&lt;BR /&gt;
11/15/2017 4:30 /var/bsm/20171115.bsm.log   test01  root&lt;BR /&gt;
11/15/2017 1:30 /var/bsm/20171115.bsm.log   test01  mercator&lt;BR /&gt;
11/15/2017 1:30 /var/bsm/20171115.bsm.log   test01  mercator&lt;BR /&gt;
11/15/2017 1:30 /var/bsm/20171115.bsm.log   test01  mercator&lt;BR /&gt;
11/15/2017 1:30 /var/bsm/20171115.bsm.log   test01  mercator&lt;/P&gt;

&lt;P&gt;From the above result above,  when we run the query with the time frame set for 4 hours, we could see hardly few events with interval of 1 hour time difference between the each events in splunk.&lt;BR /&gt;
System time  was Wed Nov 15 05:26:26 EST 2017 when this query executed.&lt;/P&gt;

&lt;P&gt;"Actual Log from the source file /var/bsm/2017115.bsm.log" &lt;/P&gt;

&lt;P&gt;xsl_error="no_XSL_match" event="ftp access"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp logout"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp access"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp access"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp logout"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp access"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp logout"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp logout"&lt;BR /&gt;
 event="su" audit-uid=root uid=root text="success for user mercator" tid="9195 131094 test02.xxx.com" sid="596162876"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp access"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp logout"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp access"&lt;BR /&gt;
 event="su" audit-uid=root uid=root text="success for user mqm" tid="9195 131094 test02.xxx.com" sid="596162876"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp logout"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp access"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp logout"&lt;BR /&gt;
 event="su" audit-uid=root uid=root text="success for user mercator" tid="9195 131094 test02.xxx.com" sid="596162876"&lt;BR /&gt;
 event="su" audit-uid=root uid=root text="success for user mercator" tid="9195 131094 test02.xxx.com" sid="596162876"&lt;BR /&gt;
 event="su" audit-uid=root uid=root text="success for user mercator" tid="9195 131094 test02.xxx.com" sid="596162876"&lt;BR /&gt;
 event="su" audit-uid=root uid=root text="success for user mercator" tid="9195 131094 test02.xxx.com" sid="596162876"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp access"&lt;BR /&gt;
 event="su" audit-uid=root uid=root text="success for user mercator" tid="9195 131094 test02.xxx.com" sid="596162876"&lt;BR /&gt;
 event="login - ssh" audit-uid=mercator uid=mercator tid="14610 22 host01.xxx.com" sid="2978615533" retval="0"&lt;BR /&gt;
 event="su" audit-uid=root uid=root text="success for user mercator" tid="9195 131094 test02.xxx.com" sid="596162876"&lt;BR /&gt;
 event="su" audit-uid=root uid=root text="success for user mercator" tid="9195 131094 test02.xxx.com" sid="596162876"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp access"&lt;BR /&gt;
 event="logout" audit-uid=mercator uid=mercator tid="14610 22 host01.xxx.com" sid="2978615533"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp logout"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp logout"&lt;BR /&gt;
 event="login - ssh" audit-uid=mercator uid=mercator tid="14611 22 host01.xxx.com" sid="2083583931" retval="0"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp access"&lt;BR /&gt;
 event="logout" audit-uid=mercator uid=mercator tid="14611 22 host01.xxx.com" sid="2083583931"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp access"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp logout"&lt;BR /&gt;
 xsl_error="no_XSL_match" event="ftp logout"&lt;/P&gt;

&lt;P&gt;Note : Attached partial logs in this comment, but most of the content in the &lt;BR /&gt;
2017115.bsm.log is the same format. &lt;/P&gt;

&lt;P&gt;Kindly guide me on how to add the time stamp in the events.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:48:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369748#M93781</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T16:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can we index complete BSM log data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369749#M93782</link>
      <description>&lt;P&gt;11/15/2017 2:30&lt;BR /&gt;
11/15/2017 4:30&lt;BR /&gt;
11/15/2017 1:30&lt;BR /&gt;
This time is the time Splunk captured the log. Please check it against _indextime.&lt;BR /&gt;
| eval indextime=strftime(_indextime,"%Y-%m-%d %H:%M:%S")&lt;/P&gt;

&lt;P&gt;If there is no time stamp in the log, use the time taken in Splunk as the time stamp.&lt;/P&gt;

&lt;P&gt;This time is valid when the log is captured in real time, but it can not be used if it is taken in periodically.&lt;/P&gt;

&lt;P&gt;This log seems to be acquired periodically. Please check how logs are generated.&lt;/P&gt;

&lt;P&gt;＞Kindly guide me on how to add the time stamp in the events.&lt;BR /&gt;
I would like to teach but if there is no time stamp in the log, I can not set it.&lt;BR /&gt;
If the default setting can not be used, it is necessary to change the log generation method.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:48:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369749#M93782</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2020-09-29T16:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can we index complete BSM log data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369750#M93783</link>
      <description>&lt;P&gt;Hi Hiroshisatoh,  thanks for your effort on this, I have asked the  application owner to change the log generation method, but I had come across this stanza,  in case if there is no data, time in the actual log we can configure the below stanza and pull the entire logs. &lt;BR /&gt;
But I am really confused as the  actual logs are multi line and I am not sure where the new events starts and ends in the actual logs.&lt;/P&gt;

&lt;P&gt;Props.conf &lt;/P&gt;

&lt;P&gt;[host::test01]&lt;BR /&gt;
 DATETIME_CONFIG = CURRENT&lt;BR /&gt;
SHOULD_LINEMERGE = true&lt;BR /&gt;
MUST_BREAK_AFTER = &lt;BR /&gt;
MUST_NOT_BREAK_AFTER = &lt;/P&gt;

&lt;P&gt;Can I use this stanza to get entire log in splunk. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:49:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369750#M93783</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-29T16:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can we index complete BSM log data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369751#M93784</link>
      <description>&lt;P&gt;When a timestamp is added to the log, Splunk splits the log with a timestamp.&lt;/P&gt;

&lt;P&gt;If you want to combine multiple timestamp rows into one event, you must set the condition as a regular expression.&lt;/P&gt;

&lt;P&gt;Can I present conditions for dividing events?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 05:50:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369751#M93784</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2017-11-17T05:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can we index complete BSM log data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369752#M93785</link>
      <description>&lt;P&gt;Hi Hiroshisatoh, I could not understand the above comment. Anyway I had requested the application owner to change the log generation method in such a way to include the time stamp in the actual logs.&lt;/P&gt;

&lt;P&gt;thanks for your effort.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 15:51:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-we-index-complete-BSM-log-data/m-p/369752#M93785</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-11-17T15:51:31Z</dc:date>
    </item>
  </channel>
</rss>

