{"id":13749060,"url":"https://github.com/dlumbrer/kbn_network","last_synced_at":"2026-02-26T14:11:53.936Z","repository":{"id":9850390,"uuid":"62662964","full_name":"dlumbrer/kbn_network","owner":"dlumbrer","description":"Network Plugin for Kibana","archived":false,"fork":false,"pushed_at":"2023-05-03T11:09:18.000Z","size":11390,"stargazers_count":368,"open_issues_count":34,"forks_count":96,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-11-15T23:31:52.685Z","etag":null,"topics":["dashboard","data-visualization","elasticsearch","kibana"],"latest_commit_sha":null,"homepage":"https://dlumbrer.github.io/kbn_network/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dlumbrer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-07-05T19:16:45.000Z","updated_at":"2024-10-05T11:42:00.000Z","dependencies_parsed_at":"2024-01-15T09:58:40.175Z","dependency_job_id":"0b770e22-41d3-45c5-aeea-965e87d74595","html_url":"https://github.com/dlumbrer/kbn_network","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlumbrer%2Fkbn_network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlumbrer%2Fkbn_network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlumbrer%2Fkbn_network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlumbrer%2Fkbn_network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlumbrer","download_url":"https://codeload.github.com/dlumbrer/kbn_network/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253240350,"owners_count":21876593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","data-visualization","elasticsearch","kibana"],"created_at":"2024-08-03T07:00:54.676Z","updated_at":"2026-02-26T14:11:48.907Z","avatar_url":"https://github.com/dlumbrer.png","language":"JavaScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=HHPTP787VZVZL"],"categories":["JavaScript","Kibana plugins and applications"],"sub_categories":["Kibana Visualization plugins"],"readme":"# Network Plugin for Kibana 5, 6 and 7\n\nThis is a plugin developed for Kibana that displays a network node that link two fields that have been previously selected.\n\n###### Link to the page: https://dlumbrer.github.io/kbn_network/\n\n## Installation Steps from release\n\nNow this plugin is avalible for differents versions of Kibana (6, 5 and 4), in [releases](https://github.com/dlumbrer/kbn_network/releases \"Go to releases!\") you can download the plugin with all its dependencies installed:\n\n1. Go to [releases](https://github.com/dlumbrer/kbn_network/releases \"Go to releases!\") and download the right one for your Kibana\n2. unzip/untar it into `KIBANA_HOME/plugins`\n3. Start your Kibana\n\n\n## Installation Steps from GitHub source code\n\n1. Move into plugins folder:  `cd KIBANA_HOME/plugins`\n2. Clone the source code (**it depends on your Kibana's version**):\n    - Kibana 7.5 and upper: `git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 7-dev`\n    - Kibana 7.0 to 7.4: `git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 7.4-dev`\n    - Kibana 6.6 and upper: `git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 6-dev`\n    - Kibana 6.5: `git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 6.5-dev`\n    - Kibana 6.3 or 6.4: `git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 6.4-dev`\n    - Kibana 6.0, 6.1 or 6.2: `git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 6.2-dev`\n    - Kibana 5.5.X or 5.6.X: `git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 5.5.x`\n    - Kibana 5.5.X or lower: `git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 5.4.x`\n    - Kibana 4: `git clone https://github.com/dlumbrer/kbn_network.git network_vis -b 4.x`\n\n3. Install dependencies:\n      ```\n      cd network_vis\n      rm -rf images/\n      npm install\n      ```\n4. Start Kibana\n\n\u003e **Important:** If you have any problem with the plugin version (like a warning message \"**it expected Kibana version \"x.x.x\", and found \"x.x.x\"**\") only change the value of the \"version\" tag on the package.json to your Kibana version\n\n\n#### Uninstall:\n```\ncd KIBANA_HOME\nrm -rf plugins/network_vis/\n```\n\n\n## Types of networks\n\n#### Two types of Nodes:\n\nIt can select 'Node'-'Node' in buckets to show a network that link two types of nodes. Each type is the result of the field selected.\n\n![Screenshot](images/Easy.png)\n\n#### Nodes linked by a Relationship:\n\nFirst, select 'Node' on buckets for build the network of one type of nodes, it depends of the field it has been selected. After, select 'Relation' to link the nodes through a relationship that depends of the field it has been selected.\n\n![Screenshot](images/Types.png)\n\n## Integration on Dashboard\n\nCompletly integration on Dashboards with other visualizations.\n\n![Screenshot](images/Dashboard.png)\n\n## User Guide\n\nYou can find an user guide in the file [USER_GUIDE.md](https://github.com/dlumbrer/kbn_network/blob/master/USER_GUIDE.md \"Go to the user guide!\")\n\n## Help me to improve! :smile:\n\nYou can contact or helping me if you have any issue by:\n\n- Opening an issue in the repository\n- Opening a PR\n- Sending an email to [me](mailto:dmorenolumb@gmail.com)!\n\nThis is an open source project that I maintain in my free time, as a hobby and my love for open source and data visualization. It is free as you know, but you can help me with a cup of coffee:\n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=HHPTP787VZVZL)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlumbrer%2Fkbn_network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlumbrer%2Fkbn_network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlumbrer%2Fkbn_network/lists"}