<?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: change timeformat in props.conf for a specific sourcetype in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654658#M110962</link>
    <description>&lt;P&gt;You right! i have change the value directly on the app's&amp;nbsp;props.conf reported the correct field and now it works.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2023 11:17:08 GMT</pubDate>
    <dc:creator>Simone</dc:creator>
    <dc:date>2023-08-17T11:17:08Z</dc:date>
    <item>
      <title>How to change timeformat in props.conf for a specific sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654629#M110953</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;i want to change the timestamp on event:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Simone_0-1692262979119.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26833iC93CC6A490D706D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Simone_0-1692262979119.png" alt="Simone_0-1692262979119.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Simone_0-1692262979119.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want put the createDteTime on Time (yellow)&lt;/P&gt;
&lt;P&gt;I changed the props.conf as follow:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[sourcetype]
INDEXED_EXTRACTIONS = json
TIMESTAMP_FIELDS = createdDateTime\":
TIME_FORMAT = %FT%TZ&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;But at the moment does not work.&lt;/P&gt;
&lt;P&gt;Any idea?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 18:05:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654629#M110953</guid>
      <dc:creator>Simone</dc:creator>
      <dc:date>2023-08-17T18:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: change timeformat in props.conf for a specific sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654633#M110954</link>
      <description>&lt;P&gt;1. Why are you using INDEXED_EXTRACTIONS? Why is KV_MODE=json not enough?&lt;/P&gt;&lt;P&gt;2. Where do you have your props.conf?&lt;/P&gt;&lt;P&gt;3. Your field is called &lt;EM&gt;createdDateTime&lt;/EM&gt;, not &lt;EM&gt;createdDateTime":&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 09:18:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654633#M110954</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-08-17T09:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: change timeformat in props.conf for a specific sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654635#M110955</link>
      <description>&lt;OL&gt;&lt;LI&gt;Since it doesn't work without it, I tried adding INDEXED_EXTRACTIONS&lt;/LI&gt;&lt;LI&gt;etc\system\default&lt;/LI&gt;&lt;LI&gt;i tried both,&amp;nbsp;it doesn't work&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 09:27:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654635#M110955</guid>
      <dc:creator>Simone</dc:creator>
      <dc:date>2023-08-17T09:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: change timeformat in props.conf for a specific sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654638#M110956</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/259200"&gt;@Simone&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;did you tried:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[sourcetype]
INDEXED_EXTRACTIONS = json
TIMESTAMP_FIELDS = createdDateTime
TIME_PREFIX =createdDateTime:\s+
TIME_FORMAT = %Y-%m-%dT%H:%M:%SZ&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 09:32:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654638#M110956</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-17T09:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: change timeformat in props.conf for a specific sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654652#M110958</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;&lt;P&gt;unfortunately doesn't work. The raw is the following:&amp;nbsp;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;createdDateTime&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;2023-08-17T10:10:59Z&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i don't know if i have to change the regex&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 10:20:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654652#M110958</guid>
      <dc:creator>Simone</dc:creator>
      <dc:date>2023-08-17T10:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: change timeformat in props.conf for a specific sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654653#M110959</link>
      <description>&lt;P&gt;1. Indexed extractions are not something that should be used lightly. Unless you have a very good use case for it, you should stick to search-time extractions (aka KV_MODE=json in this case).&lt;/P&gt;&lt;P&gt;2a. You should _never_ touch the */default/* files! (unless you're making your own app and providing the default config for it). Your overwrites should go to the local directory.&lt;/P&gt;&lt;P&gt;2b. But on which component did you put those settings?&lt;/P&gt;&lt;P&gt;Did you adjust any other settings regarding this sourcetype? What does the btool say? (splunk btool props list &amp;lt;your_sourcetype&amp;gt; --debug)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 10:42:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654653#M110959</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-08-17T10:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: change timeformat in props.conf for a specific sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654658#M110962</link>
      <description>&lt;P&gt;You right! i have change the value directly on the app's&amp;nbsp;props.conf reported the correct field and now it works.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 11:17:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654658#M110962</guid>
      <dc:creator>Simone</dc:creator>
      <dc:date>2023-08-17T11:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: change timeformat in props.conf for a specific sourcetype</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654770#M110977</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/259200"&gt;@Simone&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 20:59:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-change-timeformat-in-props-conf-for-a-specific-sourcetype/m-p/654770#M110977</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-17T20:59:49Z</dc:date>
    </item>
  </channel>
</rss>

