Unable to load JNA native support library Elasticsearch 6.x

后端 未结 7 1425
不知归路
不知归路 2020-12-16 02:22

I have installed Elasticsearch 6.x in my Debian 7 (wheezy). I tried to start with service elasticsearch start but its give me an error message

7条回答
  •  情深已故
    2020-12-16 03:20

    For me below worked:

    PUT your_index_name/_settings
        {
        "index": {
        "blocks": {
        "read_only_allow_delete": "false"
        }
        }
        }
    

    I followed below link:

    https://discuss.elastic.co/t/forbidden-12-index-read-only-allow-delete-api/110282/4

提交回复
热议问题