logstash-cli
logstash-cli copied to clipboard
Commandline interface for logstash
logstash-cli grep --esurl="http://HOST" '_type:"Eliot"' --fields=_type Searching http://HOST[logstash-2015.09.28..logstash-2015.09.29] - _type:"Eliot" /Library/Ruby/Gems/2.0.0/gems/logstash-cli-0.0.8/lib/logstash-cli/command/grep.rb:108:in `block (3 levels) in _grep': undefined method`[]' for nil:NilClass (NoMethodError) from /Library/Ruby/Gems/2.0.0/gems/logstash-cli-0.0.8/lib/logstash-cli/command/grep.rb:107:in `each' from /Library/Ruby/Gems/2.0.0/gems/logstash-cli-0.0.8/lib/logstash-cli/command/grep.rb:107:in`block (2 levels) in _grep' from...
I am currently running logstash 1.5.1 and elasticsearch 1.6.0. I installed logstash-cli via the gem utility: $ gem list logstash-cli ... logstash-cli (0.0.8) But when I run the most basic...
This is a great little command-line utility that I've been keeping in my back pocket. But the newer branch of Logstash, 1.2.*, has some differences, causing problems with the grep...
logstash stores data in UTC time and the grep function uses the local timezone to convert time to logstash @timestamp format i changed 20 start = case units.to_s.downcase 21 when...
We do not run daily logstash indices, rather we do monthly with format 'logstash-2013.03' for March 2013. I would imagine that changing the index pattern is common because it's recommended...
.Bundler could not find compatible versions for gem "builder": In Gemfile: logstash-cli (>= 0) ruby depends on builder (~> 2.1.2) ruby ``` fog (>= 0) ruby depends on builder (3.2.0)...
I get a: /var/lib/gems/1.9.1/gems/rest-client-1.6.7/lib/restclient/request.rb:184:in `rescue in transmit': Request Timeout (RestClient::RequestTimeout) after one minute. Would be nice to be possible to specify a timeout (for huge datasets)
It would be nice to specify the URL for elastic search or the configuration for rabbitmq in a configuration file so that I can more easily use logstash-cli from my...