-
Navigate to the Project Directory
Open a terminal and navigate to the root directory of the project. -
Start the app with Docker
Run the following command to start the Spring server and all required services:docker-compose up
Once the containers are running, you can access the application services:
- Web Interface:
http://localhost:3000 - API Documentation:
http://localhost:8080/swagger-ui.html - Kibana:
http://localhost:5601
-
Open Kibana:
http://localhost:5601 -
Create data view:
- Go to: ☰ Menu → Stack Management → Data Views
- Click Create data view
- Configure:
- Name:
app-logs - Index pattern:
competeme-logs-* - Timestamp field:
@timestamp
- Name:
- Click Save
-
Navigate to: ☰ Menu → Discover
-
Select the
app-logsdata view -
Use features:
- Search: Filter logs (e.g.,
level:ERROR) - Time range: Adjust in top-right corner
- Fields: Filter by available log fields
- Search: Filter logs (e.g.,