mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update plugins.asciidoc
Fixed asciidoc
This commit is contained in:
parent
33b3c45252
commit
05de93a72b
1 changed files with 4 additions and 2 deletions
|
@ -124,6 +124,8 @@ plugins by clicking the icons for your desired plugins in the left-hand navigati
|
|||
Use the following command to disable a plugin:
|
||||
|
||||
[source,shell]
|
||||
./bin/kibana --<plugin ID>.enabled=false
|
||||
-----------
|
||||
./bin/kibana --<plugin ID>.enabled=false <1>
|
||||
-----------
|
||||
|
||||
You can find a plugin's plugin ID as the value of the `name` property in the plugin's `package.json` file.
|
||||
<1> You can find a plugin's plugin ID as the value of the `name` property in the plugin's `package.json` file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue