【问题标题】:AWS Elasticsearch Service on httphttp 上的 AWS Elasticsearch 服务
【发布时间】:2021-10-08 05:34:22
【问题描述】:

如何启动接受 http 请求的 aws elasticsearch 服务? (不安全)。有可能吗?

到目前为止,我设法创建了一个只能接收 https 请求(安全)的服务,但我找不到启用 http 请求的方法(不安全)。

【问题讨论】:

  • 我怀疑这是可能的
  • 但是为什么呢?有什么理由这样做吗?
  • @Marcin 我正在尝试从企业搜索进行连接,但显然存在错误且文档很少。我很好地连接到不安全的弹性搜索主机。我在这里(discuss.elastic.co/t/…)发布了这个,但我猜对非弹性云用户的支持并不多。
  • Enterprise Search 不适用于 AWS Elasticsearch,它仅适用于至少使用免费许可证的 Elastic 发行版。

标签: amazon-web-services elasticsearch aws-elasticsearch


【解决方案1】:
aws es create-elasticsearch-domain --domain-name <domain-name> --elasticsearch-version 7.10 \
--elasticsearch-cluster-config InstanceType=t3.small.elasticsearch,InstanceCount=1 \
--ebs-options EBSEnabled=true,VolumeType=gp2,VolumeSize=10 \
--domain-endpoint-options '{"EnforceHTTPS": false,"TLSSecurityPolicy": "Policy-Min-TLS-1-0-2019-07"}' 

【讨论】:

    猜你喜欢
    • 2023-03-31
    • 2017-01-22
    • 2021-09-01
    • 1970-01-01
    • 2017-12-13
    • 2020-01-06
    • 2017-10-09
    • 1970-01-01
    • 2016-01-08
    相关资源
    最近更新 更多