https://github.com/yidinghan/elastic-apm-server
elastic-apm-server dockerfile
https://github.com/yidinghan/elastic-apm-server
apm-server dockerfile elastic
Last synced: 4 months ago
JSON representation
elastic-apm-server dockerfile
- Host: GitHub
- URL: https://github.com/yidinghan/elastic-apm-server
- Owner: yidinghan
- License: apache-2.0
- Created: 2017-11-28T08:41:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T02:26:40.000Z (almost 8 years ago)
- Last Synced: 2025-08-07T07:29:13.029Z (10 months ago)
- Topics: apm-server, dockerfile, elastic
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elastic-apm-server
[](https://hub.docker.com/r/playdingnow/elastic-apm-server/)
[](https://hub.docker.com/r/playdingnow/elastic-apm-server/builds/)
[](https://hub.docker.com/r/playdingnow/elastic-apm-server)
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](https://github.com/elastic/apm-server/blob/master/apm-server.yml)
- build one, `docker build -t elastic-apm-server:dev .`
# For compose file
Here are somewhat different from the original [reference file](https://github.com/elastic/apm-server/blob/master/apm-server.yml)
```yml
apm-server:
host: "0.0.0.0:8200"
shutdown_timeout: 15s
secret_token: xxVpmQB2HMzCL9PgBHVrnxjNXXw5J7bd79DFm6sjBJR5HPXDhcF8MSb3vv4bpg44
output.elasticsearch:
hosts: ["elasticsearch:9200"]
setup.dashboards.enabled: true
setup.kibana:
host: "kibana:5601"
logging.to_files: false
```