$30 off During Our Annual Pro Sale. View Details »
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Network plugin
Search
David Moreno Lumbreras
December 19, 2017
Programming
0
200
Network plugin
Introduction, installation and user guide of this plugin for Kibana.
David Moreno Lumbreras
December 19, 2017
Tweet
Share
More Decks by David Moreno Lumbreras
See All by David Moreno Lumbreras
Exploring Visualization of Software-Related data in Extended Reality - Thesis dissertation
dlumbrer
0
18
OPENSYM & OSS 2023 GATHER TOGETHER
dlumbrer
0
21
Visualize the NPM dependencies city ecosystem of your node project in VR
dlumbrer
0
85
BabiaXR: Virtual Reality Data Visualizations for the Web
dlumbrer
0
150
BabiaXR: Virtual Reality Data Visualizations for the browser
dlumbrer
0
140
CodeCity: On-Screen or in Virtual Reality? - VISSOFT 2021
dlumbrer
0
71
BabiaXR Visualización de Datos en Realidad Virtual
dlumbrer
0
110
BabiaXR: Virtual Reality Data Visualizations using only Front-End
dlumbrer
0
160
VBoard, Web dashboards in VR and AR
dlumbrer
0
130
Other Decks in Programming
See All in Programming
「今のプロジェクトいろいろ大変なんですよ、app/services とかもあって……」/After Kaigi on Rails 2024 LT Night
junk0612
5
2.2k
@nifty天気予報:フルリニューアルの挑戦 - NIFTY Tech Talk #22
niftycorp
PRO
0
110
@nifty天気予報のフロントエンドを 実装するまで - NIFTY Tech Talk #22
niftycorp
PRO
0
110
Welcome JSConf.jp 2024
yosuke_furukawa
PRO
0
2.4k
React CompilerとFine Grained Reactivityと宣言的UIのこれから / The next chapter of declarative UI
ssssota
7
2.3k
eBPF Deep Dive: Architecture and Safety Mechanisms
takehaya
9
440
初めてDefinitelyTypedにPRを出した話
syumai
0
450
Djangoの開発環境で工夫したこと - pre-commit / DevContainer
hiroki_yod
1
440
「天気予報があなたに届けられるまで」 - NIFTY Tech Talk #22
niftycorp
PRO
0
120
型付き API リクエストを実現するいくつかの手法とその選択 / Typed API Request
euxn23
9
2.6k
[KR] Open-Source Ecosystems
skydoves
0
100
Leveling Up Developer Tooling for the Modern Rails & Hotwire Era @ Ruby Türkiye, November 2024
marcoroth
0
130
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.3k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
28
8.2k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Bash Introduction
62gerente
608
210k
How STYLIGHT went responsive
nonsquared
95
5.2k
Designing the Hi-DPI Web
ddemaree
280
34k
Music & Morning Musume
bryan
46
6.2k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
44
2.2k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
Fireside Chat
paigeccino
34
3k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
Transcript
Network plugin Visualización de redes en Kibana David Moreno @dlumbrer1
dmoreno at bitergia dot com Meetup ElasticSearch, 19 Dic 2017
Introducción Un poco sobre mi Network plugin
/network_plugin Tartas, Líneas, Barras, Tablas… ¿Por qué no también Redes/Grafos?
/network_plugin Tartas, Líneas, Barras, Tablas… ¿Por qué no también Redes/Grafos?
/donde Web del plugin: https://dlumbrer.github.io/kbn_network/ Repositorio GitHub: https://github.com/dlumbrer/kbn_network Plugins conocidos
de Kibana: https://www.elastic.co/guide/en/kibana/current/kno wn-plugins.html
Instalación Compatibilidad Desde “releases” Desde código fuente Estructura del plugin
/compatibilidad El plugin tiene versiones para:
/compatibilidad El plugin tiene versiones para: Kibana 4 (deprecated)
/compatibilidad El plugin tiene versiones para: Kibana 4 (deprecated) Kibana
5
/compatibilidad Kibana 6!
/releases Ir a https://github.com/dlumbrer/kbn_network/releases Descargar la versión para tu Kibana
Descomprimir en tu KIBANA_HOME/plugins Listo!
/source_code Siguiendo los pasos dentro de README.md
/instalación IMPORTANTE: Antes de iniciar Kibana, comprobar que dentro el
archivo network_vis/package.json el valor del tag “version” coincide con tu versión de Kibana. = 5.6.0
/instalación
/estructura
Tipos de redes Node - Node Node - Relation Ajustar
tamaños con métricas Customización Casos de uso
/demo
/node-node 2 tipos distintos de nodos relacionados entre si: Seleccionar
Node (x2)
/node-node 2 tipos distintos de nodos relacionados entre si: Seleccionar
Node (x2)
/node-node 2 tipos distintos de nodos relacionados entre si: Seleccionar
Node (x2)
/node-relation Un único tipo de nodo, pero su relación la
determina otro campo: Seleccionar Node
/node-relation Un único tipo de nodo, pero su relación la
determina otro campo: Seleccionar Node Seleccionar Relation
/node-relation Un único tipo de nodo, pero su relación la
determina otro campo: Seleccionar Node Seleccionar Relation
/node-relation Un único tipo de nodo, pero su relación la
determina otro campo: Seleccionar Node Seleccionar Relation
/metrics Permite configurar el tamaño del nodo como del enlace:
/metrics Permite configurar el tamaño del nodo como del enlace:
/metrics Permite configurar el tamaño del nodo como del enlace:
/metrics Permite configurar el tamaño del nodo como del enlace:
/metrics
/customización Múltiples opciones (importantes) para hacer la red escalable y
ponerla al gusto: Color del nodo (bucket) Pestaña “options”
/customización
Bonus Searchtables plugin Dotplot plugin Dropdown plugin
/searchtables https://github.com/dlumbrer/kbn_searchtables Búsqueda en tablas
/dotplot https://github.com/dlumbrer/kbn_dotplot Visualización de puntos con métricas en ambos ejes
/dropdown Filtros mediante un “dropdown” que permite seleccionar valores de
un campo previamente elegido Origen: https://github.com/AnnaGerber/kibana_dropdown Adaptado Kibana 5.6: https://github.com/dlumbrer/kibana_dropdown
/preguntas !Muchas gracias! ¿Preguntas?
Software Development Analytics for your peace of mind bitergia.com David
Moreno Lumbreras Front-end Developer at Bitergia
[email protected]
-
[email protected]