update filebeat output kafka
parent
8b61b02167
commit
c41d5d77c4
|
@ -34,8 +34,16 @@ data:
|
||||||
tags: ['json']
|
tags: ['json']
|
||||||
|
|
||||||
#All data to indexed to Elasticsearch
|
#All data to indexed to Elasticsearch
|
||||||
output.logstash:
|
output.kafka:
|
||||||
hosts: ["logstash.dev.svc:5044"]
|
hosts: ["10.2.0.12:30002","10.2.0.12:30003","10.2.0.12:30004"]
|
||||||
|
|
||||||
|
topic: 'beaconfire-logback-dev'
|
||||||
|
partition.round_robin:
|
||||||
|
reachable_only: false
|
||||||
|
|
||||||
|
required_acks: 1
|
||||||
|
compression: gzip
|
||||||
|
max_message_bytes: 1000000
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
|
|
@ -34,8 +34,16 @@ data:
|
||||||
tags: ['json']
|
tags: ['json']
|
||||||
|
|
||||||
#All data to indexed to Elasticsearch
|
#All data to indexed to Elasticsearch
|
||||||
output.logstash:
|
output.kafka:
|
||||||
hosts: ["log-app.beaconfireinc.com:30012"]
|
hosts: ["10.2.0.12:30002","10.2.0.12:30003","10.2.0.12:30004"]
|
||||||
|
|
||||||
|
topic: 'beaconfire-logback-prod'
|
||||||
|
partition.round_robin:
|
||||||
|
reachable_only: false
|
||||||
|
|
||||||
|
required_acks: 1
|
||||||
|
compression: gzip
|
||||||
|
max_message_bytes: 1000000
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
|
|
@ -34,8 +34,16 @@ data:
|
||||||
tags: ['json']
|
tags: ['json']
|
||||||
|
|
||||||
#All data to indexed to Elasticsearch
|
#All data to indexed to Elasticsearch
|
||||||
output.logstash:
|
output.kafka:
|
||||||
hosts: ["logstash.tcs.svc:5044"]
|
hosts: ["10.2.0.12:30002","10.2.0.12:30003","10.2.0.12:30004"]
|
||||||
|
|
||||||
|
topic: 'beaconfire-logback-tcs'
|
||||||
|
partition.round_robin:
|
||||||
|
reachable_only: false
|
||||||
|
|
||||||
|
required_acks: 1
|
||||||
|
compression: gzip
|
||||||
|
max_message_bytes: 1000000
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
|
Loading…
Reference in New Issue