Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.1 KB

Kibana External Plugin

This repository addresses issues related to bundling Kibana plugins using GraphQL and Apollo Client.


Production

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.

Prerequisites

  • Docker engine
  • Docker Compose
  • External Kibana plugin utilizing GraphQL and Apollo Client

Scripts

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.

Launch http://localhost:5602/ in your browser

Attempting to access the external plugin will result in errors being displayed in the browser's console.