Log stash error

after executing this

PUT /totalexecution-2019/_settings
{
"index.blocks.read_only_allow_delete": null
}
things started working .
but still there are some questions

  1. surely this index lock was done automatically by elastic , so how to define a new size . because removing / deleting the index lock is not a good solution .
  2. once this lock is removed and i re-ran elastic service , its started creating indices , when i say "creating indices" , its not just total execution index but other indices as well.
    in other words the above "api" command solved the problem for all the indices, but as far as the error message in logstash went the lock was on "total execution" index alone . so why other indices did not get created before this command was executed.
  3. my file beats is not generating any log , and still beats is generating some error when running from command line (the same error which i mentioned in this post 2-3 days before. i created a separate post for this post created for file beats issue . have a when u get time.

above three points are open questions even after solving the actual problem for which this thread is opened.