Giter Site home page Giter Site logo

transform_vis's People

Contributors

fbaligand avatar phaedrusthegreek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

transform_vis's Issues

Possibility of using style-tags

Hey,
first let me thank you for the awesome plugin.

Is there a possibility to use CSS for styling the template? A symple <style> tag is not working properly.

Thanks

6.4.0 No index pattern

I see, you just updated to 6.4.0 a few days ago and didn't tag it yet..

when I download and install commit e4b62ff in version 6.4.0 I am not able to save the index pattern. All index patterns are showing correctly in the dropdown-menu but as far as I choose one the visualization window says "No Index Pattern". Same message for all already existing transform-visualizations.

Any suggestions?
image
image

Kibana 5.4.1

Any plans to make a release for Kibana 5.4.1?

Support for Kibana 5.6.2

This plugin would help in the development of our kibana dashboard in many ways and currently we're using version 5.6.2 and we cannot downgrade our system due to other plugin incompatibility. We would truly appreciate if you could help us and share if you have plans on supporting latest releases of Kibana (specifically 5.6.2). Thank you so much in advance!

Regards,
Keeshia

Please update the great plugin to 7.*

Hi,
it will be perfect, when you try to upgrade your plugin. We use them in very many vis.
I try it, but now i have a problem with the appstate.
It will be perfect.
Thanks
Classic

Index Pattern Incorrect

Hi guys I have builded this plugin for kibana 5.6 version, but when I'm trying to get it work, I can see that the index patterns are showing as id's and not by their names, and when I'm trying to execute it I'm getting an Elasticsearch error. Also the javascript section is not showing

captura de pantalla 2017-09-20 a las 16 50 05

Can not see JS input window

HI,

After installation of plugin, the JS minput window is not visible, could you please assist?

Thanks,
Jan

zrzut ekranu 2018-02-14 o 14 37 51

Can we pass the output of the query/ JS/ template to an existing visual

Can we pass the output of the query/ JS/ template to an existing visual. Since we don't want to recreate all the existing visuals embedded as html/JS in Template section. Since I am not well versed in JS, please forgive if its a stupid question.

P.S
Thank you so much for the widget/ help you are providing.

Error with 6.4.2

When I change the package.json to 6.4.2 and try to install via git clone, direct file install, or url get this error:

/opt/bitnami/kibana# bin/kibana-plugin install https://github.com/PhaedrusTheGreek/transform_vis/releases/download/6.4.0/transform_vis-6.4.0.zip

Attempting to transfer from https://github.com/PhaedrusTheGreek/transform_vis/releases/download/6.4.0/transform_vis-6.4.0.zip
Transferring 39811 bytes....................
Transfer complete
Retrieving metadata from plugin archive
Error: end of central directory record signature not found
    at /opt/bitnami/kibana/node_modules/yauzl/index.js:179:14
    at /opt/bitnami/kibana/node_modules/yauzl/index.js:539:5
    at /opt/bitnami/kibana/node_modules/fd-slicer/index.js:32:7
    at FSReqWrap.wrapper [as oncomplete] (fs.js:658:17)
Plugin installation was unsuccessful due to error "Error retrieving metadata from plugin archive"

Any suggestions?

How about a plan for Kibana 6.0.0 ?

Thank you so much for this awesome plugin.

It's really helpful for our team in many use cases. We are testing Kibana 6.0.0 rc and would like to upgrade our Kibana from 5.x to 6.0.0 right after an official release.
We'd appreciate it if you could share a plan for 6.0.0 or 6.x.

Bug with importing third party JS

When I import some custom JS libraries, I get the error in the picture I attached. I can't seem to make it go away and it seems like Kibana is trying to load the script before the library is loaded which is causing this error. Any way to get around this? It isn't a nice error to pop up and it happens everytime I sign in.

I get the error when I use either of the following two in the javascript box:

    import_funnelLib: function() {
    $.getScript("https://canvasjs.com/assets/script/jquery.canvasjs.min.js", function( data, textStatus, jqxhr ) {
        console.log("Import Complete");
    });   
 }

or

 before_render: function(){
    $.getScript("https://canvasjs.com/assets/script/jquery.canvasjs.min.js", function( data, textStatus, jqxhr ) {
        console.log("Import Complete");
    });  
 }

And then further down in the javascript box I have:
after_render: function() { $("#chartContainer").CanvasJSChart(options);}
I think this is where the error is

Any idea what I can do?

screen shot 2018-05-28 at 3 07 01 pm

@PhaedrusTheGreek

revision up to support kibana 7.x version

Hi,
would you like to take some time to continue working on this plugin to support the latest Kibana version 7.x?
it would be highly appreciated if you can make it happen!
thanks!

Support multiple index queries

It would be nice to do several queries from different indexes.
Just remove Index Pattern dropdown and place it into Query DSL field. For example:

{
  "query_1": { "index-pattern": "index1-*", ... query body ... },
  "query_2": { "index-pattern": "index2-*", ... query body ... }
}

And then use response.query_1... and response.query_2...

I can do pull request for this functionality if you OK with conception.

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.