Open
Description
During Elastic Agent integration development workflow developers start a local stack using elastic-agent:
elastic-package build && elastic-package stack up -d -v --version 8.12.0-SNAPSHOT
I would love to replace the Kibana version created by the stack and replace it with a version started from source and use the debugger.
Overview
- Start the local stack
- Stop the Kibana container
- Start Kibana from sources
- Enjoy