如何更改现有 aws kinesis Firehose 传输流的目的地
How to change destination for an existing aws kinesis Firehose delivery stream
我有一个将 Amazon S3 配置为目标的 aws kinesis Firehose 传输流。我想将目标更改为 Amazon Elasticsearch Service,但我在编辑页面中找不到如何执行此操作。
我可以这样做还是需要删除并创建新的传送流?
Note that switching between Amazon ES and other services is not
supported. For an Amazon ES destination, you can only update to
another Amazon ES destination.
根据文档,目前不支持在 S3 和 ElasticSearch 之间切换。
您可以从一个 ES 目的地更新到另一个目的地。
您必须删除并使用新的弹性搜索目标重新创建。
参考:
http://docs.aws.amazon.com/cli/latest/reference/firehose/update-destination.html
希望对您有所帮助。
我有一个将 Amazon S3 配置为目标的 aws kinesis Firehose 传输流。我想将目标更改为 Amazon Elasticsearch Service,但我在编辑页面中找不到如何执行此操作。 我可以这样做还是需要删除并创建新的传送流?
Note that switching between Amazon ES and other services is not supported. For an Amazon ES destination, you can only update to another Amazon ES destination.
根据文档,目前不支持在 S3 和 ElasticSearch 之间切换。
您可以从一个 ES 目的地更新到另一个目的地。
您必须删除并使用新的弹性搜索目标重新创建。
参考:
http://docs.aws.amazon.com/cli/latest/reference/firehose/update-destination.html
希望对您有所帮助。