<?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: How to extract field for the data with spaces in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-for-the-data-with-spaces/m-p/149208#M41709</link>
    <description>&lt;P&gt;Hi,sumanth_isac&lt;/P&gt;

&lt;P&gt;your props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[your_sourcetype]
REPORT-AutoHeader = AutoHeader-my_sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;your transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[AutoHeader-my_sourcetype]
DELIMS = ” ”
FIELDS = “field１”,”field２”,”field３”, …
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For more information, see below link&lt;BR /&gt;
&lt;A href="http://splunkblog.vccorp.net/?p=428"&gt;http://splunkblog.vccorp.net/?p=428&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Dec 2014 07:32:46 GMT</pubDate>
    <dc:creator>akanno</dc:creator>
    <dc:date>2014-12-11T07:32:46Z</dc:date>
    <item>
      <title>How to extract field for the data with spaces</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-for-the-data-with-spaces/m-p/149207#M41708</link>
      <description>&lt;P&gt;Hi I have data as below. &lt;/P&gt;

&lt;P&gt;9B 85 65 70 20 61 6C 69 76 65 2C 33 30 30 30 30 3C 00 is one pattern &lt;/P&gt;

&lt;P&gt;9B 85 65 70 20 61 6C 69 76 65 2C 33 30 30 30 30 3C is the other pattern &lt;/P&gt;

&lt;P&gt;How can i extract the field for this recurring events&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 07:21:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-for-the-data-with-spaces/m-p/149207#M41708</guid>
      <dc:creator>sumanth_isac</dc:creator>
      <dc:date>2014-12-11T07:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract field for the data with spaces</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-for-the-data-with-spaces/m-p/149208#M41709</link>
      <description>&lt;P&gt;Hi,sumanth_isac&lt;/P&gt;

&lt;P&gt;your props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[your_sourcetype]
REPORT-AutoHeader = AutoHeader-my_sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;your transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[AutoHeader-my_sourcetype]
DELIMS = ” ”
FIELDS = “field１”,”field２”,”field３”, …
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For more information, see below link&lt;BR /&gt;
&lt;A href="http://splunkblog.vccorp.net/?p=428"&gt;http://splunkblog.vccorp.net/?p=428&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 07:32:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-for-the-data-with-spaces/m-p/149208#M41709</guid>
      <dc:creator>akanno</dc:creator>
      <dc:date>2014-12-11T07:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract field for the data with spaces</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-for-the-data-with-spaces/m-p/149209#M41710</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
write a search with regular expression&lt;BR /&gt;
try this one&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...|rex "(?i)(?P&amp;lt;FIELDNAME&amp;gt;[\d\w\s]+[^ ]+)"|...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Dec 2014 10:54:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-for-the-data-with-spaces/m-p/149209#M41710</guid>
      <dc:creator>btt</dc:creator>
      <dc:date>2014-12-11T10:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract field for the data with spaces</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-for-the-data-with-spaces/m-p/149210#M41711</link>
      <description>&lt;P&gt;write a search with regular expression&lt;BR /&gt;
try this one&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...|rex "(?i)(?P&amp;lt;FIELDNAME&amp;gt;[\d\w\s]+)"|...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Dec 2014 11:01:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-for-the-data-with-spaces/m-p/149210#M41711</guid>
      <dc:creator>btt</dc:creator>
      <dc:date>2014-12-11T11:01:49Z</dc:date>
    </item>
  </channel>
</rss>

