<?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 Incorrect Timestamp in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550625#M91425</link>
    <description>&lt;P&gt;hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some xml files coming in which is working fine, however, despite setting the TIME_FORMAT to&amp;nbsp;%d/%m/%Y %H:%M:%S it is still putting some events into indexes with MM/DD/YYYY.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the time format is set in a props.conf file for my input but it appears to me ignoring it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also noticed that despite me telling it to use a particular source type its making up its own that isnt in my instance. could that be the reason? if so why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
    <pubDate>Thu, 06 May 2021 10:52:07 GMT</pubDate>
    <dc:creator>damo66a</dc:creator>
    <dc:date>2021-05-06T10:52:07Z</dc:date>
    <item>
      <title>Incorrect Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550625#M91425</link>
      <description>&lt;P&gt;hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some xml files coming in which is working fine, however, despite setting the TIME_FORMAT to&amp;nbsp;%d/%m/%Y %H:%M:%S it is still putting some events into indexes with MM/DD/YYYY.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the time format is set in a props.conf file for my input but it appears to me ignoring it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also noticed that despite me telling it to use a particular source type its making up its own that isnt in my instance. could that be the reason? if so why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 10:52:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550625#M91425</guid>
      <dc:creator>damo66a</dc:creator>
      <dc:date>2021-05-06T10:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550638#M91427</link>
      <description>&lt;P&gt;The wrong sourcetype will prevent Splunk from using any of the settings for the expected sourcetype.&amp;nbsp; Fix that and TIME_FORMAT should work.&amp;nbsp; Share your inputs.conf settings if you need help with the sourcetype setting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, make sure your props.conf file is in the right place (indexer or HF) and the instance was restarted after the file was changed.&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 12:59:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550638#M91427</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-05-06T12:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550641#M91429</link>
      <description>&lt;P&gt;i think perhaps i may have done this wrong then.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my inputs.conf is as follows:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[fschange:E:\Logs\*]
pollPeriod = 60
signedaudit=false
fullEvent=true
sendEventMaxSize=-1

index = ccure_sitedata
sourcetype = ccure_site_journal&lt;/LI-CODE&gt;&lt;P&gt;looking at sourcetypes in my cloud instance, the above mentioned sourcetype does have a TIME_FORMAT flag set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;as part of the app i have also done a props.conf file but presumably from what you have said, that is incorrect? (im using splunk cloud so presumably i cant edit the props file)&lt;/P&gt;&lt;P&gt;props.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TIME_FORMAT = %d/%m/%Y %H:%M:%S&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am fairly new at this so please forgive me for the formatting of these.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 13:04:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550641#M91429</guid>
      <dc:creator>damo66a</dc:creator>
      <dc:date>2021-05-06T13:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550659#M91433</link>
      <description>&lt;P&gt;i have been doing some more testing and structured the inputs.conf file as per splunk docs but the input is completely ignoring the fact that i'm telling it to use a particular source type and as such ignoring the format behind that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from what i can tell its only marking the first event (or 2) with the required sourcetype and then stating xml as the sourcetype for the rest when there actually isn't a sourcetype named that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what am i doing wrong? i've followed the documentation&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 15:19:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550659#M91433</guid>
      <dc:creator>damo66a</dc:creator>
      <dc:date>2021-05-06T15:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550845#M91458</link>
      <description>&lt;P&gt;I've never experienced the sourcetype changing midstream like that.&amp;nbsp; Do you have any transforms installed that may be setting the sourcetype based on the data it sees?&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 14:29:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550845#M91458</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-05-07T14:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550870#M91463</link>
      <description>&lt;P&gt;I presume you are running this from a UF or HF - do you have access to the forwarder to run a btool?&lt;BR /&gt;I would start by doing btool on the input to verify the sourcetype configuration isn't getting clobbered there, then I would also btool the props of the sourcetype to see if the time format is correct.&lt;BR /&gt;&lt;BR /&gt;Directions: &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.3/Troubleshooting/Usebtooltotroubleshootconfigurations" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.3/Troubleshooting/Usebtooltotroubleshootconfigurations&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 17:06:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/550870#M91463</guid>
      <dc:creator>erika_horton</dc:creator>
      <dc:date>2021-05-07T17:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/551047#M91492</link>
      <description>&lt;P&gt;i have tried to use the btool and its not jumping out with any errors or anything. to be fair im not 100% im doing it right.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 08:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/551047#M91492</guid>
      <dc:creator>damo66a</dc:creator>
      <dc:date>2021-05-10T08:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/551050#M91493</link>
      <description>&lt;P&gt;i dont beleive i have any transforms. certainly not any i've put in myself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a props.conf that contains the time format as stated above. other than that, nothing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 08:42:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/551050#M91493</guid>
      <dc:creator>damo66a</dc:creator>
      <dc:date>2021-05-10T08:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/551433#M91523</link>
      <description>&lt;P&gt;any ideas anyone?&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 09:03:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/551433#M91523</guid>
      <dc:creator>damo66a</dc:creator>
      <dc:date>2021-05-13T09:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/551870#M91590</link>
      <description>&lt;P&gt;no one?&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 13:09:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Incorrect-Timestamp/m-p/551870#M91590</guid>
      <dc:creator>damo66a</dc:creator>
      <dc:date>2021-05-17T13:09:58Z</dc:date>
    </item>
  </channel>
</rss>

