mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* Beginning to work on the role management APIs. Added docs for GET * Adding PUT docs * Adding PUT details * Adding delete docs * Fixing linking * Adding Kibana privileges section * Fixing dashboard only mode docs * Fixing a few more references to managing roles * Beginning to work on authorization docs, might be moving some to stack-docs * Collapsing authorization description in the kibana privileges page * Adding audit logging section * Revising the language on the Kibana role management section * Splitting back out the auth/privileges and adding legacy fallback details * Revising language around impact of disabling security * Changing Kibana to {kib} and Elasticsearch to {es} * Beginning to work on developer centric docs * Fixing some formatting, adding some diagrams * Adding note about the role management APIs * Adding overview, fixing small syntax issues * Fixing chunk name for transitioning to application privileges * Adjusting tone for the authorization introduction * Changing the tone and structure of the RBAC docs * Deleting blog stuff after refactoring * Addressing first round of peer review comments * Fixing endpoints links * Peer review suggested edits * Addressing other PR feedback
21 lines
532 B
Text
21 lines
532 B
Text
[[development]]
|
|
= Contributing to Kibana
|
|
|
|
[partintro]
|
|
--
|
|
Contributing to Kibana can be daunting at first, but it doesn't have to be. If
|
|
you're planning a pull request to the Kibana repository, you may want to start
|
|
with <<core-development>>.
|
|
|
|
If you'd prefer to use Kibana's internal plugin API, then check out
|
|
<<plugin-development>>.
|
|
--
|
|
|
|
include::development/core-development.asciidoc[]
|
|
|
|
include::development/plugin-development.asciidoc[]
|
|
|
|
include::development/security/index.asciidoc[]
|
|
|
|
include::development/pr-review.asciidoc[]
|
|
|