make it easy
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 40s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 40s
This commit is contained in:
@@ -27,10 +27,16 @@ dropshell install logserver
|
||||
# Save the API key for client configuration
|
||||
```
|
||||
|
||||
5. **Access Kibana**
|
||||
5. **Setup Kibana** (first time only)
|
||||
```bash
|
||||
./setup-kibana.sh
|
||||
```
|
||||
|
||||
6. **Access Kibana**
|
||||
- URL: `http://<server-ip>:5601`
|
||||
- Username: Set in `service.env` (KIBANA_USERNAME, default: `admin`)
|
||||
- Password: Set in `service.env` (KIBANA_USER_PASSWORD)
|
||||
- Click "Discover" → View your logs!
|
||||
|
||||
## Ports
|
||||
- `5601` - Kibana Web UI
|
||||
|
Reference in New Issue
Block a user