This repository addresses issues related to bundling Kibana plugins using GraphQL and Apollo Client.
This environment aims to deploy an external Kibana plugin that utilizes simple GraphQL queries through the Apollo Client library. The purpose is to bring attention to the issue within the Elastic community and prompt a fix as soon as the bug is confirmed.
- Docker engine
- Docker Compose
- External Kibana plugin utilizing GraphQL and Apollo Client
docker-compose build
- 1. Pulls and builds the official Elasticsearch 8.8.0 and Kibana images.
- 2. Transfers the external plugin to the Kibana container and installs it within the container using the Dockerfile in the Kibana Docker context.
docker-compose up
- Executes this command to start the containers and wait for Kibana to become available.
- Attempting to access the external plugin will result in errors being displayed in the browser's console.
Launch http://localhost:5602/ in your browser