在 AWS Elasticsearch Service 上更改 server.maxPayloadBytes
Changing server.maxPayloadBytes on AWS Elasticsearch Service
所以我有一个通过 AWS 托管的 ES 集群,其中 documnets 大部分是动态的 JSON,没有固定映射。
当我尝试在 Kibana 上执行 "Create index pattern" 时,
它出错了:
Error Payload content length greater than maximum allowed: 1048576
所以我需要在 kibana.yml
(https://www.elastic.co/guide/en/kibana/current/settings.html)
上增加 server.maxPayloadBytes
或者另想办法
要在 kibana.yml
上增加 server.maxPayloadBytes
,我必须直接对其进行编辑,但不确定如何操作。
我有集群的 VPC 端点,但我无法通过 ssh 进入它。
我是运行
Elasticsearch version: 6.3
与 DevOps 交谈后,显然无法在 AWS Elasticsearch Service 上更改 server.maxPayloadBytes
,因为 AWS(截至目前)不允许这样做
所以我有一个通过 AWS 托管的 ES 集群,其中 documnets 大部分是动态的 JSON,没有固定映射。
当我尝试在 Kibana 上执行 "Create index pattern" 时, 它出错了:
Error Payload content length greater than maximum allowed: 1048576
所以我需要在 kibana.yml
(https://www.elastic.co/guide/en/kibana/current/settings.html)
server.maxPayloadBytes
或者另想办法
要在 kibana.yml
上增加 server.maxPayloadBytes
,我必须直接对其进行编辑,但不确定如何操作。
我有集群的 VPC 端点,但我无法通过 ssh 进入它。
我是运行
Elasticsearch version: 6.3
与 DevOps 交谈后,显然无法在 AWS Elasticsearch Service 上更改 server.maxPayloadBytes
,因为 AWS(截至目前)不允许这样做