添加对其他 ES/OS 模板格式的支持
作者: EllinorDex创建于 2026年9月6日更新于 2026年9月6日
标签enhancement
描述错误
脚本不支持新的 OpenSearch API(一些端点和请求参数不同)。
一个例子是在 db.pl init 时创建索引模板:在使用的 OpenSearch 版本中,请求发送到 /_index_template 而不是 /_template。此外, cluster_manager_timeout 和 master_timeout 请求参数也不同。这只是不兼容的许多情况之一。
内容来源: arkime/arkime