Jordan Sissel

Results 68 issues of Jordan Sissel

A chat with @coderanger on IRC about implementing a `pleaserun` chef resource type, he gave a convincing argument for why pleaserun's abstraction should be extended to include operational actions like...

(This issue was originally filed by @dbeckham at https://github.com/elastic/logstash/issues/2227) --- The [Ruby plugin documentation](http://www.elasticsearch.org/guide/en/logstash/current/plugins-filters-ruby.html) is incomplete and only documents the basic configuration option details. Specifically, the code configuration option is...

docs

``` % lita [2015-11-15 20:28:13 UTC] FATAL: Configuration attribute "jid" is required for "hipchat" adapter. ``` My Gemfile.lock specifies lita-hipchat, but my lita_config.rb does not. For debugging, I use the...

Some clever ways of generating JSON are observed in nginx and apache httpd configs by using the log formatting function of these webservers to write json instead of plain text....

enhancement

The codec should not accept this input: ``` { "hello": "world" }{ "goodbye": "moon" } ``` The above is two json objects that, alone, are valid, but combined, are not....

(This issue was originally filed by @german23 at https://github.com/elastic/logstash/issues/1857) --- Hi, i just encoutered a small bug regarding the json codec. The default charset for this is "UTF-8" but regarding...

(This issue was originally filed by @avleen at https://github.com/elastic/logstash/issues/1315) --- In the event that kv has nothing to do, it doesn't write the target field. If your source and target...

Background: This plugin emits events in a funny way... as events injected into the pipeline. With Logstash 5.0, we added an HTTP endpoint to ask Logstash for stats and other...

(This issue was originally filed by @AGirin at https://github.com/elastic/logstash/issues/2154) --- Does metrics plugin actually work in 1.4.2? I cannot make it output any rates or count: generator { type =>...