All Projects → maliceio → malice-kibana-plugin

maliceio / malice-kibana-plugin

Licence: Apache-2.0 License
Malice Kibana Plugin

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
shell
77523 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to malice-kibana-plugin

kibana markdown doc view
A plugin for custom doc view using markdown+handlebars template.
Stars: ✭ 35 (+66.67%)
Mutual labels:  kibana, kibana-plugin
kibana notification center
This plugin helps you to use kibana's notifications more usefully.
Stars: ✭ 33 (+57.14%)
Mutual labels:  kibana, kibana-plugin
kbn radar
Radar visualization for Kibana
Stars: ✭ 35 (+66.67%)
Mutual labels:  kibana, kibana-plugin
kibana calendar vis
Calendar heatmap visualization Kibana plugin
Stars: ✭ 38 (+80.95%)
Mutual labels:  kibana, kibana-plugin
cleaner
An awesome Kibana plugin for setting elasticsearch index ttl
Stars: ✭ 16 (-23.81%)
Mutual labels:  kibana, kibana-plugin
stagemonitor-kibana
Kibana-Plugin for stagemonitor trace visualization
Stars: ✭ 13 (-38.1%)
Mutual labels:  kibana, kibana-plugin
flutter preload videos
Preloading videos in Flutter 💙
Stars: ✭ 42 (+100%)
Mutual labels:  ux
tsharkVM
tshark + ELK analytics virtual machine
Stars: ✭ 51 (+142.86%)
Mutual labels:  kibana
malice-av
Malice AntiVirus Plugins
Stars: ✭ 98 (+366.67%)
Mutual labels:  malice
stylish-hub
🍹 A browser extension that brings new GitHub features and experience.
Stars: ✭ 14 (-33.33%)
Mutual labels:  ux
simple slider
A Flutter widget for images sliding
Stars: ✭ 53 (+152.38%)
Mutual labels:  ux
ElsQuery
Vue Elastic Search Query Builder
Stars: ✭ 27 (+28.57%)
Mutual labels:  kibana
react-native-big-slider
🎚️ Yet another, big one, pure JS easily customisable and hackable react-native slider component
Stars: ✭ 86 (+309.52%)
Mutual labels:  ux
clinical nlp elastic
Clinical NLP Analysis with Elasticsearch and Kibana
Stars: ✭ 32 (+52.38%)
Mutual labels:  kibana
RentLio
This is a vehicle reservation system. Which is made with JavaFX and also using hibernate and RMI.
Stars: ✭ 49 (+133.33%)
Mutual labels:  ux
TIL
Today I Learned
Stars: ✭ 43 (+104.76%)
Mutual labels:  kibana
mathlion
Mathlion is an advanced math plugin for Kibana's Timelion
Stars: ✭ 77 (+266.67%)
Mutual labels:  kibana
svelteit
Svelteit is a minimalistic UI/UX component library for Svelte and Sapper projects
Stars: ✭ 64 (+204.76%)
Mutual labels:  ux
zeek2es
A Python application to filter and transfer Zeek logs to Elastic/OpenSearch. This app can also output pure JSON logs to stdout for further processing!
Stars: ✭ 16 (-23.81%)
Mutual labels:  kibana
ax
A CLI tool to query structured logs, including Kibana, Cloudwatch, Stackdriver, Docker and plain JSON file logs.
Stars: ✭ 51 (+142.86%)
Mutual labels:  kibana

malice-kibana-plugin

Circle CI License

Malice Kibana Plugin

screen-shot


Requirements

  • Kibana 7.0.0+

installation

kibana-plugin install \
         https://github.com/maliceio/malice-kibana-plugin/releases/download/v7.0.0/malice-7.0.0.zip

development

git clone https://github.com/maliceio/malice-kibana-plugin.git
cd malice-kibana-plugin
# start plugin
make run

=OR=

Start Kibana's Elasticsearch

$ docker run --init -d \
             --name kplug \
             -p 9200:9200 \
             -p 5601:5601 \
             -v `pwd`:/plugin/kibana-extra/malice \
             blacktop/kibana-plugin-builder elasticsearch

NOTE: elasticsearch takes a while to start

Install plugin node_modules

docker exec -it kplug bash -c "cd ../kibana-extra/malice && yarn kbn bootstrap"

Add some scan data

docker exec -it kplug bash -c "cd ../kibana-extra/malice/data && ./load-data.sh"

Start Kibana Plugin

docker exec -it kplug bash -c "cd ../kibana-extra/malice && ./start.sh"

Open https://localhost:5601/


issues

Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to file an issue

changelog

See CHANGELOG.md

contributing

See all contributors on GitHub.

Please update the CHANGELOG.md and submit a Pull Request on GitHub.

license

Apache License (Version 2.0) Copyright (c) 2013 blacktop Joshua Maine

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