elasticsearch - Unwanted indices are getting created in my ES cluster -


unwanted indices getting created in es cluster. eg bellow

green  gpworv1.html       5   1          0            0      1.1kb           575b  green  rgspaa1.html       5   1          0            0      1.1kb           575b  green  raeeno1.html       5   1          0            0      1.1kb           575b  green  nnwrsa1.html       5   1          0            0      1.1kb           575b  green  nrrvwo1.html       5   1          0            0      1.1kb           575b  

in elasticsearch.yml file add below code , save it.

action.auto_create_index: 0


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -