搭建elk的时候logstash传送elasticsearch的数据一直失败报错403

message: "blocked by: [FORBIDDEN/8/index write (api)];: [cluster_block_exception] blocked by: [FORBIDDEN/8/index write (api)];"


kibana中输入执行下边的


PUT /_all/_settings
{
  "index.blocks.write": null
}

 

 

 

 

posted @ 2021-10-19 09:37  zhiqk  阅读(614)  评论(0)    收藏  举报