<?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 time indexing not correct in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/time-indexing-not-correct/m-p/214920#M23749</link>
    <description>&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/67251-capture.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;Hi attached is the image which shows there is a difference in the Time field and the actual time which comes from the input file getting indexed with column name alertdate. &lt;BR /&gt;
so that means the index time and alertdate are not in sync which is incorrect right . Can you help me here. &lt;/P&gt;

&lt;P&gt;I am using below configuration. &lt;BR /&gt;
props.conf&lt;BR /&gt;
[zbxAlertReport]&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
INDEXED_EXTRACTIONS = csv&lt;BR /&gt;
FIELD_DELIMITER = ,&lt;BR /&gt;
FIELD_NAMES = alerthost,hostname,alertname,alertstatus,alertseverity,alertdate&lt;BR /&gt;
TIMESTAMP_FIELDS = date&lt;BR /&gt;
TIME_FORMAT = %a%b%d%H:%M:%S%Y&lt;BR /&gt;
category = Structured&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD = 500&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;BR /&gt;
[zbxAlertReport]&lt;BR /&gt;
filename = ZbxDailyReport.csv&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 07:46:42 GMT</pubDate>
    <dc:creator>splunksurekha</dc:creator>
    <dc:date>2020-09-29T07:46:42Z</dc:date>
    <item>
      <title>time indexing not correct</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/time-indexing-not-correct/m-p/214920#M23749</link>
      <description>&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/67251-capture.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;Hi attached is the image which shows there is a difference in the Time field and the actual time which comes from the input file getting indexed with column name alertdate. &lt;BR /&gt;
so that means the index time and alertdate are not in sync which is incorrect right . Can you help me here. &lt;/P&gt;

&lt;P&gt;I am using below configuration. &lt;BR /&gt;
props.conf&lt;BR /&gt;
[zbxAlertReport]&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
INDEXED_EXTRACTIONS = csv&lt;BR /&gt;
FIELD_DELIMITER = ,&lt;BR /&gt;
FIELD_NAMES = alerthost,hostname,alertname,alertstatus,alertseverity,alertdate&lt;BR /&gt;
TIMESTAMP_FIELDS = date&lt;BR /&gt;
TIME_FORMAT = %a%b%d%H:%M:%S%Y&lt;BR /&gt;
category = Structured&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD = 500&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;BR /&gt;
[zbxAlertReport]&lt;BR /&gt;
filename = ZbxDailyReport.csv&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:46:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/time-indexing-not-correct/m-p/214920#M23749</guid>
      <dc:creator>splunksurekha</dc:creator>
      <dc:date>2020-09-29T07:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: time indexing not correct</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/time-indexing-not-correct/m-p/214921#M23750</link>
      <description>&lt;P&gt;Splunk isn't finding a timestamp that matches the specified criteria so it's using current time.  Making the following changes should fix it.&lt;/P&gt;

&lt;P&gt;The TIMESTAMP_FIELDS value is "date", but there is no such field in the event.  Perhaps it should be "alertdate".&lt;BR /&gt;
The TIME_FORMAT value looks like it doesn't match the data in the alertdate field.  Try &lt;CODE&gt;TIME_FORMAT = %a %b %d %H:%M:%S %Y&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:49:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/time-indexing-not-correct/m-p/214921#M23750</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-29T07:49:25Z</dc:date>
    </item>
  </channel>
</rss>

