UNPKG

kibana-123

Version:

Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic

21 lines (15 loc) 258 B
export { default as BddWrapper } from './bdd_wrapper'; export { default as ElasticDump } from './elastic_dump'; export { default as EsClient } from './es_client'; export { default as Log } from './log'; export { default as Try } from './try';