<?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: Tab separated events in log - how do I parse it into fields? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285468#M54520</link>
    <description>&lt;P&gt;Some sample data would be helpful.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2017 14:11:59 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2017-02-13T14:11:59Z</dc:date>
    <item>
      <title>Tab separated events in log - how do I parse it into fields?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285467#M54519</link>
      <description>&lt;P&gt;I dont know why I cannot get this to work BUT, I have a log that is TSV and I want to carve out the fields. Beyond TSV the first field needs to be parsed as colon separated and my timestamp is the second part of that first field. How do I accomplish this? These are actually bro logs that do not parse correctly with he Spunk App for bro IDS.  This app is for v2.4&amp;lt; and we are on 2.5. Any help is much appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 12:31:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285467#M54519</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2017-02-13T12:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tab separated events in log - how do I parse it into fields?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285468#M54520</link>
      <description>&lt;P&gt;Some sample data would be helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285468#M54520</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-02-13T14:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Tab separated events in log - how do I parse it into fields?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285469#M54521</link>
      <description>&lt;P&gt;I find it hard to believe the bro logs dont parse correctly with the splunk app for bro IDS.  Did you follow the installation instructions completely? &lt;/P&gt;

&lt;P&gt;Do you have a distributed splunk install?  If so, where did you put the props? &lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 15:32:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285469#M54521</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-02-13T15:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tab separated events in log - how do I parse it into fields?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285470#M54522</link>
      <description>&lt;P&gt;I did follow the instructions, which clearly state that it is compatible with =&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 16:03:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285470#M54522</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2017-02-13T16:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tab separated events in log - how do I parse it into fields?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285471#M54523</link>
      <description>&lt;P&gt;A sample data would be:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1/3/2016 11:05:05\tfield1\tfield2\tfield3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;please note that I cannot put the tabs in there so I used the \t esc character. This is just a sample of data for testing purposes.&lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 16:05:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285471#M54523</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2017-02-13T16:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tab separated events in log - how do I parse it into fields?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285472#M54524</link>
      <description>&lt;P&gt;Here's one way, put this props on your forwarders &amp;amp; indexers.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sourcetypeName]
INDEXED_EXTRACTIONS=TSV
FIELD_NAMES = _time, fielda, fieldb, fieldc
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Feb 2017 16:09:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285472#M54524</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-02-13T16:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Tab separated events in log - how do I parse it into fields?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285473#M54525</link>
      <description>&lt;P&gt;Here is my props.conf:&lt;/P&gt;

&lt;P&gt;splunk[/opt/splunk/etc/apps/bro/local] # cat props.conf &lt;BR /&gt;
[bro]&lt;BR /&gt;
INDEXED_EXTRACTIONS = TSV&lt;BR /&gt;
FIELD_NAMES = field1, field2, field3, field4&lt;BR /&gt;
splunk[/opt/splunk/etc/apps/bro/local] #&lt;/P&gt;

&lt;P&gt;This did not work, I am sorry.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:50:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285473#M54525</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2020-09-29T12:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tab separated events in log - how do I parse it into fields?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285474#M54526</link>
      <description>&lt;P&gt;I noticed this is in /opt/splunk...   Do you have a distributed environment?&lt;/P&gt;

&lt;P&gt;Can you explain the integration's architecture like below?&lt;/P&gt;

&lt;P&gt;bro logs -&amp;gt; universal forwarder -&amp;gt; indexer -&amp;gt; search heads&lt;/P&gt;

&lt;P&gt;or maybe&lt;/P&gt;

&lt;P&gt;bro logs -&amp;gt; indexer &amp;amp; search head&lt;/P&gt;

&lt;P&gt;etc.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 16:24:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Tab-separated-events-in-log-how-do-I-parse-it-into-fields/m-p/285474#M54526</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-02-13T16:24:41Z</dc:date>
    </item>
  </channel>
</rss>

