File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,19 @@ npm install
39
39
``` bash
40
40
npm test
41
41
```
42
+
43
+
44
+ # Test des outils
45
+
46
+ ElasticSearch http://localhost:9200
47
+
48
+ Kibana http://localhost:5601
49
+
50
+ Prometheus http://localhost:9090
51
+
52
+ Grafana http://localhost:3000
53
+ Login : admin / admin
54
+
55
+ redis http://localhost:6379
56
+
57
+ redisinsight http://localhost:8001
Original file line number Diff line number Diff line change 51
51
"compose:down" : " docker-compose down" ,
52
52
"compose:restart" : " docker-compose down && docker-compose up -d" ,
53
53
"compose:rebuild-force" : " docker-compose down && docker-compose up -d --build --force-recreate" ,
54
- "compose:monitoring" : " docker compose -f docker-compose.monitoring.yml up -d" ,
54
+ "compose:monitoring" : " docker compose -f docker/docker -compose.monitoring.yml up -d" ,
55
55
"compose:monitoring:clean" : " docker compose -f docker-compose.monitoring.yml down --volumes --rmi all" ,
56
56
"compose:logstash" : " docker compose -f docker-compose.logstash.yml up -d"
57
57
},
You can’t perform that action at this time.
0 commit comments