<?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: Splunk Time stamp modification in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293924#M161683</link>
    <description>&lt;P&gt;good call, dont forget restart! Abilan&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2017 19:18:47 GMT</pubDate>
    <dc:creator>mattymo</dc:creator>
    <dc:date>2017-03-24T19:18:47Z</dc:date>
    <item>
      <title>Splunk Time stamp modification</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293919#M161678</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;We are in splunk 6.5.&lt;/P&gt;

&lt;P&gt;Our forwarder machines are having Brasilia Time zone and our indexer is on UTC time zone.&lt;/P&gt;

&lt;P&gt;I have tried updating the below entry on Props.conf file on my forwarders machine. &lt;/P&gt;

&lt;P&gt;[test]&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;BR /&gt;
TIME_FORMAT=%Y-%m-%d %H:%M:%S,%f&lt;BR /&gt;
TIME_PREFIX=^&lt;BR /&gt;
TZ=America/Sao_Paulo&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=25&lt;/P&gt;

&lt;P&gt;Still I can see the indexed events are in UTC time zone in GUI. Please help me here on this issue.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Abilan&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:23:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293919#M161678</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2020-09-29T13:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Time stamp modification</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293920#M161679</link>
      <description>&lt;P&gt;&lt;CODE&gt;./splunk btool props list test --debug&lt;/CODE&gt; need the sourcetype on the forwarder and indexer. &lt;/P&gt;

&lt;P&gt;EDIT : updated command to reflect different soucretype. as you have it called test now...other thread is sched&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:35:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293920#M161679</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-24T17:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Time stamp modification</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293921#M161680</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;Thanks again for your  help.&lt;/P&gt;

&lt;P&gt;I have executed the query on my forwarder. Please find the output below. sourcetype is empty here.&lt;/P&gt;

&lt;P&gt;/u01/SplunkCloud/splunkforwarder/etc/apps/search/default/props.conf [scheduler]&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        ANNOTATE_PUNCT = True&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        AUTO_KV_JSON = true&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        BREAK_ONLY_BEFORE =&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        BREAK_ONLY_BEFORE_DATE = True&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        CHARSET = UTF-8&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        DATETIME_CONFIG = /etc/datetime.xml&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/apps/search/default/props.conf EXTRACT-fields = (?i)^(?:[^ ]* ){2}(?:[+-]\d+ )?(?P[^ ]*)\s+(?P[^ ]+) - (?P.+)&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        HEADER_MODE =&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        LEARN_MODEL = true&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        LEARN_SOURCETYPE = true&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        LINE_BREAKER_LOOKBEHIND = 100&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        MAX_DAYS_AGO = 2000&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        MAX_DAYS_HENCE = 2&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        MAX_DIFF_SECS_AGO = 3600&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        MAX_DIFF_SECS_HENCE = 604800&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        MAX_EVENTS = 256&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        MAX_TIMESTAMP_LOOKAHEAD = 128&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        MUST_BREAK_AFTER =&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        MUST_NOT_BREAK_AFTER =&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        MUST_NOT_BREAK_BEFORE =&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        SEGMENTATION = indexing&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        SEGMENTATION-all = full&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        SEGMENTATION-inner = inner&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        SEGMENTATION-outer = outer&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        SEGMENTATION-raw = none&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        SEGMENTATION-standard = standard&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        SHOULD_LINEMERGE = True&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        TRANSFORMS =&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        TRUNCATE = 10000&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        detect_trailing_nulls = false&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        maxDist = 100&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        priority =&lt;BR /&gt;
/u01/SplunkCloud/splunkforwarder/etc/system/local/props.conf        sourcetype =&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293921#M161680</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2020-09-29T13:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Time stamp modification</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293922#M161681</link>
      <description>&lt;P&gt;I had the very same issue not so long ago, and the resolution was that the props.conf on the INDEXER needed to have the stanza added, not on the forwarder. &lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:48:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293922#M161681</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2017-03-24T18:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Time stamp modification</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293923#M161682</link>
      <description>&lt;P&gt;Which also required that I go to this page on the indexer or restart the indexer service.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://MYINDERXERURL:PORT/en-US/debug/refresh"&gt;https://MYINDERXERURL:PORT/en-US/debug/refresh&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:49:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293923#M161682</guid>
      <dc:creator>JDukeSplunk</dc:creator>
      <dc:date>2017-03-24T18:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Time stamp modification</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293924#M161683</link>
      <description>&lt;P&gt;good call, dont forget restart! Abilan&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:18:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293924#M161683</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-24T19:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Time stamp modification</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293925#M161684</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;correct name is sched. Just for example I have given it as test.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:32:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293925#M161684</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2017-03-24T19:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Time stamp modification</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293926#M161685</link>
      <description>&lt;P&gt;We need to see a sample event and your &lt;CODE&gt;inputs.conf&lt;/CODE&gt;.  It would be nice to see &lt;CODE&gt;transforms.conf&lt;/CODE&gt;, too.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 22:50:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Time-stamp-modification/m-p/293926#M161685</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-03-28T22:50:13Z</dc:date>
    </item>
  </channel>
</rss>

