Skip to content

Kibana docker environment approaching the graphQL (through apollo-client) that has been broken on ELK 8.8.0 plugin install

Notifications You must be signed in to change notification settings

brenoandrade-wdrv/kibana-8.8.0-graphql-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Kibana docker environment approaching the graphQL (through apollo-client) that has been broken on ELK 8.8.0 plugin install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published