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 ca5a4f6 commit 29a6ff0Copy full SHA for 29a6ff0
docs/reference/JSON.md
@@ -357,7 +357,8 @@ EQL uses an extended JSONPath syntax called EJSONPath for specifying paths in JS
357
- Root selector: `$`
358
- Dot notation for keys: `$.key`
359
- Bracket notation for keys with special characters: `$['key.with.special*chars']`
360
-- Wildcards and array indexing are supported.
+- Wildcards are supported: `$.some_array_field[*]`
361
+- Array indexing is **not** supported: `$.some_array_field[0]`
362
363
**Example Paths:**
364
0 commit comments