All Projects → flexmonster → Pivot Kibana

flexmonster / Pivot Kibana

Licence: mit
Flexmonster Pivot plugin for Kibana

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pivot Kibana

Docker monitoring logging alerting
Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting.
Stars: ✭ 479 (+725.86%)
Mutual labels:  elasticsearch, dashboard, kibana
Datastream.io
An open-source framework for real-time anomaly detection using Python, ElasticSearch and Kibana
Stars: ✭ 814 (+1303.45%)
Mutual labels:  elasticsearch, dashboard, kibana
Kbn network
Network Plugin for Kibana
Stars: ✭ 339 (+484.48%)
Mutual labels:  elasticsearch, dashboard, kibana
Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (+108.62%)
Mutual labels:  elasticsearch, dashboard, kibana
Es2csv
Export from an Elasticsearch into a CSV file
Stars: ✭ 465 (+701.72%)
Mutual labels:  elasticsearch, kibana
Pfelk
pfSense/OPNsense + ELK
Stars: ✭ 417 (+618.97%)
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 (+743.1%)
Mutual labels:  elasticsearch, kibana
Docker Compose Elasticsearch Kibana
Docker Compose for Elasticsearch and Kibana
Stars: ✭ 584 (+906.9%)
Mutual labels:  elasticsearch, kibana
Gem
💎 GUI for Data Modeling with Elasticsearch
Stars: ✭ 654 (+1027.59%)
Mutual labels:  elasticsearch, kibana
Elk
搭建ELK日志分析平台。
Stars: ✭ 688 (+1086.21%)
Mutual labels:  elasticsearch, kibana
Docker Kibana
Kibana Docker image including search-guard
Stars: ✭ 22 (-62.07%)
Mutual labels:  elasticsearch, kibana
Awesome Elasticsearch
A curated list of the most important and useful resources about elasticsearch: articles, videos, blogs, tips and tricks, use cases. All about Elasticsearch!
Stars: ✭ 4,168 (+7086.21%)
Mutual labels:  elasticsearch, kibana
Awesome Monitoring
INFRASTRUCTURE、OPERATION SYSTEM and APPLICATION monitoring tools for Operations.
Stars: ✭ 356 (+513.79%)
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 (+1481.03%)
Mutual labels:  elasticsearch, kibana
Openshift Elasticsearch Plugin
Stars: ✭ 26 (-55.17%)
Mutual labels:  elasticsearch, kibana
Elk Docker
Docker configuration for ELK monitoring stack with Curator and Beats data shippers support
Stars: ✭ 342 (+489.66%)
Mutual labels:  elasticsearch, kibana
Dashboard
📺 Create your own team dashboard with custom widgets. Built with Next.js, React, styled-components and polished.
Stars: ✭ 1,007 (+1636.21%)
Mutual labels:  elasticsearch, dashboard
Xboot
基于Spring Boot 2.x的一站式前后端分离快速开发平台XBoot 微信小程序+Uniapp 前端:Vue+iView Admin 后端:Spring Boot 2.x/Spring Security/JWT/JPA+Mybatis-Plus/Redis/Elasticsearch/Activiti 分布式限流/同步锁/验证码/SnowFlake雪花算法ID 动态权限 数据权限 工作流 代码生成 定时任务 社交账号 短信登录 单点登录 OAuth2开放平台 客服机器人 数据大屏 暗黑模式
Stars: ✭ 3,432 (+5817.24%)
Mutual labels:  elasticsearch, dashboard
Cryptotracker
A complete open source system for tracking and visualizing cryptocurrency price movements on leading exchanges
Stars: ✭ 336 (+479.31%)
Mutual labels:  elasticsearch, kibana
Szt Bigdata
深圳地铁大数据客流分析系统🚇🚄🌟
Stars: ✭ 826 (+1324.14%)
Mutual labels:  elasticsearch, kibana

Flexmonster Pivot plugin for Kibana

⚠️ NOTICE - The plugin development is ceased

Due to breaking changes in last versions of Kibana, there are numerous issues with maintaining the working version. Therefore, the further development of the plugin is currently ceased.

Still, the currently available groundwork is free to use for your own custom integrations.


Flexmonster Pivot Table & Charts

Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.

This repository holds Flexmonster Pivot plugin for Kibana.

Requirements

The version of Kibana should be compatible with Elasticsearch. For more details, check support matrix.

For the latest versions, please make changes in the package.json and/or other files if necessary.

The following is the most recent working configuration:

Step 1: Install Flexmonster Pivot plugin

Navigate to Kibana bin/ folder and run in the console:

kibana-plugin install https://github.com/flexmonster/pivot-kibana/releases/download/v1.21/flexmonster_pivot-v1.21.zip
cd plugins/flexmonster_pivot
yarn add [email protected] --flat
yarn add [email protected] --flat

Step 2: Add the license key in FlexmonsterPivotTable.js:

  <FlexmonsterReact.Pivot ref="pivot" toolbar={true}
        componentFolder="https://cdn.flexmonster.com/" 
        width="100%"
        licenseKey="XXXX-XXXX-XXXX-XXXX-XXXX"
        report={this.props.report} />

Note that licenseKey is your license or trial key, so replace XXXX-XXXX-XXXX-XXXX-XXXX with an actual key. If you don’t have a license key, get a trial key here.

Step 3: Enable CORS for Elasticsearch

Open elasticsearch.yml and add the following configuration:

http.cors.enabled : true
http.cors.allow-origin : "*"
http.cors.allow-credentials: true
http.cors.allow-methods : OPTIONS,HEAD,GET,POST,PUT,DELETE
http.cors.allow-headers : kbn-version,Origin,X-Requested-With,Content-Type,Accept,Engaged-Auth-Token,Content-Length,Authorization

Step 4: Enable CORS for Kibana

Open kibana.yml and add the following configuration:

elasticsearch.hosts: ["http://localhost:9200"]
server.cors: true
server.cors.origin: ['*']

Step 5: See the results

A new tab with Flexmonster Pivot will be available if you open Kibana:

Pivot in Kibana

Resources

Also you can get all support from our development team on Forum. Flexmonster developers react fast to the questions and provide professional assistance.

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