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