create_api_dashboard
Generate a Kibana dashboard to monitor specific API endpoints, tracking performance metrics and errors in real time.
Instructions
Generate a Kibana Dashboard tracking specific endpoints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoints | Yes | Array of endpoint strings, e.g. ['GET /api/v1/accounts'] | |
| dashboardName | Yes | Name of the new dashboard |