You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by "Kevan Jahanshahi (Jira)" <ji...@apache.org> on 2021/07/02 09:23:00 UTC

[jira] [Created] (UNOMI-498) index template name is hardcoded, it's breaking monthly index mapping when multiple unomi are using the same ElasticSearch

Kevan Jahanshahi created UNOMI-498:
--------------------------------------

             Summary: index template name is hardcoded, it's breaking monthly index mapping when multiple unomi are using the same ElasticSearch
                 Key: UNOMI-498
                 URL: https://issues.apache.org/jira/browse/UNOMI-498
             Project: Apache Unomi
          Issue Type: Bug
            Reporter: Kevan Jahanshahi


The issue is that the mapping is not correct for the monthly index like mentioned by David. And this can be confirmed using Kibana:

GET /twuiysoaenpwj-event-date-2021-06/_mapping

in the developer tools will give you the mapping, and we can clearly see that the mapping: GET /twuiysoaenpwj-event-date-2021-06/_mapping is correct but GET /twuiysoaenpwj-event-date-2021-07/_mapping is not correct. it's missing the analyzers.

The reason why is because Unomi is creating index templates for this monthly indexes:

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)