mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- todo to implement LOGSTASH-728
This commit is contained in:
parent
5997fed094
commit
9aa7f1fe9b
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@ require "logstash/namespace"
|
|||
regexp_literal = ( "/" ( ( (any - [\\'\n]) | "\\" any )* ) "/" ) ;
|
||||
|
||||
array = ( "[" ws ( string | numeric ) ws ("," ws (string | numeric ) ws)* "]" ) >array_init %array_push;
|
||||
# TODO(sissel): Implement hash syntax { key => value, ... }
|
||||
# TODO(sissel): hashes should support arrays as values.
|
||||
|
||||
parameter_value = ( numeric | string | array );
|
||||
parameter = ( string ws "=>" ws parameter_value ) %parameter ;
|
||||
parameters = ( parameter ( ws parameter )** ) >parameter_init ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue