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
3
votes
1 answer

Display Stacked Histogram in Banana

I am using Banana (the open source port of Kibana 3 https://github.com/LucidWorks/banana/) to visualize data stored in SOLR. I have some problems in displaying a stacked histogram. I am not sure if that is possible. To make it simpler, I would like…
marlieg
  • 449
  • 2
  • 5
  • 16
2
votes
1 answer

Bootstrap Carousel transition ON hover only

The idea is a static image, but wait... it's not a static image, it's just a slide show that isn't moving, so you think it is a static image. But then you hover your mouse over it, and it begins moving! I've seen it a few places on the web and quite…
TJBlackman
  • 1,895
  • 3
  • 20
  • 46
2
votes
1 answer

Multiple Queries in Banana with Solr (like in Kibana and elasticsearch)

Is it possible to use multiple queries in LucidWorks Banana with Solr (like with Kibana and elasticsearch)? We would like to display them in one diagram/histogram using different colors... The way we want it: Screenshot how it looks like in…
Simon_Prewo_Frankfurt
  • 1,209
  • 2
  • 11
  • 18
2
votes
2 answers

Getting Banana to work with Solr 4.2

I'm running Solr 4.2 and would like to try out LucidWorks Banana product. However, when I navigate to the banana directory on my Solr server, I receive a 404 error. I'm following the instructions from their github site here, basically dropping the…
David Hoerster
  • 28,421
  • 8
  • 67
  • 102
1
vote
1 answer

Installed Banana and now the Solr HTTP api stopped working

Im very new to Solr (4.10) and Banana. Here is my issue: I setup suggestions with multiple dictionaries in the solrconfig.xml file and got them working great in Solr 4.10! I use a query like this query to get them:…
Coldstar
  • 1,324
  • 1
  • 12
  • 32
1
vote
0 answers

In Solr Dashboard how to auto increase the height of tagcloud panel when the height of terms panel increases due to legend addition?

I have two panels "The term panel as a bar chart" and "The tagcloud panel" in a single row inside banana dashboard.If a "legend" is added to the top or the bottom of the bar chart the height of the entire row increases to the height of the terms…
raikumardipak
  • 1,461
  • 2
  • 29
  • 49
1
vote
0 answers

Why Multi Page PDF Generation From Banana Solr Dashboard Is Coming Blur Pixelwise

I am working on a multipage pdf download using html2canvas and pdfmake. I am able to download the pdf but page height, page width of the generated pdf is not proper and the resolution is low/blur. The code is as below. Please refer the screenshot…
Usha Aradhya
  • 11
  • 1
  • 3
1
vote
0 answers

Reflecting changes made in Banana Dashboard?

I'm getting issues with getting results on Banana Dashboard. I've changed the default query : of the query panel to ' ' in there module.js file such that if I load an index on Banana, it will not give me the list of documents immediately. I've…
1
vote
0 answers

Bar Chart lucidworks/Banana

It is possible to display data in the bar chart as below picture. non time_series dashboard screenshot of picture I try many times, using the bar panel, it can only select 1 field, for example, I select the "Month" field, the bar chart will show the…
moshimoshi
  • 51
  • 6
1
vote
1 answer

Elasricsearch and Solr Data Visualization Tools

Are there any other data visualization tools for Elasticsearch other than Kibana? Similar question for Solr and Banana. can someone please comment on the pros and cons of any such tools?
AbtPst
  • 7,778
  • 17
  • 91
  • 172
1
vote
1 answer

How to use countDistinct to get distinct values grouped by ... without using json.facet

Using solr 5.2.1 I'm trying to do something that in sql would look like: SELECT COUNT(DISTINCT(SESSION_ID)), COUNTRY FROM LOG GROUP BY COUNTRY The following answer would work but uses json.facet and I would like to create a banan panel for this…
HMR
  • 37,593
  • 24
  • 91
  • 160
1
vote
1 answer

Solr: Retrieve non-stored fields from external data source

I'm currently working on a project on which I would like to index several data sources (Oracle and HBase) into Solr for full text search. Additionally, I want to be able to visualize the data I index into Solr. I'm still evaluating on whether to use…
Marco H.
  • 23
  • 5
1
vote
1 answer

Saving to solr from banana 1.5?

When should a POST request turn into an an OPTIONS request, and what does that mean? What does the end server see in that case? I'm trying to get the Save-to-Solr feature of banana working, and failing with a status code of 404. I think this is a…
LizH
  • 445
  • 6
  • 19
1
vote
1 answer

Change histogram bar colors in Banana

Is it possible to change the colors of a Banana histogram chart (all histograms have green colors)? I would like to have two histogram charts of different colors but I do not find where the parameter is set in the code. Thank you!
marlieg
  • 449
  • 2
  • 5
  • 16
0
votes
1 answer

How to visualize data on bettermap in Banana Solr Dashboard?

I am trying to visualize a set of indexed data through Banana and it's bettermap panel. Below is my indexed data for storing the lat long information: { "user_lang":"en", "user_screenname":"Kashyep2", …
raikumardipak
  • 1,461
  • 2
  • 29
  • 49
1
2 3