Mathieu Martin

Results 18 comments of Mathieu Martin

I concur with @ruflin, nesting keys under `tags` doesn't work with ECS' mapping, which identifies the `tags` field as `keyword`. So `"tags": ["foo", "bar"]` should be the format. In recent...

The current approach of having labels be `object_type: keyword` predates my involvement in the project. I always assumed it forced the mapping type of subkeys. Looking at the ES `object`...

@ph This can be closed, correct? The code now specifies [defaults](https://github.com/logstash-plugins/logstash-output-s3/blob/master/lib/logstash/outputs/s3.rb#L114-L120) as you suggested, and [a proper exception](https://github.com/logstash-plugins/logstash-output-s3/blob/master/lib/logstash/outputs/s3.rb#L206-L208) is raised if both `size_file` and `time_file` are set to 0.

Thor is very nice, if anyone looking at this has a spare week-end.

Not that I know of, no. grb still works well for me, I never looked for an alternative. Let me know if you find one!

Yeah, it still works for me too. I just left this there as a disclaimer :-)

Just my 2¢: deploy keys can only be added once on GitHub. Either on a pseudo-user who has access to all the repos you want to deploy, or added as...

One thing's for sure: when working with Vagrant, I now always add a "vagrant" role to my node file. ``` # node/name.json: run_list: ["role[vagrant]", ...] # roles/vagrant.rb: name "vagrant" description...

Good idea! Can't get to that just yet, but I'll look into it in July :-) I'm also open to pull requests ;-) --- @webmat http://twitter.com/webmat git-remote-branch http://rubygems.org/gems/git_remote_branch on GitHub...

Ah, I haven't taken the time to submit proper PRs, sorry :-/ But @gotjosh, if you check out my forks of appbox and rackbox, you'll see everything you need in...