<?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: Can you help me with my CSV timestamp issue? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-help-me-with-my-CSV-timestamp-issue/m-p/448713#M93968</link>
    <description>&lt;P&gt;@arunsoni could you share a sample of your csv?&lt;/P&gt;</description>
    <pubDate>Tue, 30 Oct 2018 02:22:54 GMT</pubDate>
    <dc:creator>Rob2520</dc:creator>
    <dc:date>2018-10-30T02:22:54Z</dc:date>
    <item>
      <title>Can you help me with my CSV timestamp issue?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-help-me-with-my-CSV-timestamp-issue/m-p/448710#M93965</link>
      <description>&lt;P&gt;At the forwarder, there are CSV files getting loaded on a path for every 1 hour, which gets the last 1 hour of data. I am getting indexed time as wrong. I need to have the correct timestamp as the event has. This is happening for this index only ?&lt;/P&gt;

&lt;P&gt;I just want to know what is the props.conf that I need to declare to have the same timestamp as that of the event. Indexed time is 1 hour before the event time. All the servers are in CST Time. Below are two events.&lt;/P&gt;

&lt;P&gt;index=ssd&lt;BR /&gt;
souretype=ssd_bmc&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;10/29/18 11:23:34.000 AM    *****,,2010-04-01,***,10/29/2018 10:23:34 AM,10/29/2018 10:24:21 AM,*****,10/29/2018 10:24:21 AM,,sip:******@******,sip:****@****,,-0.00180,ssd,sop,,
10/29/18 11:13:34.000 AM*****,,2010-04-01,***,10/29/2018 10:13:34 AM,10/29/2018 10:14:21 AM,*****,10/29/2018 10:14:21 AM,,sip:******@******,sip:****@****,,-0.00130,ssd,sop,,
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Oct 2018 15:33:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-help-me-with-my-CSV-timestamp-issue/m-p/448710#M93965</guid>
      <dc:creator>arunsoni</dc:creator>
      <dc:date>2018-10-29T15:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with my CSV timestamp issue?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-help-me-with-my-CSV-timestamp-issue/m-p/448711#M93966</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/137855"&gt;@arunsoni&lt;/a&gt; try this&lt;/P&gt;

&lt;P&gt;apps/local/props.conf&lt;BR /&gt;
[ssd_bmc]&lt;BR /&gt;
INDEXED_EXTRACTIONS = CSV&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;/P&gt;

&lt;P&gt;if required add few more settings to the props.conf as per your data. Since this is structured data file, the props.conf can be on the forwarder where you're monitoring the file. Don't forget to restart splunkd on the forwarder once you deploy props.conf. For more information please check below link. &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.4/Data/Extractfieldsfromfileswithstructureddata" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.4/Data/Extractfieldsfromfileswithstructureddata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:50:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-help-me-with-my-CSV-timestamp-issue/m-p/448711#M93966</guid>
      <dc:creator>Rob2520</dc:creator>
      <dc:date>2020-09-29T21:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with my CSV timestamp issue?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-help-me-with-my-CSV-timestamp-issue/m-p/448712#M93967</link>
      <description>&lt;P&gt;10/29/18 11:23:34.000 AM    **&lt;STRONG&gt;&lt;EM&gt;,,2010-04-01,&lt;/EM&gt;&lt;/STRONG&gt;,10/29/2018 10:23:34 AM,10/29/2018 10:24:21 AM,**&lt;STRONG&gt;&lt;EM&gt;,10/29/2018 10:24:21 AM,,sip:&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;@&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;,sip:&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;@&lt;/EM&gt;***,,-0.00180,ssd,sop,,&lt;/P&gt;

&lt;P&gt;As per the above event I need to have the time as the event time but it is showing as 1 hour before i.e.. 11:23:34.000 AM as indexed time  and 10/29/2018 10:23:34 AM as event time. So both should be same time i.e.. event time. How can I fix it. Please help on it.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 19:52:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-help-me-with-my-CSV-timestamp-issue/m-p/448712#M93967</guid>
      <dc:creator>arunsoni</dc:creator>
      <dc:date>2018-10-29T19:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with my CSV timestamp issue?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-you-help-me-with-my-CSV-timestamp-issue/m-p/448713#M93968</link>
      <description>&lt;P&gt;@arunsoni could you share a sample of your csv?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 02:22:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-you-help-me-with-my-CSV-timestamp-issue/m-p/448713#M93968</guid>
      <dc:creator>Rob2520</dc:creator>
      <dc:date>2018-10-30T02:22:54Z</dc:date>
    </item>
  </channel>
</rss>

