mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
82b49d7194
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
20 lines
No EOL
368 B
Text
20 lines
No EOL
368 B
Text
input {
|
|
syslog {
|
|
port => 5140
|
|
}
|
|
}
|
|
|
|
output {
|
|
opensearch {
|
|
hosts => ["http://victorialogs:9428/insert/elasticsearch"]
|
|
custom_headers => {
|
|
"AccountID" => "0"
|
|
"ProjectID" => "0"
|
|
}
|
|
parameters => {
|
|
"_stream_fields" => "host.ip,process.name"
|
|
"_msg_field" => "message"
|
|
"_time_field" => "@timestamp"
|
|
}
|
|
}
|
|
} |