Check out these 2 discussion threads:
opened 08:13AM - 15 Apr 19 UTC
closed 02:26PM - 05 Mar 20 UTC
Team:Core
Team:Operations
**Kibana version:** 7.0.0
**Elasticsearch version:** 7.0.0
**Server OS ver… sion:** Centos 7.6 64 bit
**Browser version:** Chrome Version 73.0.3683.86 (Official Build) (64-bit)
(tried with IE also)
**Browser OS version:** Version 73.0.3683.86 (Official Build) (64-bit)
**Original install method (e.g. download page, yum, from source, etc.):** yum
**Describe the bug:**
Updated both from 6.7.1 to 7.0.0.
Cluster is green, but when browsing kibana on browser, I get:
> {"message":"mapping set to strict, dynamic introduction of [references] within [doc] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [references] within [doc] is not allowed","statusCode":400,"error":"Bad Request"}
**Steps to reproduce:**
1. Just upgrade 6.7.1 elasticsearch and kibana to 7.0.0
2. From browser, go to kibana URL and you get an error.
(kibana is using default conf)
**Expected behavior:** Kibana UI should open up.
**Screenshots (if relevant):**
**Errors in browser console (if relevant):**
![image](https://user-images.githubusercontent.com/25365468/56116713-35322c80-5f6f-11e9-8976-28aaaccf427d.png)
**Provide logs and/or server output (if relevant):**
Elasticsearch has following errors in logfile, when visiting kibana UI:
```
[2019-04-11T15:32:31,084][DEBUG][o.e.a.b.TransportShardBulkAction] [dev-dc1-rk] [.kibana_1][0] failed to execute bulk item (create) index {[.kibana][_doc][config:7.0.0], source[{"config":{"buildNum":23117,"defaultIndex":"11ed3b50-4180-11e9-8c13-3da5f557b485"},"type":"config","references":[],"updated_at":"2019-04-11T12:32:31.082Z"}]}
org.elasticsearch.index.mapper.StrictDynamicMappingException: mapping set to strict, dynamic introduction of [references] within [doc] is not allowed
at org.elasticsearch.index.mapper.DocumentParser.parseArray(DocumentParser.java:536) ~[elasticsearch-7.0.0.jar:7.0.0]
at org.elasticsearch.index.mapper.DocumentParser.innerParseObject(DocumentParser.java:394) ~[elasticsearch-7.0.0.jar:7.0.0]
at org.elasticsearch.index.mapper.DocumentParser.parseObjectOrNested(DocumentParser.java:381) ~[elasticsearch-7.0.0.jar:7.0.0]
at org.elasticsearch.index.mapper.DocumentParser.internalParseDocument(DocumentParser.java:98) ~[elasticsearch-7.0.0.jar:7.0.0]
at org.elasticsearch.index.mapper.DocumentParser.parseDocument(DocumentParser.java:71) ~[elasticsearch-7.0.0.jar:7.0.0]
at org.elasticsearch.index.mapper.DocumentMapper.parse(DocumentMapper.java:267) ~[elasticsearch-7.0.0.jar:7.0.0]
at org.elasticsearch.index.shard.IndexShard.prepareIndex(IndexShard.java:770) ~[elasticsearch-7.0.0.jar:7.0.0]
at org.elasticsearch.index.shard.IndexShard.applyIndexOperation(IndexShard.java:747) ~[elasticsearch-7.0.0.jar:7.0.0]
at org.elasticsearch.index.shard.IndexShard.applyIndexOperationOnPrimary(IndexShard.java:719) ~[elasticsearch-7.0.0.jar:7.0.0]
```
**Any additional context:**
I opened this discussion here, and there are lot of people who are having the same problem.
https://discuss.elastic.co/t/kibana-mapping-set-to-strict-dynamic-introduction-of-references-within-doc-is-not-allowed/176403
Hi
elastic, kibana 7.0.0 (rpm installation)
Centos7
Updated both from 6.7.1 to 7.0.0.
Cluster is green, but when browsing kibana on browser, I get:
{"message":"mapping set to strict, dynamic introduction of [references] within [doc] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [references] within [doc] is not allowed","statusCode":400,"error":"Bad Request"}
Elasticsearch log has this:
[2019-04-11T15:32:31,084][DEBUG][o.e.a.b.Transport…