无法将json数组文件导入到elasticsearch索引?

时间:2017-08-26 09:14:03

标签: json curl elasticsearch import ubuntu-16.04

我尝试使用以下命令将json数组文件导入elasticsearch,

width:40%

* {
    box-sizing: border-box;
}

html,body {
    width: 100%;
    margin:0;
}

.sidebar {
    float: left;
    background-color: red;
    padding: 20px;
    color: #fff;
}

.content {
    float: left;
    width: 40%;
    padding: 20px;
    background-color: #d5d2ca;
    min-height: 900px;
    position: relative;
}

.fixed {
    background-color: #aaffaa;
    padding: 20px;
    margin-left: -20px;
    position: fixed;
    width: inherit;
}

.content p {
    margin-top: 100px;
}

但是,它正在抛出错误消息

{“error”:{“root_cause”:[{“type”:“mapper_parsing_exception”,“reason”:“无法解析”}],“type”:“mapper_parsing_exception”,“reason”: “无法解析”,“caused_by”:{“type”:“not_x _content_exception“,”reason“:”压缩器检测只能在某些xcontent字节或压缩的xcontent字节上调用“}},”status“:400}

任何人都可以帮我解决这个问题。

1 个答案:

答案 0 :(得分:0)

问题在于“@ unified_1.json”。看来里面的数据并不遵循所需的适当的json结构。