Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
Conflicts:
	CONTRIBUTORS
	Makefile
	lib/logstash/outputs/elasticsearch_http.rb
	lib/logstash/outputs/sns.rb
	test/logstash/outputs/sns_test.rb
	test/test_helper.rb
  • Loading branch information
NickPadilla committed May 22, 2012
2 parents 91d79a3 + f8859a7 commit 6644013
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Empty file modified CONTRIBUTORS
100755 → 100644
Empty file.
Empty file modified Makefile
100755 → 100644
Empty file.
3 changes: 1 addition & 2 deletions patterns/grok-patterns
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ NOTSPACE \S+
SPACE \s*
DATA .*?
GREEDYDATA .*
#QUOTEDSTRING (?:(?<!\\)(?:"(?:\\.|[^\\"])*"|(?:'(?:\\.|[^\\'])*')|(?:`(?:\\.|[^\\`])*`)))
QUOTEDSTRING (?:(?<!\\)(?:"(?:\\.|[^\\"]+)*"|(?:'(?:\\.|[^\\']+)*')|(?:`(?:\\.|[^\\`]+)*`)))
QUOTEDSTRING (?:(?<!\\)(?:"(?>[^\\"]+|\\.)*")|(?:'(?>[^\\']+|\\.)*')|(?:`(?>[^\\`]+|\\.)*`))

# Networking
MAC (?:%{CISCOMAC}|%{WINDOWSMAC}|%{COMMONMAC})
Expand Down

0 comments on commit 6644013

Please sign in to comment.