<?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: Problem to indexer a multivalue field too longer in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Problem-to-indexer-a-multivalue-field-too-longer/m-p/493587#M194436</link>
    <description>&lt;P&gt;In props.conf has no TRUNCATE, and the default value of 10000 is greater than the length of my data:&lt;/P&gt;

&lt;P&gt;Content of this file is:&lt;/P&gt;

&lt;P&gt;```&lt;BR /&gt;
[source::.../&lt;EM&gt;.txt]&lt;BR /&gt;
EXTRACT-codproceso=\/(?[\d]+)\s in source&lt;BR /&gt;
EXTRACT-proceso=\s(?[a-zA-ZñÑáéíóúÁÉÍÓÚçÇ\s]+)[\d-_]&lt;/EM&gt;.txt in source&lt;BR /&gt;
EXTRACT-fichero=.*\/(?[^\n]+) in source&lt;BR /&gt;
EXTRACT-codusr=(?[^\@]+) in EMAIL_USU&lt;/P&gt;

&lt;P&gt;[mxp_agentes]&lt;BR /&gt;
EXTRACT-fecactu = (?\d{8}) in NUM_REF_AGN&lt;/P&gt;

&lt;P&gt;[mxp_transfer]&lt;BR /&gt;
EVAL-_time = strptime(timestamp_path,"%Y/%m/%d")&lt;/P&gt;

&lt;P&gt;[host::IDX_lugar]&lt;BR /&gt;
TRANSFORMS-routing=routing_mexico&lt;BR /&gt;
```&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 03:04:57 GMT</pubDate>
    <dc:creator>adolfus1982</dc:creator>
    <dc:date>2020-09-30T03:04:57Z</dc:date>
    <item>
      <title>Problem to indexer a multivalue field too longer</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Problem-to-indexer-a-multivalue-field-too-longer/m-p/493585#M194434</link>
      <description>&lt;P&gt;Hi everybody&lt;BR /&gt;
Trying to index a multivalue field with more than 6000 characters approx. With the same sourcetype we have two behaviour: If the length of that field is minor than 6000 it's indexed correctly, nevertheless if that field is greater than 6000 is being saved just the first element removing the rest of that field and stopping indexing the rest of the fields. &lt;/P&gt;

&lt;P&gt;For example if event contains the follow info  :&lt;BR /&gt;
&lt;STRONG&gt;field1&lt;/STRONG&gt;:"1231644", &lt;STRONG&gt;field2&lt;/STRONG&gt;:"64614",&lt;STRONG&gt;field3&lt;/STRONG&gt;:"sdfeee", &lt;STRONG&gt;field4&lt;/STRONG&gt;:"ghdddfgd",    &lt;STRONG&gt;field5&lt;/STRONG&gt;:"1616",&lt;STRONG&gt;field6&lt;/STRONG&gt;:"1231644",&lt;BR /&gt;
&lt;STRONG&gt;field7&lt;/STRONG&gt;:"xxxxxx1, xxxxxxx,xxxxxx2, xxxxxx3, xxxxxx4,xxxxxxx, xxxxxxx, xxxxxxx,xxxxxxx, xxxxxxx, xxxxxxx,xxxxxxx, xxxxxxx......xxxx12158"&lt;STRONG&gt;,field8&lt;/STRONG&gt;:"464641", &lt;STRONG&gt;field9&lt;/STRONG&gt;:"7416",&lt;/P&gt;

&lt;P&gt;When I extract info, it shows :&lt;BR /&gt;
&lt;STRONG&gt;field1&lt;/STRONG&gt;:1231644&lt;BR /&gt;
 &lt;STRONG&gt;field2&lt;/STRONG&gt;:64614&lt;BR /&gt;
&lt;STRONG&gt;field3&lt;/STRONG&gt;:sdfeee&lt;BR /&gt;
&lt;STRONG&gt;field4&lt;/STRONG&gt;:ghdddfgd&lt;BR /&gt;
 &lt;STRONG&gt;field5&lt;/STRONG&gt;:1616&lt;BR /&gt;
&lt;STRONG&gt;field6&lt;/STRONG&gt;:1231644&lt;BR /&gt;
&lt;STRONG&gt;field7&lt;/STRONG&gt;:"xxxxxx1&lt;BR /&gt;
&lt;STRONG&gt;date:&lt;BR /&gt;
index&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;So  field8 ,field9 and following aren´t&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 10:37:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Problem-to-indexer-a-multivalue-field-too-longer/m-p/493585#M194434</guid>
      <dc:creator>adolfus1982</dc:creator>
      <dc:date>2019-11-26T10:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to indexer a multivalue field too longer</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Problem-to-indexer-a-multivalue-field-too-longer/m-p/493586#M194435</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Can you check the the props.conf config file for that sourcetype and see whether there is any settings for TRUNCATE.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TRUNCATE = &amp;lt;non-negative integer&amp;gt;
* The default maximum line length, in bytes.
* Although this is in bytes, line length is rounded down when this would
  otherwise land mid-character for multi-byte characters.
* Set to 0 if you never want truncation (very long lines are, however, often
  a sign of garbage data).
* Default: 10000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.0/Admin/Propsconf"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.0/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Sid&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 14:12:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Problem-to-indexer-a-multivalue-field-too-longer/m-p/493586#M194435</guid>
      <dc:creator>techiesid</dc:creator>
      <dc:date>2019-11-26T14:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to indexer a multivalue field too longer</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Problem-to-indexer-a-multivalue-field-too-longer/m-p/493587#M194436</link>
      <description>&lt;P&gt;In props.conf has no TRUNCATE, and the default value of 10000 is greater than the length of my data:&lt;/P&gt;

&lt;P&gt;Content of this file is:&lt;/P&gt;

&lt;P&gt;```&lt;BR /&gt;
[source::.../&lt;EM&gt;.txt]&lt;BR /&gt;
EXTRACT-codproceso=\/(?[\d]+)\s in source&lt;BR /&gt;
EXTRACT-proceso=\s(?[a-zA-ZñÑáéíóúÁÉÍÓÚçÇ\s]+)[\d-_]&lt;/EM&gt;.txt in source&lt;BR /&gt;
EXTRACT-fichero=.*\/(?[^\n]+) in source&lt;BR /&gt;
EXTRACT-codusr=(?[^\@]+) in EMAIL_USU&lt;/P&gt;

&lt;P&gt;[mxp_agentes]&lt;BR /&gt;
EXTRACT-fecactu = (?\d{8}) in NUM_REF_AGN&lt;/P&gt;

&lt;P&gt;[mxp_transfer]&lt;BR /&gt;
EVAL-_time = strptime(timestamp_path,"%Y/%m/%d")&lt;/P&gt;

&lt;P&gt;[host::IDX_lugar]&lt;BR /&gt;
TRANSFORMS-routing=routing_mexico&lt;BR /&gt;
```&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:04:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Problem-to-indexer-a-multivalue-field-too-longer/m-p/493587#M194436</guid>
      <dc:creator>adolfus1982</dc:creator>
      <dc:date>2020-09-30T03:04:57Z</dc:date>
    </item>
  </channel>
</rss>

