Skip to content

Commit

Permalink
[DOCS] Create index name required (#55886)
Browse files Browse the repository at this point in the history
The name of the new index to create is required.

Relates #45749
  • Loading branch information
henningandersen authored and jrodewig committed Apr 29, 2020
1 parent 596bd7b commit 23fb54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/indices/create-index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ creating an index, you can specify the following:
`<index>`::
+
--
(Optional, string) Name of the index you wish to create.
(Required, string) Name of the index you wish to create.

// tag::index-name-reqs[]
Index names must meet the following criteria:
Expand Down

0 comments on commit 23fb54b

Please sign in to comment.