We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4e775 commit 01c0654Copy full SHA for 01c0654
docs/reference/indices/create-index.asciidoc
@@ -23,7 +23,7 @@ There are several limitations to what you can name your index. The complete lis
23
- Cannot include `\`, `/`, `*`, `?`, `"`, `<`, `>`, `|`, ` ` (space character), `,`, `#`
24
- Indices prior to 7.0 could contain a colon (`:`), but that's been deprecated and won't be supported in 7.0+
25
- Cannot start with `-`, `_`, `+`
26
-- Cannot be `.` or ``..`
+- Cannot be `.` or `..`
27
- Cannot be longer than 255 bytes (note it is bytes, so multi-byte characters will count towards the 255 limit faster)
28
29
======================================================
0 commit comments