<?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: Universal forwarder parsin in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350174#M64271</link>
    <description>&lt;P&gt;still same &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2017 12:57:51 GMT</pubDate>
    <dc:creator>dogushan</dc:creator>
    <dc:date>2017-08-03T12:57:51Z</dc:date>
    <item>
      <title>Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350172#M64269</link>
      <description>&lt;P&gt;Hello guys&lt;BR /&gt;
i am new at splunk and i am using splunk cloud trial&lt;BR /&gt;
I have a log file like this, and my event so.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2017-07-31_15:46:26.625 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2017-07-31_15:46:26.813 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                          xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                          xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                          xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                          xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                          xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                          xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                          xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                          xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                          xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2017-07-31_15:46:26.920 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2017-07-31_15:46:26.922 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;i want to break events at  "  2017-07-31_15:46:26.625 " .&lt;/P&gt;

&lt;P&gt;My props.conf file&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[testLinux]
TIME_PREFIX = ^
TIME_FORMAT = %Y-%m-%d %H:%M:%S
MAX_TIMESTAMP_LOOKAHEAD = 30
SHOULD_LINEMERGE = false
LINE_BREAKER = .*_[0-9]*:[0-9]*:[0-9]*.[0-9]*
TRUNCATE = 10000
NO_BINARY_CHECK = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;i want to see events like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    event1 : 2017-07-31_15:46:26.625  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    event2 : 2017-07-31_15:46:26.813 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                               xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                               xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                               xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                               xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                               xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                               xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                               xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                               xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                                               xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx



 event3 : 2017-07-31_15:46:26.920 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

 event4 : 2017-07-31_15:46:26.922 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anyone help me ? sorry for my bad english &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 11:49:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350172#M64269</guid>
      <dc:creator>dogushan</dc:creator>
      <dc:date>2017-08-03T11:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350173#M64270</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
you used a wrong TIME_FORMAT , you have to use &lt;CODE&gt;%Y-%m-%d_%H:%M:%S.%3N&lt;/CODE&gt;&lt;BR /&gt;
in addition change &lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD = 23&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;When you say "i want to break events at " 2017-07-31_15:46:26.625 " are you meaning that you don't want to index events but only timestamp or that every timestamp is the start of a new event?&lt;BR /&gt;
if the first use &lt;CODE&gt;TRUNCATE = 24&lt;/CODE&gt;.&lt;BR /&gt;
if the second one, it's alredy OK.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:12:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350173#M64270</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T15:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350174#M64271</link>
      <description>&lt;P&gt;still same &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 12:57:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350174#M64271</guid>
      <dc:creator>dogushan</dc:creator>
      <dc:date>2017-08-03T12:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350175#M64272</link>
      <description>&lt;P&gt;there are no change in my logs &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 13:35:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350175#M64272</guid>
      <dc:creator>dogushan</dc:creator>
      <dc:date>2017-08-03T13:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350176#M64273</link>
      <description>&lt;P&gt;strange thing because using your TIME_FORMAT you should have a wrong timestamp!&lt;BR /&gt;
probably I understood that you didn't reach to index logs.&lt;BR /&gt;
what is the difference you're speaking? string "event1 : " before timestamp?&lt;BR /&gt;
Splunk takes log as they are, you can modify them using regexes at index time, but it isn't a good idea.&lt;BR /&gt;
Could you share more information abut your need?&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 14:54:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350176#M64273</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-08-03T14:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350177#M64274</link>
      <description>&lt;P&gt;Hi there, try removing the LINE_BREAKER and use this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SHOULD_LINEMERGE = true
BREAK_ONLY_BEFORE = (\d{4}-\d{2}-\d{2})
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Aug 2017 15:08:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350177#M64274</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2017-08-03T15:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350178#M64275</link>
      <description>&lt;P&gt;i just want break events in miliseconds.  for example , i have 6 logs in 1 seceonds and 5 logs in another seconds , but splunk putting them together and shows me 2 events. but i want to see 11 events. &lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 19:00:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350178#M64275</guid>
      <dc:creator>dogushan</dc:creator>
      <dc:date>2017-08-03T19:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350179#M64276</link>
      <description>&lt;P&gt;i did not create any index. is this a problem ? &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 19:08:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350179#M64276</guid>
      <dc:creator>dogushan</dc:creator>
      <dc:date>2017-08-03T19:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350180#M64277</link>
      <description>&lt;P&gt;on command line&lt;BR /&gt;
