From f7f6e2f0cce49dfad397255524403f3ab0100975 Mon Sep 17 00:00:00 2001 From: iProbe Date: Fri, 2 Feb 2024 16:04:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ELK/index-block=E5=8F=AA?= =?UTF-8?q?=E8=AF=BB=E5=A4=84=E7=90=86.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ELK/index-block只读处理.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ELK/index-block只读处理.md diff --git a/ELK/index-block只读处理.md b/ELK/index-block只读处理.md new file mode 100644 index 0000000..cbbf3bf --- /dev/null +++ b/ELK/index-block只读处理.md @@ -0,0 +1,3 @@ +```shell +curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}' +``` \ No newline at end of file