搭建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 }


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 }