I'm basically 1st trying to understand how data flow and rendering is working. when we wrote a plugins. so I already gone through above link mentioned blogs and documentations. which @ppisljar has provided.
But there are couple of issue i'm facing at initial stage. I thought there might be some syntax mistakes in my code so i replaced my complete code with webinar demo complete source code from GitHub issue repository which is provided by @thomasneirynck at this URL .
So i extracted those zips so i got these 2 directory.
so I just copied "webinar_visualization" in my kibana/plugins/ directory.
and restarted Kibana server. but after restarting server kibana through me such kind of errors.
together with recent code (like current markdown or metric visualization) should help you get started.
things didn't change much since 6.0, but there were some minor changes, but you should be able to spot those from our current code. (maybe even compare metric code between versions ... however it was ported to react lately, so that might complicate stuff a bit)
in general we no longer recommend writing your visualizations in angular, as we are migrating away from it.
Could you please let me know what language you currently support to write our own visualization. ?
Basically, every visualization expect some specific data structure like whether it is flat/nested json data we are getting from REST API. i just want to know if we going to write our visualization is there any specific object which we can manipulate on run-time rendering ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.