14 lines
153 B
Plaintext
14 lines
153 B
Plaintext
|
input {
|
||
|
beats {
|
||
|
port => 31312
|
||
|
ssl => false
|
||
|
client_inactivity_timeout => 3000
|
||
|
}
|
||
|
}
|
||
|
|
||
|
filter {
|
||
|
}
|
||
|
|
||
|
output {
|
||
|
pipeline { send_to => open_dmp_main }
|
||
|
}
|