All Projects → sw-jung → kibana_markdown_doc_view

sw-jung / kibana_markdown_doc_view

Licence: MIT License
A plugin for custom doc view using markdown+handlebars template.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to kibana markdown doc view

malice-kibana-plugin
Malice Kibana Plugin
Stars: ✭ 21 (-40%)
Mutual labels:  kibana, kibana-plugin
kibana notification center
This plugin helps you to use kibana's notifications more usefully.
Stars: ✭ 33 (-5.71%)
Mutual labels:  kibana, kibana-plugin
kbn radar
Radar visualization for Kibana
Stars: ✭ 35 (+0%)
Mutual labels:  kibana, kibana-plugin
kibana calendar vis
Calendar heatmap visualization Kibana plugin
Stars: ✭ 38 (+8.57%)
Mutual labels:  kibana, kibana-plugin
cleaner
An awesome Kibana plugin for setting elasticsearch index ttl
Stars: ✭ 16 (-54.29%)
Mutual labels:  kibana, kibana-plugin
stagemonitor-kibana
Kibana-Plugin for stagemonitor trace visualization
Stars: ✭ 13 (-62.86%)
Mutual labels:  kibana, kibana-plugin
WAZUH-OSSEC
WAZUH - The Open Source Security Platform Installation
Stars: ✭ 79 (+125.71%)
Mutual labels:  kibana
clinical nlp elastic
Clinical NLP Analysis with Elasticsearch and Kibana
Stars: ✭ 32 (-8.57%)
Mutual labels:  kibana
TIL
Today I Learned
Stars: ✭ 43 (+22.86%)
Mutual labels:  kibana
elk-stack
ELK Stack (Elasticsearch, Logstash & Kibana)
Stars: ✭ 13 (-62.86%)
Mutual labels:  kibana
go-techLog1C
1C technological log parser with periodic sending to Elasticsearch
Stars: ✭ 22 (-37.14%)
Mutual labels:  kibana
kibana graph
Interactive Network Graph Visualization For Kibana (unmaintained)
Stars: ✭ 38 (+8.57%)
Mutual labels:  kibana
ElsQuery
Vue Elastic Search Query Builder
Stars: ✭ 27 (-22.86%)
Mutual labels:  kibana
microservice-elk
Creating microservice using Spring Boot, Eureka, Zuul, Sleuth, Zipkin and ELK Stack
Stars: ✭ 19 (-45.71%)
Mutual labels:  kibana
bcoin-es
Bitcoin with Elasticsearch and Kibana analytics
Stars: ✭ 27 (-22.86%)
Mutual labels:  kibana
pandora
Small box of pandora to prototype your app with ready for use backend. This is just my compilation of different solutions occasionally applied in hackathons and challenges
Stars: ✭ 26 (-25.71%)
Mutual labels:  kibana
logCollect
日志收集解决方案,动态管理、轻量级日志收集客户端
Stars: ✭ 24 (-31.43%)
Mutual labels:  kibana
ax
A CLI tool to query structured logs, including Kibana, Cloudwatch, Stackdriver, Docker and plain JSON file logs.
Stars: ✭ 51 (+45.71%)
Mutual labels:  kibana
backends
monorepo for republik, publikator and assets backends based on NodeJS providing the GraphQL API used to power republik.ch.
Stars: ✭ 40 (+14.29%)
Mutual labels:  kibana
tsharkVM
tshark + ELK analytics virtual machine
Stars: ✭ 51 (+45.71%)
Mutual labels:  kibana

markdown_doc_view

A plugin for custom doc view using markdown+handlebars template.

Demo


Features

New Doc View: "Markdown"

You can use the new doc view named "Markdown" in discover and dashboard's search panel. It's based on custom template using markdown and handlebars.

In kibana's management page, you can manage templates for each index patterns.

Installation

Copy installation file's url as same version of your kibana from the repository releases.

And

$ cd path/to/your/kibana
$ bin/kibana-plugin install <installation file's url>

If you want more information, See this document.

NOTE: How can I do if I cannot find version I want?
I'm sorry for that. This plugin not all of kibana versions are supported.
If you need unsupported version, please test nearest version.
In this case, you need to modify the kibana.version field in package.json.
Currently minimum support version is v5.5.0

Configuration

The following configurable options are set by default.

kibana.yml

markdown_doc_view:
  enabled: true

development

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].