All Projects → ppadovani → Kibananestedsupportplugin

ppadovani / Kibananestedsupportplugin

Licence: apache-2.0
A plugin for Kibana 5.5 and beyond that adds support for nested field search and aggregation.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kibananestedsupportplugin

3d kibana charts vis
3D Kibana Charts: Pie Chart, Bars Chart, Bubbles Chart
Stars: ✭ 34 (-56.41%)
Mutual labels:  elasticsearch, plugin, kibana
Sentinl
Kibana Alert & Report App for Elasticsearch
Stars: ✭ 1,233 (+1480.77%)
Mutual labels:  elasticsearch, plugin, kibana
Jmeter Elasticsearch Backend Listener
JMeter plugin that lets you send sample results to an ElasticSearch engine to enable live monitoring of load tests.
Stars: ✭ 72 (-7.69%)
Mutual labels:  elasticsearch, plugin, kibana
Docker Kibana
Kibana Docker image including search-guard
Stars: ✭ 22 (-71.79%)
Mutual labels:  elasticsearch, kibana
Szt Bigdata
深圳地铁大数据客流分析系统🚇🚄🌟
Stars: ✭ 826 (+958.97%)
Mutual labels:  elasticsearch, kibana
Kafka Connect Elasticsearch Source
Kafka Connect Elasticsearch Source
Stars: ✭ 22 (-71.79%)
Mutual labels:  elasticsearch, plugin
Docker Compose Elasticsearch Kibana
Docker Compose for Elasticsearch and Kibana
Stars: ✭ 584 (+648.72%)
Mutual labels:  elasticsearch, kibana
Logstash
OSSEC + Logstash + Elasticsearch + Kibana
Stars: ✭ 74 (-5.13%)
Mutual labels:  elasticsearch, kibana
Openshift Elasticsearch Plugin
Stars: ✭ 26 (-66.67%)
Mutual labels:  elasticsearch, kibana
Elasticsearch Ukrainian Lemmatizer
Ukrainian lemmatizer plugin for ElasticSearch
Stars: ✭ 44 (-43.59%)
Mutual labels:  elasticsearch, plugin
Helm Elasticstack
Kubernetes Helm Charts and Tools to run Elastic Stack(ELK) on Azure Container Service(AKS)
Stars: ✭ 76 (-2.56%)
Mutual labels:  elasticsearch, kibana
Datastream.io
An open-source framework for real-time anomaly detection using Python, ElasticSearch and Kibana
Stars: ✭ 814 (+943.59%)
Mutual labels:  elasticsearch, kibana
Elk
搭建ELK日志分析平台。
Stars: ✭ 688 (+782.05%)
Mutual labels:  elasticsearch, kibana
Elasticsearch Readonlyrest Plugin
Free Elasticsearch security plugin and Kibana security plugin: super-easy Kibana multi-tenancy, Encryption, Authentication, Authorization, Auditing
Stars: ✭ 917 (+1075.64%)
Mutual labels:  elasticsearch, kibana
Gem
💎 GUI for Data Modeling with Elasticsearch
Stars: ✭ 654 (+738.46%)
Mutual labels:  elasticsearch, kibana
Pivot Kibana
Flexmonster Pivot plugin for Kibana
Stars: ✭ 58 (-25.64%)
Mutual labels:  elasticsearch, kibana
Aws Config To Elasticsearch
Generates an AWS Config Snapshot and ingests it into ElasticSearch for further analysis using Kibana
Stars: ✭ 62 (-20.51%)
Mutual labels:  elasticsearch, kibana
Kibi
PLEASE READ: Kibi is now "Siren Investigate", part of the Siren Platform. This code repository is only provided to facilitate code review and integration by Siren customers and cannot be successfully compiled. The code also requires Siren Federate to be installed in Elasticsearch.
Stars: ✭ 489 (+526.92%)
Mutual labels:  elasticsearch, kibana
Elastalert Kibana Plugin
ElastAlert Kibana Plugin
Stars: ✭ 515 (+560.26%)
Mutual labels:  plugin, kibana
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (-42.31%)
Mutual labels:  elasticsearch, kibana

See KNQL Plugin for official documentation, installation instructions etc.

Open any issues here that you might have with the plugin, as well as requests for new versions.


Development

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

  • npm install jison-gho -g

    Install the jison parser tooling

  • npm install

    Install required dependencies

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

Grammer changes

Changes to the grammer must be made in the knql.jison file. Once those changes are made the knql.js file must be rebuilt using the command:

jison knql.jison -p slr

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