Description
None
Gliffy Diagrams
Activity
Show:

Philippe Weber August 1, 2014 at 7:37 AM

Fabio Napoleoni September 21, 2013 at 4:41 PM
Hi Richard, afaik the issue is still present in the latest 1.1.x release but is not present in the latest 1.2.x.

Richard Pijnenburg September 21, 2013 at 3:17 PM
Hi,
Is this still an issue with the latest release?

Fabio Napoleoni April 20, 2013 at 9:50 AM
Yes, this is the output on my working copy. However I haven't upgraded logstash sources, I run this from the code in my github fork with
Rspec output
$ git clone git://github.com/fabn/logstash.git
$ cd logstash && bundle install
$ rspec spec/filters/grok.rb
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
Run options: exclude {:slow=>true}
.F.........
Failures:
1) LogStash::Filters::Grok complex syslog line "Oct 2 06:55:04 mail20 postfix/smtp[17714]: B89F93C..." when processed
Failure/Error: Unable to find matching line from backtrace
Insist::Failure:
Expected "B89F93CC26", but got ["B89F93CC26"]
# ./spec/filters/grok.rb:47:in `(root)'
Finished in 0.115 seconds
11 examples, 1 failure
Failed examples:
rspec ./spec/test_utils.rb:68 # LogStash::Filters::Grok complex syslog line "Oct 2 06:55:04 mail20 postfix/smtp[17714]: B89F93C..." when processed
Jordan Sissel April 20, 2013 at 6:36 AM
Can you include the spec output showing the failure?
Dup of https://logstash.jira.com/browse/LOGSTASH-1305#icft=LOGSTASH-1305