mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 21:57:26 -04:00
12 lines
114 B
Text
12 lines
114 B
Text
input {
|
|
generator {
|
|
type => gen
|
|
}
|
|
}
|
|
|
|
output {
|
|
stdout {
|
|
debug => true
|
|
debug_format => dots
|
|
}
|
|
}
|