You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
你安装的TeaWeb版本:1.4.1
你的操作系统:-
你的问题简介:
在测试 ElasticSearch 日志策略时,日志无法发送
问题详细描述:
ElasticSearch 版本:8.14.3
执行测试结果:rpc error: code = Unknown desc = '/pb.HTTPAccessLogPolicyService/writeHTTPAccessLogPolicy()' says: write access log to policy '2' failed: ElasticSearch response status code: 400 content: {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Action/metadata line [1] contains an unknown parameter [_type]"}],"type":"illegal_argument_exception","reason":"Action/metadata line [1] contains an unknown parameter [_type]"},"status":400}
经过一番搜索得知 Mapping Types 已被 removed.
来源: https://www.elastic.co/guide/en/elasticsearch/reference/7.17/removal-of-types.html