mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* add asciidoc support for generated plugin list Try level offset "=+2" instead of "=+1" to stop the inlining of the includes. remove +2 back to +1 * Remove asciidoc, switch to regex. Rearrange dev guide to avoid nesting limit. * Add tests for regex * add a description to not throw off the table. Remove the heading from the paragraph snippet. * Fix more READMEs so table renders correctly * Update plugin list * Remove code-exploration file, moved to plugin-list * fix typo * Add link to developer examples * Update plugin list * fix typo
26 lines
1.1 KiB
Text
26 lines
1.1 KiB
Text
[[kibana-architecture]]
|
|
== Architecture
|
|
|
|
[IMPORTANT]
|
|
==============================================
|
|
{kib} developer services and apis are in a state of constant development. We cannot provide backwards compatibility at this time due to the high rate of change.
|
|
==============================================
|
|
|
|
Our developer services are changing all the time. One of the best ways to discover and learn about them is to read the available
|
|
READMEs from all the plugins inside our {kib-repo}tree/{branch}/src/plugins[open source plugins folder] and our
|
|
{kib-repo}/tree/{branch}/x-pack/plugins[commercial plugins folder].
|
|
|
|
A few services also automatically generate api documentation which can be browsed inside the {kib-repo}tree/{branch}/docs/development[docs/development section of our repo]
|
|
|
|
A few notable services are called out below.
|
|
|
|
* <<development-security>>
|
|
* <<add-data-tutorials>>
|
|
* <<development-visualize-index>>
|
|
|
|
include::add-data-tutorials.asciidoc[leveloffset=+1]
|
|
|
|
include::development-visualize-index.asciidoc[leveloffset=+1]
|
|
|
|
include::security/index.asciidoc[leveloffset=+1]
|
|
|