Include full list of recommended action.auto_create_index values for bootstrap check #29737
Labels
:Data Management/Indices APIs
APIs to create and manage indices and templates
Team:Data Management
Meta label for data/management team
v5.0.0-beta1
Original comment by @ppf2:
5.0 beta1
If action.auto_create_index is set to false, we are catching this as part of bootstrap check, for security first and it tells the user to set it to .security:
If you then set it to .security, the node will again fail to start up because it then moves on to check for watcher:
Certainly, the documentation tells the end user to set it to
action.auto_create_index: .security,.monitoring*,.watches,.triggered_watches,.watcher-history*
, so let's update the error handlingor set it to
to reference the full list of recommended auto_create_index settings.The text was updated successfully, but these errors were encountered: