<?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: Date Format is not recognized in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648956#M110288</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258297"&gt;@agilhomar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;could you share a sample of your logs?&lt;/P&gt;&lt;P&gt;Then where did you located the props.conf? have you intermediate Heavy Forwarders?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jul 2023 07:18:12 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-07-03T07:18:12Z</dc:date>
    <item>
      <title>Date Format is not recognized</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648955#M110287</link>
      <description>&lt;P&gt;The Logs I am tring to onboard in Splunk have the following time format,&amp;nbsp; "YY.MM.DD HH:MM:SS" so I made a props.conf accordingly:&amp;nbsp;&lt;/P&gt;&lt;P&gt;[sourcetype name]&lt;BR /&gt;DATETIME_CONFIG =&lt;BR /&gt;TIME_FORMAT = %y.%m.%d %H:%M:%S&lt;BR /&gt;TIME_PREFIX = ^&lt;BR /&gt;BREAK_ONLY_BEFORE_DATE = true&lt;BR /&gt;MAX_TIMESTAMP_LOOKAHEAD = 20&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;SHOULD_LINEMERGE = false&lt;/P&gt;&lt;P&gt;this config was the one created by splunk when I parsed the Logs as an Upload, there were the dates properl readen. When I deploy this in production the sourctype name exists but does nothing to parse it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, the year, month and day are read 2 times meaning that the hour in the logs is the date. For example, today all the logs are writen in the 23:07:03 hour. I also tried to chande datime_config to current but is also not working. Nothnig that I change in props file is taken into acount in prod. For gaining further commpreension of this case the Logs are Created in the DMZ and sent to the index throug a Deployer in the DMZ. Where could be the problem? Why is it props.conf working on the logs when uploaded and not when sent through a UFW?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 07:12:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648955#M110287</guid>
      <dc:creator>agilhomar</dc:creator>
      <dc:date>2023-07-03T07:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format is not recognized</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648956#M110288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258297"&gt;@agilhomar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;could you share a sample of your logs?&lt;/P&gt;&lt;P&gt;Then where did you located the props.conf? have you intermediate Heavy Forwarders?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 07:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648956#M110288</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-07-03T07:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format is not recognized</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648957#M110289</link>
      <description>&lt;P&gt;There are several things going on here...&lt;/P&gt;&lt;P&gt;1. "the Logs are Created in the DMZ and sent to the index throug a Deployer in the DMZ". Deployer is a component used for managing search-head cluster so I'm pretty sure that even if you have a search-head cluster, it has nothing to do with your ingestion process.&lt;/P&gt;&lt;P&gt;2. The most important bit - where are you deploying the settings - on which component? (and in which file(s)).&lt;/P&gt;&lt;P&gt;3. Watch out for letter case - DATETIME_CONFIG and datetime_config are two different option names. One is valid, other is not.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 07:21:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648957#M110289</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-07-03T07:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format is not recognized</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648960#M110291</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can you send a sample log event?&lt;/P&gt;&lt;P&gt;You said that you are collecting logs on UF and then send those via Deployer Server (?). If this is true have you set that props.conf to your DS as it is acting like intermediate forwarder before indexers? You also must restart DS after you have change that props.conf on it. Or are you meaning that you have configured inputs.conf for your UF on DS and then send those to UF? If that then you should also add props.conf into first full enterprise instance from UF to IDX and also do a restart for that instance. I suppose that this is your situation as yo shouldn't use DS as IHF also. If you are needing separate IHF for DMZ log just set e.g. min two separate HF for that purpose (don't you DS as it).&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 07:35:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648960#M110291</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-03T07:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format is not recognized</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648961#M110292</link>
      <description>&lt;P class="lia-align-justify"&gt;Fisrst of all thank you very much for the quick response. I will try to clarify every aspect that you mention.&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;1. The logs are created in the DMZ and sent to a HFW there. Then they are sent from the HFW to the index cluster. The HFW acts as a forwarder manager for the DMZ Hosts.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;2. In this HFW under deploying-apps I have the Forwarder Apps. There for every specific app, I have the inputs.conf and the props.conf both of them are in the following path $ForwarderAppName/default. In inputs.conf I set the monitor stanzas and in props.conf I set the sourcetypes config. I have also Serverclasses that bound my Forwarder Apps with the Host I want to get the logs of.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;3 In the Config file I used the valid one:&amp;nbsp;&lt;SPAN&gt;DATETIME_CONFIG&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 07:41:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648961#M110292</guid>
      <dc:creator>agilhomar</dc:creator>
      <dc:date>2023-07-03T07:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format is not recognized</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648965#M110293</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;&lt;P&gt;The logs are like this (2 events):&lt;/P&gt;&lt;P&gt;23.06.27 09:19:30 [id:1234567]ERROR: Fail to attach shared memory:[RULE]&lt;/P&gt;&lt;P&gt;23.06.27 09:19:30 [id:1234567]ALERT-:condition[AppBase]&lt;/P&gt;&lt;P&gt;Thank you very much for your quick response!&lt;/P&gt;&lt;P&gt;Agil&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 07:59:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648965#M110293</guid>
      <dc:creator>agilhomar</dc:creator>
      <dc:date>2023-07-03T07:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format is not recognized</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648968#M110294</link>
      <description>&lt;P&gt;So you have Deployment Server acting as IHF (intermediate heavy forwarder) too. This is not a recommended configuration! You should have separate IHF or even min two of them between your UFs and indexers.&lt;/P&gt;&lt;P&gt;Until you could fix this you must install all those props.conf also into DS into own apps. You&amp;nbsp;&lt;STRONG&gt;cannot&lt;/STRONG&gt; use DS to deploy these into itself! That didn't end nice if you try it &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;props.conf (and other too) are handled into 1st full enterprise instance (which is in your case DS). Rest instances only forward those or index those. They don't do anything else for events. I suppose that you haven't installed props.conf into DS under separate app into $SPLUNK_HOME/etc/apps/&amp;lt;your props app&amp;gt;. Just install those there (or preferable way is add a new pair of IHF and use those) and then restart it.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 08:05:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/648968#M110294</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-03T08:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format is not recognized</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/649072#M110304</link>
      <description>&lt;P&gt;Solved: props.conf was in the wrong directory deployed. That is why it had no effect to change it.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 09:00:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/649072#M110304</guid>
      <dc:creator>agilhomar</dc:creator>
      <dc:date>2023-07-04T09:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format is not recognized</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/649074#M110305</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258297"&gt;@agilhomar&lt;/a&gt;&amp;nbsp;,&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>Tue, 04 Jul 2023 09:05:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Date-Format-is-not-recognized/m-p/649074#M110305</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-07-04T09:05:01Z</dc:date>
    </item>
  </channel>
</rss>

