Skip to content

Commit

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

Relates elastic#45749
  • Loading branch information
henningandersen committed Apr 28, 2020
1 parent f289847 commit d5e8a16
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 d5e8a16

Please sign in to comment.