Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. Run options: exclude {:redis=>true, :socket=>true, :performance=>true, :couchdb=
  2. >true, :elasticsearch=>true, :elasticsearch_secure=>true, :broken=>true, :export
  3. _cypher=>true, :integration=>true}
  4. .F.....FF..................................................F.......FF..........F
  5. ..FF
  6.  
  7. Failures:
  8.  
  9. 1) LogStash::Filters::Grok when named_captures_only == false "Hello World, yo!
  10. " when processed
  11. Failure/Error: Unable to find matching line from backtrace
  12. Insist::Failure:
  13. Expected "WORD" in #<LogStash::Event:0x618b147b @metadata_accessors=#<Log
  14. Stash::Util::Accessors:0x2246bfd1 @store={}, @lut={}>, @cancelled=false, @logger
  15. =#<Cabin::Channel:0x181b8d0c @metrics=#<Cabin::Metrics:0x376a34fb @metrics_lock=
  16. #<Mutex:0xefbc6a1>, @metrics={}, @channel=#<Cabin::Channel:0x181b8d0c ...>>, @su
  17. bscriber_lock=#<Mutex:0x19544898>, @level=:info, @subscribers={}, @data={}>, @da
  18. ta={"message"=>"Hello World, yo!", "@version"=>"1", "@timestamp"=>"2015-02-05T12
  19. :19:33.829Z", "tags"=>["_grokparsefailure"]}, @metadata={}, @accessors=#<LogStas
  20. h::Util::Accessors:0x6b56e8ee @store={"message"=>"Hello World, yo!", "@version"=
  21. >"1", "@timestamp"=>"2015-02-05T12:19:33.829Z", "tags"=>["_grokparsefailure"]},
  22. @lut={"message"=>[{"message"=>"Hello World, yo!", "@version"=>"1", "@timestamp"=
  23. >"2015-02-05T12:19:33.829Z", "tags"=>["_grokparsefailure"]}, "message"], "tags"=
  24. >[{"message"=>"Hello World, yo!", "@version"=>"1", "@timestamp"=>"2015-02-05T12:
  25. 19:33.829Z", "tags"=>["_grokparsefailure"]}, "tags"], "WORD"=>[{"message"=>"Hell
  26. o World, yo!", "@version"=>"1", "@timestamp"=>"2015-02-05T12:19:33.829Z", "tags"
  27. =>["_grokparsefailure"]}, "WORD"]}>>
  28. # ./spec/filters/grok_spec.rb:301:in `(root)'
  29.  
  30. 2) LogStash::Filters::Grok empty fields drop by default "1=test" when processe
  31. d
  32. Failure/Error: Unable to find matching line from backtrace
  33. Insist::Failure:
  34. Expected nil, got ["_grokparsefailure"]
  35. # ./spec/filters/grok_spec.rb:260:in `(root)'
  36.  
  37. 3) LogStash::Filters::Grok empty fields keep if keep_empty_captures is true "1
  38. =test" when processed
  39. Failure/Error: Unable to find matching line from backtrace
  40. Insist::Failure:
  41. Expected nil, got ["_grokparsefailure"]
  42. # ./spec/filters/grok_spec.rb:279:in `(root)'
  43.  
  44. 4) LogStash::Filters::Grok singles with duplicate-named fields "hello world" w
  45. hen processed
  46. Failure/Error: Unable to find matching line from backtrace
  47. Insist::Failure:
  48. NilClass is not a String
  49. # ./spec/filters/grok_spec.rb:494:in `(root)'
  50.  
  51. 5) LogStash::Filters::Grok break_on_match = true (default) for array input wit
  52. h multiple grok pattern "{"message":["hello world","line 23"]}" when processed
  53. Failure/Error: Unable to find matching line from backtrace
  54. Insist::Failure:
  55. Expected "hello", but got nil
  56. # ./spec/filters/grok_spec.rb:599:in `(root)'
  57.  
  58. 6) LogStash::Filters::Grok allow dashes in capture names "hello world" when pr
  59. ocessed
  60. Failure/Error: Unable to find matching line from backtrace
  61. Insist::Failure:
  62. Expected "hello", but got nil
  63. # ./spec/filters/grok_spec.rb:446:in `(root)'
  64.  
  65. 7) LogStash::Filters::Grok processing selected fields "{"message":"hello world
  66. ","examplefield":"12345"}" when processed
  67. Failure/Error: Unable to find matching line from backtrace
  68. Insist::Failure:
  69. Expected "hello", but got nil
  70. # ./spec/filters/grok_spec.rb:223:in `(root)'
  71.  
  72. 8) LogStash::Filters::Grok break_on_match = false for array input with multipl
  73. e grok pattern "{"message":["hello world 123","line 23"]}" when processed
  74. Failure/Error: Unable to find matching line from backtrace
  75. Insist::Failure:
  76. Expected ["hello", "line"], but got nil
  77. # ./spec/filters/grok_spec.rb:618:in `(root)'
  78.  
  79. 9) LogStash::Filters::Grok break_on_match = false for array input with multipl
  80. e grok pattern "{"message":["hello world","line 23"]}" when processed
  81. Failure/Error: Unable to find matching line from backtrace
  82. Insist::Failure:
  83. Expected ["hello", "line"], but got nil
  84. # ./spec/filters/grok_spec.rb:624:in `(root)'
  85.  
  86. Finished in 4.87 seconds
  87. 84 examples, 9 failures
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement