All Projects → gwintzer → kibana-comments-app-plugin

gwintzer / kibana-comments-app-plugin

Licence: Apache-2.0 license
An application plugin to add and visualize comments to your Kibana dashboards

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to kibana-comments-app-plugin

annotate
Create 3D labelled bounding boxes in RViz
Stars: ✭ 104 (+188.89%)
Mutual labels:  annotations
twc
TypeScript based, boilerplate-less, Polymer toolbox friendly Polymer Modules
Stars: ✭ 33 (-8.33%)
Mutual labels:  annotations
dart sealed
Dart and Flutter sealed class generator and annotations, with match methods and other utilities. There is also super_enum compatible API.
Stars: ✭ 16 (-55.56%)
Mutual labels:  annotations
GdprBundle
A symfony3 bundle to assist with defining data in accordance with GDPR, and for encrypting and reporting.
Stars: ✭ 61 (+69.44%)
Mutual labels:  annotations
Easy-Fragment-Argument
This library will help you to pass and receive fragment arguments in easier way
Stars: ✭ 17 (-52.78%)
Mutual labels:  annotations
Parceler
简单的Bundle数据注入框架
Stars: ✭ 107 (+197.22%)
Mutual labels:  annotations
clothing-detection-ecommerce-dataset
Clothing detection dataset
Stars: ✭ 43 (+19.44%)
Mutual labels:  annotations
phpunit-injector
Injects services from a PSR-11 dependency injection container to PHPUnit test cases
Stars: ✭ 62 (+72.22%)
Mutual labels:  annotations
aioapi
Yet another way to build APIs using AIOHTTP framework
Stars: ✭ 14 (-61.11%)
Mutual labels:  annotations
PersianNER
Named-Entity Recognition in Persian Language
Stars: ✭ 48 (+33.33%)
Mutual labels:  annotations
symbok-bundle
Symfony annotations bundle
Stars: ✭ 50 (+38.89%)
Mutual labels:  annotations
amigo
AmiGO is the public interface for the Gene Ontology.
Stars: ✭ 26 (-27.78%)
Mutual labels:  annotations
PrimeAdapter
PrimeAdapter makes working with RecyclerView easier.
Stars: ✭ 54 (+50%)
Mutual labels:  annotations
auto-parcel
A fast annotation processor to make your objects `Parcelable` without writing any of the boilerplate.
Stars: ✭ 80 (+122.22%)
Mutual labels:  annotations
accelerator-core-js
Accelerator Core provides a simple way to integrate real-time audio/video into your web application using the OpenTok Platform
Stars: ✭ 24 (-33.33%)
Mutual labels:  annotations
code-art
🌈 Collect beautiful art text, never bug. 收集好看的艺术代码,佛祖保佑,永无 Bug。找好看的注释,看这里。
Stars: ✭ 38 (+5.56%)
Mutual labels:  annotations
task-bundle
Scheduling of tasks for symfony made simple
Stars: ✭ 33 (-8.33%)
Mutual labels:  annotations
AnnotationInject
Compile-time Swift dependency injection annotations
Stars: ✭ 40 (+11.11%)
Mutual labels:  annotations
aptk
A toolkit project to enable you to build annotation processors more easily
Stars: ✭ 28 (-22.22%)
Mutual labels:  annotations
pyheartex
Heartex Python SDK - Connect your own models to Heartex Data Labeling
Stars: ✭ 27 (-25%)
Mutual labels:  annotations

kibana-comments-app-plugin

An application plugin to add and visualize comments to your Kibana dashboards


demo

How to... add new comments

add new comments

How to... view comments with annotations feature

Annotations are only available in Visual Builder visualization type

view comments

configuration

Set the number of shards and replicas for new comment's indices Edit your kibana.yml

kibana-comments-app-plugin.newIndexNumberOfShards: 1   # default to 1
kibana-comments-app-plugin.newIndexNumberOfReplicas: 1 # default to 1

development

This plugin is bootstrapped from template-kibana-plugin

See the kibana contributing guide for instructions setting up your development environment. Once you have completed that, use the following npm tasks.

  • npm start

    Start kibana and have it include this plugin

  • npm start -- --config kibana.yml

    You can pass any argument that you would normally send to bin/kibana by putting them after -- when running npm start

  • npm run build

    Build a distributable archive

  • npm run test:browser

    Run the browser tests in a real web browser

  • npm run test:server

    Run the server tests using mocha

For more information about any of these commands run npm run ${task} -- --help.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].