Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yidinghan/elastic-apm-server
elastic-apm-server dockerfile
https://github.com/yidinghan/elastic-apm-server
apm-server dockerfile elastic
Last synced: 12 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T02:26:40.000Z (over 6 years ago)
- Last Synced: 2024-11-12T04:02:42.037Z (2 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
[![Docker Automated buil](https://img.shields.io/docker/automated/playdingnow/elastic-apm-server.svg?style=flat-square)](https://hub.docker.com/r/playdingnow/elastic-apm-server/)
[![Docker Build Statu](https://img.shields.io/docker/build/playdingnow/elastic-apm-server.svg?style=flat-square)](https://hub.docker.com/r/playdingnow/elastic-apm-server/builds/)
[![Docker Pulls](https://img.shields.io/docker/pulls/playdingnow/elastic-apm-server.svg?style=flat-square)](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
```