Coder Social home page Coder Social logo

kibana-vis-dropdown's People

Contributors

annagerber avatar robcowart avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

kibana-vis-dropdown's Issues

Add support for Kibana 6.0.1

My ELK cluster is running Kibana version 6.0.1. It would be great if you can add support for Kibana 6.0.1 or atleast point me to the code where this support can be added . Thanks.

error when starting kibana after install

Hi,

I just did the installation of the plugin, i changed the version in the json files to my version 5.6.3.
when starting kibana, i get the following fatal error:

FATAL Error: Config schema already has key: kibana_dropdown
at Config.extendSchema (/usr/share/kibana/src/server/config/config.js:51:13)
at /usr/share/kibana/src/server/plugins/plugin_collection.js:19:12
at next (native)
at step (/usr/share/kibana/src/server/plugins/plugin_collection.js:49:191)
at /usr/share/kibana/src/server/plugins/plugin_collection.js:49:361

Do you know how to fix this?

Pulldown menu appears below pulldown container

Here is a screenshot of the dropdown before an entry is selected. So far, so good.

dropdown1

Here is the dropdown after the selection is made. Notice that the result of the selection is a filter, that appears above the dropdown, pushing the dropdown down a bit. A little shocking, but still ok.

dropdown2

Now that the filter is there, we select the dropdown again, First the filter goes away, and everything is pushed up a bit, except the dropdown, which is now displayed below where it should be, and on top of the viz below it. This is ugly!

dropdown3

Also notice that is there is another filter, then the filter bar stays, and the dropdown container does not move, and so the dropdown appears where it should.

dropdown4

Question: Does anybody know how to get the dropdown to appear in the right place, after the first selection has been made and the filter is created, and there are no other filters in the filter bar?

kibana 5.4.2

Incompatible with Kibana 5.4.0

I followed the instructions to install the plugin in kibana 5.4.0.
Kibana starts up just fine. However when i try to load the webpage, it shows the following error message

Error: Uncaught TypeError: Cannot read property 'register' of undefined 

After some digging around, I found a couple of links which will solve the issue.

https://discuss.elastic.co/t/fatal-error-after-upgrading-from-5-4-2-to-5-5-0/92351

elastic/kibana#12707 (comment)

After editing dropdownController.js and dropdownpicker.js by changing all import statements like below, it started working.

import {VisTypesRegistryProvider} from 'ui/registry/vis_types';

To

import VisTypesRegistryProvider from 'ui/registry/vis_types';

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.