Skip to content

Instantly share code, notes, and snippets.

View nickethier's full-sized avatar

Nick Ethier nickethier

View GitHub Profile
% JRUBY_OPTS= bin/logstash agent -e '
input {
generator { type => foo }
}
filter {
metrics { meter => "events" add_tag => ["metric"] }
}