logstash/etc/perfdots.conf
2013-05-02 23:19:52 -07:00

12 lines
114 B
Text

input {
generator {
type => gen
}
}
output {
stdout {
debug => true
debug_format => dots
}
}