mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- add perf configs used in recent perf tests.
This commit is contained in:
parent
69f2cc8747
commit
4d26820cce
2 changed files with 31 additions and 0 deletions
19
etc/perf.conf
Normal file
19
etc/perf.conf
Normal file
|
@ -0,0 +1,19 @@
|
|||
input {
|
||||
generator {
|
||||
type => gen
|
||||
}
|
||||
}
|
||||
|
||||
filter {
|
||||
metrics {
|
||||
meter => "events"
|
||||
add_tag => "metric"
|
||||
}
|
||||
}
|
||||
|
||||
output {
|
||||
stdout {
|
||||
tags => metric
|
||||
debug => true
|
||||
}
|
||||
}
|
12
etc/perfdots.conf
Normal file
12
etc/perfdots.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
input {
|
||||
generator {
|
||||
type => gen
|
||||
}
|
||||
}
|
||||
|
||||
output {
|
||||
stdout {
|
||||
debug => true
|
||||
debug_format => dots
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue