All Projects → floragunncom → Search Guard Kibana Plugin

floragunncom / Search Guard Kibana Plugin

Licence: apache-2.0
This plugin for Kibana adds session management and multi tenancy to a Search Guard secured cluster.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Search Guard Kibana Plugin

Helk
The Hunting ELK
Stars: ✭ 3,097 (+2794.39%)
Mutual labels:  elk, elk-stack, elasticsearch, kibana
Docker Compose Elasticsearch Kibana
Docker Compose for Elasticsearch and Kibana
Stars: ✭ 584 (+445.79%)
Mutual labels:  elk, elk-stack, elasticsearch, kibana
Json Logging Python
Python logging library to emit JSON log that can be easily indexed and searchable by logging infrastructure such as ELK, EFK, AWS Cloudwatch, GCP Stackdriver
Stars: ✭ 143 (+33.64%)
Mutual labels:  elk, elk-stack, elasticsearch, kibana
Search Guard Docs
Official documentation for Search Guard, the Elasticsearch security suite
Stars: ✭ 92 (-14.02%)
Mutual labels:  elk, elk-stack, elasticsearch, kibana
Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (+13.08%)
Mutual labels:  elk, elk-stack, elasticsearch, kibana
rubban
Kibana Automatic Index Pattern Discovery and Other Elastic Stack Curating Tasks
Stars: ✭ 49 (-54.21%)
Mutual labels:  kibana, elk, elk-stack
search-guard-module-kibana-multitenancy
[OUTDATED] Provide multitenancy and other features for kibana
Stars: ✭ 15 (-85.98%)
Mutual labels:  kibana, elk, elk-stack
eslog tutorial
From Raw Logs to Real Insights - A tutorial for getting started with log analytics using Elastic Stack.
Stars: ✭ 28 (-73.83%)
Mutual labels:  kibana, elk, elk-stack
Ansible Elk
📊 Ansible playbook for setting up an ELK/EFK stack and clients.
Stars: ✭ 284 (+165.42%)
Mutual labels:  elk, elasticsearch, kibana
Sentinl
Kibana Alert & Report App for Elasticsearch
Stars: ✭ 1,233 (+1052.34%)
Mutual labels:  elk, elasticsearch, kibana
Elk Docker
Docker configuration for ELK monitoring stack with Curator and Beats data shippers support
Stars: ✭ 342 (+219.63%)
Mutual labels:  elk, elasticsearch, kibana
Elk
搭建ELK日志分析平台。
Stars: ✭ 688 (+542.99%)
Mutual labels:  elk, elasticsearch, kibana
Elastiflow
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack
Stars: ✭ 2,322 (+2070.09%)
Mutual labels:  elk, elasticsearch, kibana
Mozdef
DEPRECATED - MozDef: Mozilla Enterprise Defense Platform
Stars: ✭ 2,164 (+1922.43%)
Mutual labels:  elk, elk-stack, elasticsearch
ELK-Hunting
Threat Hunting with ELK Workshop (InfoSecWorld 2017)
Stars: ✭ 58 (-45.79%)
Mutual labels:  kibana, elk, elk-stack
Search Guard
Search Guard Plugin - Security for Elasticsearch
Stars: ✭ 56 (-47.66%)
Mutual labels:  elk, elk-stack, elasticsearch
Synesis lite suricata
Suricata IDS/IPS log analytics using the Elastic Stack.
Stars: ✭ 167 (+56.07%)
Mutual labels:  elk, elasticsearch, kibana
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (-57.94%)
Mutual labels:  elk, elasticsearch, kibana
Elk Docker
Elasticsearch, Logstash, Kibana (ELK) Docker image
Stars: ✭ 1,973 (+1743.93%)
Mutual labels:  elk, elasticsearch, kibana
Search Guard Ssl
Elasticsearch SSL for free. Supports native Open SSL.
Stars: ✭ 159 (+48.6%)
Mutual labels:  elk, elk-stack, elasticsearch

Search Guard Kibana Plugin

About this plugin

This plugin for Kibana adds session management and true multi-tenancy to a Search Guard secured cluster.

For Kibana 6.x it also provides a configuration GUI for Search Guard.

Downloads

Installation

Download the release matching your Kibana installation, and install it like any other Kibana plugin:

bin/kibana-plugin install file:///path/to/searchguard-kibana-<version>.zip

For multi-tenancy, you also need to install the Search Guard multi-tenancy module in addition to this plugin!

Documentation

Kibana 6.x

Kibana 5.x

Commercial use

This software is licensed under the Apache2 license and can be used freely also for commercial purposes. Some features may require the Search Guard Enterprise Edition or above to function.

Development

See the kibana contributing guide and the Search Guard documentation above for instructions setting up your development environment. Once you have completed that, use the following yarn scripts.

  • yarn

    Install dependencies and crosslink Kibana and all projects/plugins.

    IMPORTANT: Use this script instead of yarn to install dependencies when switching branches, and re-run it whenever your dependencies change.

  • yarn start

    Start kibana and have it include this plugin. You can pass any arguments that you would normally send to bin/kibana

    yarn start --elasticsearch.hosts http://localhost:9220
    
  • ./build.sh <kibana_version> <sg_plugin_version> <install|deploy>

    Build a distributable archive of your plugin.

  • yarn test:browser

    Run UI unit tests.

  • yarn test:server

    Run server unit tests.

  • yarn test:prepare_integration_test

    Run script for integration tests when Elasticsearch and Kibana should have different version in the same cluster: eliminate Kibana version check error and install required packages.

For more information about any of these commands run yarn ${task} --help. For a full list of tasks checkout the package.json file, or run yarn run.

License

Copyright 2015-2018 floragunn GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Legal

Search Guard is a trademark of floragunn GmbH, registered in the U.S. and in other countries

Elasticsearch, Kibana, Logstash, and Beats are trademarks of Elasticsearch BV, registered in the U.S. and in other countries.

floragunn GmbH is not affiliated with Elasticsearch BV.

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