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
3939``` bash 
4040npm 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 
Original file line number Diff line number Diff line change 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  },
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments