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:

  1. # replace by agent IP
  2. agent.local.ip=127.0.0.1
  3. agent.http.port=8008
  4. # manager IP
  5. agent.manager.vip.http.host=127.0.0.1
  6. # manager port
  7. agent.manager.vip.http.port=8083
  8. # audit proxy address
  9. audit.proxys=127.0.0.1:10081

Dependencies

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

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

Start

  1. bash +x bin/agent.sh start