AWS elastic-search. FORBIDDEN/8/index write (api). Unable to write to index

后端 未结 4 1835
盖世英雄少女心
盖世英雄少女心 2021-02-06 22:00

I am trying dump a list of docs to an AWS elastic-search instance. It was running fine. Then, all of sudden it started throwing this error:

{ _index: \'

        
4条回答
  •  耶瑟儿~
    2021-02-06 22:55

    This error indicates that AWS ElasticSearch has placed a block on your domain based upon disk space. At 85%, ES will not allow you create any new indexes. At 90%, no new documents can be written.

提交回复
热议问题