【发布时间】:2018-08-21 03:53:10
【问题描述】:
我正在使用 python 2.7 在 AWS Elasticsearch (v 6.3) 中摄取数据,并在添加数据(json)时得到
response: {"error":"Content-Type header is missing","status":406}...message: {"error":"Content-Type header is missing","status":406}
我已经使用pip install elasticsearch 安装了最新的 elasticsearch 库。
我正在摄取 AWS Config 快照的 json 文件。
【问题讨论】:
标签: python elasticsearch