Skip to content

Commit 6ee108a

Browse files
committed
Improve url tools ELK on README backend-javascript
1 parent 8840c4f commit 6ee108a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

backend-javascript/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,19 @@ npm install
3939
```bash
4040
npm test
4141
```
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

backend-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"compose:down": "docker-compose down",
5252
"compose:restart": "docker-compose down && docker-compose up -d",
5353
"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",
5555
"compose:monitoring:clean": "docker compose -f docker-compose.monitoring.yml down --volumes --rmi all",
5656
"compose:logstash": "docker compose -f docker-compose.logstash.yml up -d"
5757
},

0 commit comments

Comments
 (0)