This repository was archived by the owner on May 10, 2018. It is now read-only.

Description
I ran into the following error when trying to parse restults:
.../.rvm/gems/ruby-1.9.3-p362@Forking_Monitoring/gems/splunk-sdk-ruby-1.0.0/lib/splunk-sdk-ruby/resultsreader.rb:189:in `resume': dead fiber called (FiberError)
from /var/go/.rvm/gems/ruby-1.9.3-p362@Forking_Monitoring/gems/splunk-sdk-ruby-1.0.0/lib/splunk-sdk-ruby/resultsreader.rb:189:in `initialize'
from ./run.rb:117:in `new'
from ./run.rb:117:in `<main>'
The underlying error was because of the following response being received:
<response><messages><msg type='FATAL'>Invalid value "'-15m@m'" for time term 'earliest'</msg></messages></response>
It would be nice if the Ruby SDK handles error in a nicer way. Because a 'dead fiber called' error is something completly different that receiving an error response from Splunk