forked from elastic/logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problem accessing array-indexed fields.
This change fixes accessing fields of the form [list][0][key], where [list] is an array, [0] is the numeric index into the array, and [key] is the hash key into one of the items in the array.
- Loading branch information
Van Eenwyk, Jonathan
committed
Apr 7, 2014
1 parent
e1bd6a1
commit 82650a2
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters