Skip to content

BrokerNotAvailableError: Broker not available #281

Open
@tronghung-nguyen

Description

@tronghung-nguyen

Please help me !
I try connect logagent to kafka apache server
First I install Logagent and the Kafka plugins (assuming nodejs is installed already):
npm i -g '@'sematext/logagent
npm i -g logagent-output-kafka
npm i -g logagent-input-kafka
Then, I created file logagent-kafka-output.yml like you showed:
options:
includeOriginalLine: false
input:
files:
- '/var/log/apache2/access.log'

output:
kafka:
module: logagent-output-kafka
host: localhost
port: 9092
topic: test
requireAcks: 1
sslEnable: false
sslOptions:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions