Skip to main content
Version: Next

Deployment

All deploying files at inlong-agent directory.

Configuration

Agent needs to pull the configuration from Manager, the configuration conf/agent.properties is as follows:

# replace by agent IP
agent.local.ip=127.0.0.1
agent.http.port=8008
# manager IP
agent.manager.vip.http.host=127.0.0.1
# manager port
agent.manager.vip.http.port=8083
# audit proxy address
audit.proxys=127.0.0.1:10081

Dependencies

  • If the backend database is MySQL, please download mysql-connector-java-8.0.28.jar and put it into lib/ directory.

  • If the backend database is PostgreSQL, there's no need for additional dependencies.

Start

bash +x bin/agent.sh start