Integrating custom directive into Kibana

I am seeking some code design related information. I have created a Kibana
like dashboard with Splunk as backend, but very application-specific in
terms of D3 based visualizations which has highly interactive maps.

I found kibana after writing my front-end. I am impressed with the
modularized & organized UI dashboard of Kibana which I wish my web App also
has. I want to workout middle way in which I can add my directives in
kibana. I did not find any documentation for development with Kibana. Can
someone share their experience of extending kibana with new directives? Are
there any guidelines on such kind of integration?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/2e2381b1-522e-442c-b7c2-29b73c484992%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

I'm also looking to add a directive for a custom Kibana widget. Have you learned anything about doing this?