【问题标题】:Elasticsearch Circle Ingest Processor on Amazon Elasticsearch ServiceAmazon Elasticsearch Service 上的 Elasticsearch Circle 摄取处理器
【发布时间】:2020-10-01 22:38:39
【问题描述】:

我正在尝试使用 circle 处理器创建一个摄取管道,该处理器将圆形转换为多边形,因为 circle geo_shape 已被弃用,遵循文档:

https://www.elastic.co/guide/en/elasticsearch/reference/7.4/ingest-circle-processor.html#_example_circle_defined_in_geojson

但是,当我对我的 Amazon Elasticsearch 7.7 实例运行它时,它给了我以下错误:

{
   "error":{
      "processor_type":"circle",
      "reason":"No processor type exists with name [circle]",
      "root_cause":[
         {
            "processor_type":"'circle'",
            "reason":"'No processor type exists with name [circle]'",
            "suppressed":"[{'type': 'parse_exception', 'reason': 'No processor type exists with name [circle]', 'processor_type': 'circle'}]",
            "type":"'parse_exception'"
         }
      ],
      "suppressed":[
         {
            "processor_type":"'circle'",
            "reason":"'No processor type exists with name [circle]'",
            "type":"'parse_exception'"
         }
      ],
      "type":"parse_exception"
   },
   "status":400
}

据我了解,circle 处理器从 7.4 版开始可用。

这是一个已知问题吗?有没有办法将此处理器添加到 AWS 的 Elasticsearch?

【问题讨论】:

    标签: elasticsearch aws-elasticsearch


    【解决方案1】:

    圆形处理器仅适用于 x-pack。

    x-pack 不附带标准的 ES 包,并且是付费的。所以如果你想使用处理器,请购买x-pack。

    链接:https://www.elastic.co/guide/en/elasticsearch/reference/7.9/setup-xpack.html

    【讨论】:

      猜你喜欢
      • 2016-09-02
      • 1970-01-01
      • 2016-01-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-02-27
      • 2016-03-11
      • 1970-01-01
      相关资源
      最近更新 更多