Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh install of kibana-latest not showing panels #533

Closed
FrancoTampieri opened this issue Sep 27, 2013 · 4 comments
Closed

Fresh install of kibana-latest not showing panels #533

FrancoTampieri opened this issue Sep 27, 2013 · 4 comments
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@FrancoTampieri
Copy link

Hi!

I have installed a fresh version of kibana http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip

I'm using nginx, and i take the configuration example in this project, but whe I try to add a panel in one of the sample, I see a blank list and I can't select anything (see pic.)

Did someone could help me?
schermata del 2013-09-27 16 25 47

@rashidkpc
Copy link
Contributor

Try clearing your browser cache and refreshing

@spalger
Copy link
Contributor

spalger commented Sep 27, 2013

I believe that list is populated from the "panel_names" array in the config.js file. Are the names of the panels still available in your config file?

On Sep 27, 2013, at 7:27 AM, Franco Tampieri notifications@github.com wrote:

Hi!

I have installed a fresh version of kibana http://download.elasticsearch.org/kibana/kibana/kibana-latest.zip

I'm using nginx, and i take the configuration example in this project, but whe I try to add a panel in one of the sample, I see a blank list and I can't select anything (see pic.)

Did someone could help me?


Reply to this email directly or view it on GitHub.

@FrancoTampieri
Copy link
Author

Hi!

@rashidkpc I've cleared the cache, and I otain the same result.

@spenceralger this is my config.js:
/**

  • These is the app's configuration, If you need to configure

  • the default dashboard, please see dashboards/default
    */
    define(['settings'],
    function (Settings) {

    return new Settings({

    /**

    • URL to your elasticsearch server. You almost certainly don't

    • want 'http://localhost:9200' here. Even if Kibana and ES are on

    • the same host
      *

    • By default this will attempt to reach ES at the same host you have

    • elasticsearch installed on. You probably want to set it to the FQDN of your

    • elasticsearch host

    • @type {String}
      */
      elasticsearch: "http://namesite:9200",

      /**

    • The default ES index to use for storing Kibana specific object

    • such as stored dashboards

    • @type {String}
      */
      kibana_index: "kibana-int",

      /**

    • Panel modules available. Panels will only be loaded when they are defined in the

    • dashboard, but this list is used in the "add panel" interface.

    • @type {Array}
      */
      panel_names: [
      'histogram',
      'map',
      'pie',
      'table',
      'filtering',
      'timepicker',
      'text',
      'fields',
      'hits',
      'dashcontrol',
      'column',
      'derivequeries',
      'trends',
      'bettermap',
      'query',
      'terms'
      ]
      });
      });

@FrancoTampieri
Copy link
Author

I have update my install to the new latest versione today and panel will showed correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience
Projects
None yet
Development

No branches or pull requests

3 participants