{"id":13555405,"url":"https://github.com/QXIP/Qbana","last_synced_at":"2025-04-03T08:31:20.807Z","repository":{"id":17263567,"uuid":"20033187","full_name":"QXIP/Qbana","owner":"QXIP","description":"DEAD: Qbana (Ω) is a Kibana3 Fork with additional (DEPRECATED)","archived":false,"fork":false,"pushed_at":"2016-03-06T20:17:03.000Z","size":18289,"stargazers_count":86,"open_issues_count":1,"forks_count":24,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-22T02:32:46.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://qxip.net","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QXIP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-21T18:52:17.000Z","updated_at":"2024-08-09T22:00:39.000Z","dependencies_parsed_at":"2022-07-13T14:44:21.655Z","dependency_job_id":null,"html_url":"https://github.com/QXIP/Qbana","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QXIP%2FQbana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QXIP%2FQbana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QXIP%2FQbana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QXIP%2FQbana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QXIP","download_url":"https://codeload.github.com/QXIP/Qbana/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246965713,"owners_count":20861913,"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":[],"created_at":"2024-08-01T12:03:11.677Z","updated_at":"2025-04-03T08:31:15.793Z","avatar_url":"https://github.com/QXIP.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"# ![qb](https://raw.githubusercontent.com/QXIP/Qbana/master/src/img/qb.png) \nQbana (Ω) is an independent Kibana 3 fork with several additional features, new Panels, integrated Sense and client/server aggregations support, intended as dedicated tool for nProbe users as well as a possible alternative to Kibana for ElasticSearch users and abusers willing to live *\"off-the-grid\"*\n\nQbana ships loaded with: \n* Dashboards for [nProbe v7](http://www.ntop.org/products/nprobe/) and its many plugins *(HTTP, DNS, SIP, RTP, PROCESSES, etc)*\n* Features for server/client-side aggregations, multi-value term_stats and stats, additional datatypes and more\n* Additional Panels and D3 Visualizers *(Force, Flows, Flow Histograms, Bullet Stats, MuchBetterMaps, etc)*\n* Developer console *(Sense)* linked to Inspect which allows you to easily issue calls to Elasticsearch’s REST API\n* Flexibility to add/extend/change whatever you want without having to deal with anyone's business-plan\n\n######\u003ci\u003e\"Join the Ω\"\u003c/i\u003e\u003c/font\u003e\n\n## Overview\n\nQbana is an open source (Apache Licensed), browser based analytics and search interface to nProbe,\nLogstash and other timestamped data sets stored in ElasticSearch. \n\n### Requirements\n* Elasticsearch 0.90.9 or above\n* A modern web browser. The latest version of Chrome, Safari and Firefox have all been tested to\nwork. IE9 and greater should work. IE8 does not.\n* A webserver. No extensions are required, as long as it can serve plain html it will work\n* A browser reachable Elasticsearch server. Port 9200 must be open, or a proxy configured to allow\naccess to it.\n\n### Suggested\n* A reverse proxy to take care of security or a [hosted solution](http://facetflow.com) which does it for you\n\n### Mugshot\n![Screenshot](http://i.imgur.com/9gXTKCd.png)\n\n### Docs\n\nDocumentation, panel options and tutorials can be found on the [WiKi](https://github.com/QXIP/Qbana/wiki)\n### Installation\n\n1. Download and extract a snapshot or clone this repository to your webserver.\n2. Edit config.js in your deployed directory to point to your elasticsearch server. This should __not be\nhttp://localhost:9200__, but rather the fully qualified domain name of your elasticsearch server.\nThe url entered here _must be reachable_ by your browser.\n3. Point your browser at your installation. If you're using Logstash with the default indexing\nconfiguration the included Kibana logstash interface should work nicely.\n\n\n\n### FAQ\n__Q__: Why doesnt it work? I have http://localhost:9200 in my config.js, my webserver and elasticsearch\nserver are on the same machine  \n__A__: Qbana does not work like Kibana 2 or 4. To ease deployment, the server side\ncomponent has been eliminated. Thus __the browser connects directly to Elasticsearch__. The default\nconfig.js setup works for the webserver+Elasticsearch on the same machine scenario. Do not set it\nto http://localhost:9200 unless your browser and elasticsearch are on the same machine\n\n__Q__: How do I secure this? I don't want to leave 9200 open.  \n__A__: A simple nginx virtual host and proxy configuration can be found in the sample/nginx.conf\n\n\n__Q__: I'm running ES on a secured cluster with authentication. How do I configure Qbana?  \n__A__: Use in your config.js: **elasticsearch: {server: \"https://your.elasticsearch.server:80\", withCredentials: true},**\n\n__Q__: I'm running ES on a secured cluster with authentication. How do I configure Sense?  \n__A__: Open Sense (/sense) and perform an initial query/configuration using **https://user:pass@server:port**\n\n\n\n### Support \u0026 Contributing\n\nIf you have questions or comments, bugfixes or new feature that you would like to contribute, **please find or open an issue about it first.** \n\n\n\n\n---\n\nThis project sponsored by: \n\u003cbr\u003e\n\u003ca href=\"http://qxip.net\" target=\"_blank\"\u003e\u003cimg src=\"http://www.sipcapture.org/data/images/qxip.png\"\u003e\u003c/a\u003e \u003ca href=\"http://ntop.org\" target=\"_blank\"\u003e\u003cimg src=\"http://www.ntop.org/wp-content/uploads/2011/08/logo_new_m.png\"\u003e\u003c/a\u003e \u003ca href=\"http://facetflow.com\" target=\"_blank\"\u003e\u003cimg src=\"http://i.imgur.com/cIvYisr.png\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQXIP%2FQbana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FQXIP%2FQbana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQXIP%2FQbana/lists"}