./splunk add index test&lt;BR /&gt;
The object "index" is not supported on this installation.&lt;/P&gt;

&lt;P&gt;but i can create new index in web&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 19:17:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350180#M64277</guid>
      <dc:creator>dogushan</dc:creator>
      <dc:date>2017-08-03T19:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350181#M64278</link>
      <description>&lt;P&gt;still same &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; &lt;BR /&gt;
i try many changes in props.conf file , there is no changes in my logs&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 19:19:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350181#M64278</guid>
      <dc:creator>dogushan</dc:creator>
      <dc:date>2017-08-03T19:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350182#M64279</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[testLinux]
SHOULD_LINEMERGE=true
NO_BINARY_CHECK=true
BREAK_ONLY_BEFORE=^20\d\d-\d\d-\d\d
TIME_FORMAT=%Y-%m-%d_%H:%M:%S.%N
TIME_PREFIX=^
MAX_TIMESTAMP_LOOKAHEAD=30
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can add the TRUNCATE line if you like.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 23:20:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350182#M64279</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-08-03T23:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350183#M64280</link>
      <description>&lt;P&gt;no changes &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;  i m traying many things but there is no changes in my logs. &lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 05:59:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350183#M64280</guid>
      <dc:creator>dogushan</dc:creator>
      <dc:date>2017-08-04T05:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350184#M64281</link>
      <description>&lt;P&gt;my inputs.conf file :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/test.log]
sourcetype=testLinux


[monitor:///var/log/test3.log]
sourcetype=testLinux
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 04 Aug 2017 06:13:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350184#M64281</guid>
      <dc:creator>dogushan</dc:creator>
      <dc:date>2017-08-04T06:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350185#M64282</link>
      <description>&lt;P&gt;I always put index in my inputs.conf configurations, but this isn't your problem.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;SHOULD_LINEMERGE&lt;/CODE&gt; should be at true and not to false.&lt;BR /&gt;
I'd try to not use &lt;CODE&gt;TIME_PREFIX = ^&lt;/CODE&gt; and leave Splunk to understand wher an event starts.&lt;/P&gt;

&lt;P&gt;The best way to proceed is to download an example of your logs and follow the web guided Add Data procedure [Settings -- Add data].&lt;BR /&gt;
in this way you can immediately test you configuration.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 07:13:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350185#M64282</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-08-04T07:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350186#M64283</link>
      <description>&lt;P&gt;there was a forwarder yesterday  &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; but now &lt;BR /&gt;
""You currently don't have any forwarders installed. If you've recently installed a new forwarder, click the refresh button below to reload page.""&lt;/P&gt;

&lt;P&gt;i dont have outputs.conf at splunk_home/etc/system/local/ directory. is this a problem ? &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;./splunk list forward-server&lt;BR /&gt;
Active forwards:&lt;BR /&gt;
  input-prd-p-xxxxxxxxxxxxxxxxxxxx  &lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 07:46:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350186#M64283</guid>
      <dc:creator>dogushan</dc:creator>
      <dc:date>2017-08-04T07:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350187#M64284</link>
      <description>&lt;P&gt;Hi dogushan,&lt;BR /&gt;
they are two different problems.&lt;/P&gt;

&lt;P&gt;About the original problem try the last procedure (web Add data).&lt;/P&gt;

&lt;P&gt;About the second one: you must have an outputs.conf in your forwarder! &lt;BR /&gt;
it could be in an app or in $SPLUNK_HOME/etc/system/local.&lt;BR /&gt;
You can find it using /opt/splunkforwarder/bin/splunk cmd btool outputs list --debug;&lt;BR /&gt;&lt;BR /&gt;
with this command you have all the outputs.conf configurations and positions.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 08:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350187#M64284</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-08-04T08:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350188#M64285</link>
      <description>&lt;P&gt;web Add data --&amp;gt;&amp;gt; uploads --&amp;gt;&amp;gt;  or  forward ?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 08:34:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350188#M64285</guid>
      <dc:creator>dogushan</dc:creator>
      <dc:date>2017-08-04T08:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350189#M64286</link>
      <description>&lt;P&gt;Upload&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 09:41:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350189#M64286</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-08-04T09:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder parsin</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350190#M64287</link>
      <description>&lt;P&gt;Remember that parsin changes will only be apply to new events.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 12:50:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-parsin/m-p/350190#M64287</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2017-08-04T12:50:56Z</dc:date>
    </item>
  </channel>
</rss>

