Skip to content

carlyrichmond/embedded-kibana-dashboards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedded Kibana Dashboards

Example Web Frontend Application with Embedded Kibana Dashboard.

Architecture

This application is a simple web application comprising of:

  • A single view is present in index.html.
  • Accompanying JavaScript for actions present in index.js.
  • A simple Express web server to serve the content for local development, present in server.js.

How to run

This application makes use of a simple Express web server to easily serve the content:

npm install
node server.js

Once the server is started the application will be available at http://localhost:3000.

Examples

There are two examples included within the repo:

  1. Basic embedded Kibana dashboard using the public URL included in an iframe with dashboard controls to filter the data. This is accessible at http://localhost:3000/basic.
  2. An extended example, available at http://localhost:3000/advanced, uses dropdown controls to filter data in the Kibana dashboard.

Sources

  • Calendar image used in datepicker sourced from Calendar by scribble.glyph from Noun Project

About

Example Web Frontend Application with Embedded Kibana Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published