mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
see GH-5591 Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
This commit is contained in:
parent
5a9048c4df
commit
fab5dd8da8
1 changed files with 6 additions and 0 deletions
6
docs/static/field-reference.asciidoc
vendored
6
docs/static/field-reference.asciidoc
vendored
|
@ -42,6 +42,12 @@ fieldReferenceLiteral
|
|||
: ( pathFragment )+
|
||||
;
|
||||
|
||||
NOTE: In Logstash 7.x and earlier, a quoted value (such as `["foo"]`) is
|
||||
considered a field reference and isn't treated as a single element array. This
|
||||
behavior might cause confusion in conditionals, such as `[message] in ["foo",
|
||||
"bar"]` compared to `[message] in ["foo"]`. We discourage using names with
|
||||
quotes, such as `"\"foo\""`, as this behavior might change in the future.
|
||||
|
||||
[float]
|
||||
[[formal-grammar-field-reference]]
|
||||
==== Field Reference (Event APIs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue