Questions tagged [banana]

The Banana project (a fork of Kibana) is a log visualization tool for use with Apache Solr data

The Banana project was forked from Kibana 3, and works with all kinds of time series data stored in Apache Solr. It uses Kibana's powerful dashboard configuration capabilities, ports key panels to work with Solr, and provides significant additional capabilities, including new panels that leverage D3.js.

The goal is to create a rich and flexible UI, enabling users to rapidly develop end-to-end applications that leverage the power of Apache Solr.

33 questions
0
votes
1 answer

Banana Dashboard For Solr Not Tokenizing Location Names Correctly

I am using banana dashboard for generating a non time series dashboard for my solr indexed data. The "location" field in the indexed data doesn't display correctly in the banana dashboard facets widget with names like "San Francisco", "New York"…
raikumardipak
  • 1,461
  • 2
  • 29
  • 49
0
votes
1 answer

How to Export HTML Page to a PDF File In Banana Dashboard

I am trying to generate a PDF file out of the banana dashboard. I have made the following changes to the files: Added a div id to the main div in index.html file
Added two js files necessary for PDF generation into…
raikumardipak
  • 1,461
  • 2
  • 29
  • 49
0
votes
2 answers

Load Multiple Cores in Banana which are created in Datastax Solr

I want to load multiple cores which are created in Datastax Cassandra Solr. Objective is to create various Banana dashboards & provide to users on per Core basis. Currently I am able to do it by…
Anil Kapoor
  • 644
  • 6
  • 19
0
votes
1 answer

JDK error installing bazel on the banana pi

When installing a bazel on a banana pi, this error appeared on this guide, what should I do? ERROR: JDK not found, please set $JAVA_HOME.
dntwrd
  • 1
  • 1
0
votes
1 answer

banana with solr in CDH 5.13

I am trying to access banana in CDH 5.13 which has solr 4.10.3. I copied the banana release folder from github into the directory /usr/lib/solr/webapps/banana and restarted zookeeper and solr servers. But I am not able to access banana…
ppeddi
  • 3
  • 9
0
votes
0 answers

Adding a d3 pie chart to banana

I am new to solr and banana. I'm trying to add a pie chart to the banana dashboard. The panel get loads but the chart does not comes. Can some one please help me on this? I have created the module.html and also the editor.html files. When I debug…
Supun
  • 9
  • 1
0
votes
0 answers

Bettermap is not working on Banana dashboard

we are ingesting our collection that has a latlon field so called posicion with the following schema, i.e: 45.17614,-93.87341 When we are trying to visualize on Banana, it seems that is loading properly on the table panel: It seems that is able to…
Ivan Fernandez
  • 4,173
  • 5
  • 25
  • 30
0
votes
0 answers

Banana dashboard giving error while loading large amount of data

I have indexed about large number of documents which contains near about 100 millions of data through apache solr 6.1.0 version. After that when I try to access banana dashboard it shows blank pie charts and bar charts on banana dashboard. …
0
votes
1 answer

How to make a count distinct in Banana Hits Panel

in the Banana version of March 2016 the Hits Panel has new statistics functions (like min, max, mean, stddev, etc.) which are really useful than the single count function there was before. But the function count distinct doesn't exist yet :-( Does…
Enaway
  • 11
  • 1
  • 6
0
votes
0 answers

How to change the Locale time into Banana TimePicker Panel

Let's say I want to show in a Banana TimePicker Panel exactly the Locale time which is present into the Solr query results, let's say times with GMT+2. But the problem is that Banana is always showing the GMT+0 time (solr result times minus 2…
Enaway
  • 11
  • 1
  • 6
0
votes
0 answers

How to disable ascending/descending order in Banana Term Panel

In Banana, I can't visualize my Data (as a bar style) via a Term Panel without ascending order nor descending order. Let's suppose that my field variable is a range time between 0 and 9 seconds and I want to show frequencies (option Mode=count) by…
Enaway
  • 11
  • 1
  • 6
0
votes
1 answer

How to export a CSV file with a custom separator from a Banana Table Panel

I'm using Banana above Solr, and I think the Table panel is really usefull to export data as CSV. But the big problem is that the separator is a comma, nothing else ! I tried to find in the module.js file where it could possible to specify my own…
Enaway
  • 11
  • 1
  • 6
0
votes
0 answers

Can Banana, port of kibana be used with Mysql for data Visualization

I have installed Apache SOLR and Banana on a single machine for data visualization requirements. Some parts of MySql data is not indexed in apache SOLR. How can i use Banana to generate data visualization of my non indexed database.
Ejaz47
  • 145
  • 1
  • 12
0
votes
1 answer

Comparison of Handling Logs and PDFs in Solr & Elasticsearch and Data Visualization in Banana & Kibana

How do Elasticsearch and Solr compare in respect to the following: Indexing logs. Indexing events. Indexing PDF documents. Ease of creating and distributing visualizations. Kibana vs Banana. Support and documentation for developers. Any help is…
AbtPst
  • 7,778
  • 17
  • 91
  • 172
0
votes
1 answer

Set Banana panel custom query

I have created a Banana custom panel, and I want to change dynamically its "custom query" by a system of "select" tag. In this page, I can see that I can find a variable "_d" that contains custom. I can change it by a static variable which I give a…
Chènevis
  • 513
  • 1
  • 9
  • 22