Skip to content

Commit 4aa24d5

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

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

backend-javascript/README.en.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,18 @@ npm install
3939
```bash
4040
npm test
4141
```
42+
43+
# Minitoring Tools
44+
45+
ElasticSearch http://localhost:9200
46+
47+
Kibana http://localhost:5601
48+
49+
Prometheus http://localhost:9090
50+
51+
Grafana http://localhost:3000
52+
Login : admin / admin
53+
54+
redis http://localhost:6379
55+
56+
redisinsight http://localhost:8001

backend-javascript/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ npm test
4141
```
4242

4343

44-
# Test des outils
44+
# Minitoring Tools
4545

4646
ElasticSearch http://localhost:9200
4747

48-
Kibana http://localhost:5601
48+
Kibana http://localhost:5601
4949

50-
Prometheus http://localhost:9090
50+
Prometheus http://localhost:9090
5151

52-
Grafana http://localhost:3000
52+
Grafana http://localhost:3000
5353
Login : admin / admin
5454

5555
redis http://localhost:6379

0 commit comments

Comments
 (0)