mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
9441a865e9
commit
c45ec427c1
3 changed files with 12 additions and 0 deletions
|
@ -17,4 +17,9 @@ Clicking *Blame* shows the most recent commit per line.
|
|||
[role="screenshot"]
|
||||
image::images/code-blame.png[]
|
||||
|
||||
[float]
|
||||
==== Branch selector
|
||||
You can use the Branch selector to view different branches of a repo. Note that code intelligence and search index are not available for any branch other than master branch.
|
||||
|
||||
|
||||
include::code-semantic-nav.asciidoc[]
|
||||
|
|
|
@ -16,6 +16,10 @@ You can check the status of the language servers and get installation instructio
|
|||
[role="screenshot"]
|
||||
image::images/code-lang-server-status.png[]
|
||||
|
||||
[float]
|
||||
=== Ctag language server
|
||||
*Code* also uses a Ctag language server to generate symbol information and code intelligence when a dedicated language server is not available. The code intelligence information generated by the Ctag language server is less accurate but covers more languages.
|
||||
|
||||
|
||||
|
||||
include::code-basic-nav.asciidoc[]
|
||||
|
|
|
@ -40,3 +40,6 @@ Maximal number of workspaces each language server allows to span. Defaults to `5
|
|||
|
||||
`xpack.code.codeNodeUrl`::
|
||||
URL of the Code node. This config is only needed when multiple Kibana instances are set up as a cluster. Defaults to ``
|
||||
|
||||
`xpack.code.verbose`::
|
||||
Set this config to `true` to log all events. Defaults to `false`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue