mirror of
https://github.com/AlexMacocian/ServerManagementUtils.git
synced 2026-07-15 15:19:58 +00:00
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
output {
|
|
# Forward logs to Elasticsearch
|
|
elasticsearch {
|
|
hosts => ["http://replace-host:9200"]
|
|
user => "replace-user"
|
|
password => "replace-password"
|
|
}
|
|
if "_grokparsefailure" in [tags] {
|
|
stdout { codec => rubydebug }
|
|
}
|
|
} |