Browse Source

[DOCS] .Security index is never auto created (#34589)

Albert Zaharovits 7 years ago
parent
commit
46b49b01c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup/install/xpack-indices.asciidoc

+ 1 - 1
docs/reference/setup/install/xpack-indices.asciidoc

@@ -6,7 +6,7 @@ creation in {es}, you must configure
 
 [source,yaml]
 -----------------------------------------------------------
-action.auto_create_index: .security,.monitoring*,.watches,.triggered_watches,.watcher-history*,.ml*
+action.auto_create_index: .monitoring*,.watches,.triggered_watches,.watcher-history*,.ml*
 -----------------------------------------------------------
 
 [IMPORTANT]