This Action would add [1] total shards, but this cluster currently has [1000]/[1000] maximum shards open

Hi,

i am created index by using logstash. but i am getting below error
i am using logstash 7.3.0 and elasticsearch 7.3.0

[2019-10-03T01:04:10,312][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"test-2019.03.04", :_type=>"_doc", :routing=>nil}, #LogStash::Event:0x3d5adf58], :response=>{"index"=>{"_index"=>"test-2019.03.04", "_type"=>"_doc", "_id"=>nil, "status"=>400, "error"=>{"type"=>"validation_exception", "reason"=>"Validation Failed: 1: this action would add [1] total shards, but this cluster currently has [1000]/[1000] maximum shards open;"}}}}

please help me.

Thanks,
gnanendra

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.