stecino
(Stecino)
September 30, 2019, 6:25pm
1
APM keeps sending event to only one partition resulting in huge lag. I have 24 partition for the topic
Kibana 7.3 :
ES 7.3 :
APM 7.3 :
APM Agent node and v 2.x :
output.kafka:
enabled: true
hosts: ["*****:9092"]
topics:
- default: 'apm'
topic: 'apm-%{[context.service.name]}'
partition.round_robin:
group_events: 1000
reachable_only: false
gil
(Gil Raphaelli)
October 2, 2019, 11:18am
2
As of 7.0, context.service.name
was moved to service.name
. Update the topic in your config and you should see events spread out.
system
(system)
Closed
October 23, 2019, 7:18am
3
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.