fake-data-gen for elastic 2.4 and 5 blocks, new graphite 1.1+ block. added big dashboard for graphite 1 and 1.1+ that can be imported to grafana
16 lines
354 B
YAML
16 lines
354 B
YAML
# You need to run 'sysctl -w vm.max_map_count=262144' on the host machine
|
|
|
|
elasticsearch5:
|
|
image: elasticsearch:5
|
|
command: elasticsearch
|
|
ports:
|
|
- "10200:9200"
|
|
- "10300:9300"
|
|
|
|
fake-elastic5-data:
|
|
image: grafana/fake-data-gen
|
|
network_mode: bridge
|
|
environment:
|
|
FD_DATASOURCE: elasticsearch
|
|
FD_PORT: 10200
|