<?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 How to index log with table data inside? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-index-log-with-table-data-inside/m-p/319189#M95415</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have some logs that contain &lt;STRONG&gt;table&lt;/STRONG&gt; data inside - which means there are multiple fields with the same key name.&lt;BR /&gt;
Therefore, when I build my add-on and try to extract the fields using regex, Splunk refer to the 1st occurrence while the others are not index at all.&lt;/P&gt;

&lt;P&gt;Is there any option to index the other fields with the same name as they are or by changing their name?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;action = ok; action = canceled; action = ok; id = 1; id = 213; id = 98;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in that case - only the 1st occurrences of action and id will be indexed.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 10 Apr 2018 15:36:58 GMT</pubDate>
    <dc:creator>shayhibah</dc:creator>
    <dc:date>2018-04-10T15:36:58Z</dc:date>
    <item>
      <title>How to index log with table data inside?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-index-log-with-table-data-inside/m-p/319189#M95415</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have some logs that contain &lt;STRONG&gt;table&lt;/STRONG&gt; data inside - which means there are multiple fields with the same key name.&lt;BR /&gt;
Therefore, when I build my add-on and try to extract the fields using regex, Splunk refer to the 1st occurrence while the others are not index at all.&lt;/P&gt;

&lt;P&gt;Is there any option to index the other fields with the same name as they are or by changing their name?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;action = ok; action = canceled; action = ok; id = 1; id = 213; id = 98;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in that case - only the 1st occurrences of action and id will be indexed.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 15:36:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-index-log-with-table-data-inside/m-p/319189#M95415</guid>
      <dc:creator>shayhibah</dc:creator>
      <dc:date>2018-04-10T15:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to index log with table data inside?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-index-log-with-table-data-inside/m-p/319190#M95416</link>
      <description>&lt;P&gt;@shayhibah, seems like you should use &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Knowledge/ConfigureSplunktoparsemulti-valuefields#Example"&gt;fields.conf with TOKENIZER&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 17:45:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-index-log-with-table-data-inside/m-p/319190#M95416</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-10T17:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to index log with table data inside?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-index-log-with-table-data-inside/m-p/319191#M95417</link>
      <description>&lt;P&gt;Basically this: &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.3/Knowledge/ConfigureSplunktoparsemulti-valuefields"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.3/Knowledge/ConfigureSplunktoparsemulti-valuefields&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 18:50:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-index-log-with-table-data-inside/m-p/319191#M95417</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-04-10T18:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to index log with table data inside?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-index-log-with-table-data-inside/m-p/319192#M95418</link>
      <description>&lt;P&gt;Unfortunately this link is relevant for search time only:&lt;/P&gt;

&lt;P&gt;"Multivalue fields are parsed at search time, which enables you to process the resulting values in the search pipeline. "&lt;/P&gt;

&lt;P&gt;I would like to parse them at indexing time and then index them.&lt;BR /&gt;
Is it possible?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 11:30:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-index-log-with-table-data-inside/m-p/319192#M95418</guid>
      <dc:creator>shayhibah</dc:creator>
      <dc:date>2018-04-11T11:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to index log with table data inside?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-index-log-with-table-data-inside/m-p/319193#M95419</link>
      <description>&lt;P&gt;Unfortunately this link is relevant for search time only:&lt;/P&gt;

&lt;P&gt;"Multivalue fields are parsed at search time, which enables you to process the resulting values in the search pipeline. "&lt;/P&gt;

&lt;P&gt;I would like to parse them at indexing time and then index them.&lt;BR /&gt;
Is it possible?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 11:31:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-index-log-with-table-data-inside/m-p/319193#M95419</guid>
      <dc:creator>shayhibah</dc:creator>
      <dc:date>2018-04-11T11:31:03Z</dc:date>
    </item>
  </channel>
</rss>

