mirror of
https://github.com/alerta/alerta-contrib.git
synced 2025-03-17 22:12:38 +00:00
11 lines
154 B
Text
11 lines
154 B
Text
![]() |
input {
|
||
|
tcp {
|
||
|
port => 6379
|
||
|
codec => json_lines
|
||
|
}
|
||
|
}
|
||
|
output {
|
||
|
elasticsearch { hosts => ["localhost:9200"] }
|
||
|
stdout { codec => rubydebug }
|
||
|
}
|