【发布时间】:2019-07-12 02:52:56
【问题描述】:
尝试使用教程从 Kibana 加载示例数据:https://www.elastic.co/guide/en/kibana/current/tutorial-load-dataset.html 但面临“错误”错误:{ “类型”:“非法参数异常”, "reason" : "不同类型的mapper [geo.coordinates],current_type [geo_point],merged_type [ObjectMapper]"
curl -H "Content-Type: application/x-ndjson" -XPOST "https://Kibana_username:Kibana_password@cd90859873ee41f2ba44736569855ac6.us-central1.gcp.cloud.es.io:9243/_bulk?pretty" --data-binary @logs.jsonl
{ “指数” : { "_index" : "logstash-2015.05.20", “_type”:“日志”, "_id" : "VLO5SWsB2ropsYqSYd-A", “状态”:400, “错误” : { “类型”:“非法参数异常”, “原因”:“不同类型的映射器 [geo.coordinates],current_type [geo_point],merged_type [ObjectMapper]” } } } ] }
【问题讨论】:
标签: kibana