After copying template from ES_1 to ES_2, Map is not similar

Hi,

I copied a template from ES_1 to ES_2. In ES_1 there are no ".keyword"'s in them while in ES_2 there are.

I saw in ES_2:

"transactionId": {
            "type": "text",
            "fields": {
              "keyword": {
                "type": "keyword",
                "ignore_above": 256
              }
            }
          },

Even though I copied the template from ES_1 to ES_2...

This means if I query for an in ES_1 I will get a result while in ES_2 I will get an error, but querying for a.keyword in ES_1 will give me an error but in ES_2 it will be fine. Why is this, how can I change this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.