add prod logstash
parent
9c9a39ea26
commit
fb5725a796
|
@ -23,13 +23,13 @@ data:
|
|||
output {
|
||||
stdout { codec => rubydebug }
|
||||
elasticsearch {
|
||||
hosts => ["http://10.2.0.12:9200"]
|
||||
hosts => ["http://10.2.0.12:30019"]
|
||||
index => "prod-logback-beaconfire-%{+YYYY.MM.dd}"
|
||||
}
|
||||
}
|
||||
logstash.yml: |-
|
||||
http.host: "0.0.0.0"
|
||||
xpack.monitoring.elasticsearch.hosts: [ "http://10.2.0.12:9200" ]
|
||||
xpack.monitoring.elasticsearch.hosts: [ "http://10.2.0.12:30019" ]
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
|
|
Loading…
Reference in New Issue