<?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 ERROR KVStorageProvider - Operation createIndex - Cannot index parallel arrays in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/ERROR-KVStorageProvider-Operation-createIndex-Cannot-index/m-p/392997#M3374</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm working with a distributed Splunk 6.3.1 architecture with:&lt;/P&gt;

&lt;P&gt;1 SH&lt;BR /&gt;
1 IDX&lt;BR /&gt;
1 HF&lt;/P&gt;

&lt;P&gt;And since one day I'm receiving this error message (which is replicating each second on splunk.log):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;06-15-2018 11:06:22.950 +0200 ERROR KVStorageProvider - An error occurred during the last operation ('createIndex', domain: '5', code: '10088'): exception: cannot index parallel arrays [area] [group]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Since that day, none of my custom Splunk apps work because the mongo service is down, and I'm receiving this message when I execute an | inputlookup:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Error in 'inputlookup' command: External command based lookup 'kvstore_mykvstore' is not available because KV Store initialization has failed. Please contact your system administrator.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does anybody knows what is happening here or where can I found more information about this problem? In splunk.log I'm only seeing the KVStorageProvider error, and I don't know where or how I can solve this.&lt;/P&gt;

&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jun 2018 09:14:01 GMT</pubDate>
    <dc:creator>faguilar</dc:creator>
    <dc:date>2018-06-15T09:14:01Z</dc:date>
    <item>
      <title>ERROR KVStorageProvider - Operation createIndex - Cannot index parallel arrays</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/ERROR-KVStorageProvider-Operation-createIndex-Cannot-index/m-p/392997#M3374</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm working with a distributed Splunk 6.3.1 architecture with:&lt;/P&gt;

&lt;P&gt;1 SH&lt;BR /&gt;
1 IDX&lt;BR /&gt;
1 HF&lt;/P&gt;

&lt;P&gt;And since one day I'm receiving this error message (which is replicating each second on splunk.log):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;06-15-2018 11:06:22.950 +0200 ERROR KVStorageProvider - An error occurred during the last operation ('createIndex', domain: '5', code: '10088'): exception: cannot index parallel arrays [area] [group]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Since that day, none of my custom Splunk apps work because the mongo service is down, and I'm receiving this message when I execute an | inputlookup:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Error in 'inputlookup' command: External command based lookup 'kvstore_mykvstore' is not available because KV Store initialization has failed. Please contact your system administrator.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does anybody knows what is happening here or where can I found more information about this problem? In splunk.log I'm only seeing the KVStorageProvider error, and I don't know where or how I can solve this.&lt;/P&gt;

&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 09:14:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/ERROR-KVStorageProvider-Operation-createIndex-Cannot-index/m-p/392997#M3374</guid>
      <dc:creator>faguilar</dc:creator>
      <dc:date>2018-06-15T09:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR KVStorageProvider - Operation createIndex - Cannot index parallel arrays</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/ERROR-KVStorageProvider-Operation-createIndex-Cannot-index/m-p/392998#M3375</link>
      <description>&lt;P&gt;Hi, You mentioned that you are probably using mongodb app.&lt;BR /&gt;
It looks like an issue with Mongodb per se and not Splunk perhaps.&lt;BR /&gt;
Check out this below stack link - is this issue similar?&lt;BR /&gt;
&lt;A href="https://stackoverflow.com/questions/25059525/indexing-parallel-arrays-in-mongodb"&gt;https://stackoverflow.com/questions/25059525/indexing-parallel-arrays-in-mongodb&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 10:09:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/ERROR-KVStorageProvider-Operation-createIndex-Cannot-index/m-p/392998#M3375</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2018-06-15T10:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR KVStorageProvider - Operation createIndex - Cannot index parallel arrays</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/ERROR-KVStorageProvider-Operation-createIndex-Cannot-index/m-p/392999#M3376</link>
      <description>&lt;P&gt;We had a similar and ended up separating the combined accelerated_fields into two separate entries.&lt;/P&gt;

&lt;P&gt;Our researched showed that these fields has a few multi-valued entries which we believe mongo saves as arrays thus causing the issue,Check if either of the fields in the KV are multi-valued.   We believe that a MV field cannot be part of a multi-part accelerated field (mongo index)&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 20:47:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/ERROR-KVStorageProvider-Operation-createIndex-Cannot-index/m-p/392999#M3376</guid>
      <dc:creator>onthebay</dc:creator>
      <dc:date>2019-07-10T20:47:55Z</dc:date>
    </item>
  </channel>
</rss>

