项目作者: yidinghan

项目描述 :
elastic-apm-server dockerfile
高级语言:
项目地址: git://github.com/yidinghan/elastic-apm-server.git
创建时间: 2017-11-28T08:41:44Z
项目社区:https://github.com/yidinghan/elastic-apm-server

开源协议:Apache License 2.0

下载


elastic-apm-server

Docker Automated buil
Docker Build Statu
Docker Pulls

elastic-apm-server dockerfile

Remarks

  • The default secret_token have been changed
    • xxVpmQB2HMzCL9PgBHVrnxjNXXw5J7bd79DFm6sjBJR5HPXDhcF8MSb3vv4bpg44
    • so you should put the default token in the agent config, if use this image directly
    • change it with your our token
      • pull this repo, git clone https://github.com/yidinghan/elastic-apm-server.git
      • change secret_token in the reference file
      • build one, docker build -t elastic-apm-server:dev .

For compose file

Here are somewhat different from the original reference file

  1. apm-server:
  2. host: "0.0.0.0:8200"
  3. shutdown_timeout: 15s
  4. secret_token: xxVpmQB2HMzCL9PgBHVrnxjNXXw5J7bd79DFm6sjBJR5HPXDhcF8MSb3vv4bpg44
  5. output.elasticsearch:
  6. hosts: ["elasticsearch:9200"]
  7. setup.dashboards.enabled: true
  8. setup.kibana:
  9. host: "kibana:5601"
  10. logging.to_files: false