Fix snippets in upgrade docs
The upgrade docs were using the json language tag but console wants these to be js for proper formatting. This commit addresses that.
This commit is contained in:
parent
40d31d2ae0
commit
955542a50a
|
@ -83,7 +83,7 @@ collection after the upgrade to use monitoring. Set
|
||||||
`xpack.monitoring.collection.enabled` to `true` with the `_cluster/settings`
|
`xpack.monitoring.collection.enabled` to `true` with the `_cluster/settings`
|
||||||
API:
|
API:
|
||||||
|
|
||||||
[source,json]
|
[source,js]
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
PUT /_cluster/settings
|
PUT /_cluster/settings
|
||||||
{
|
{
|
||||||
|
@ -97,7 +97,7 @@ PUT /_cluster/settings
|
||||||
To take all of the {xpack} features for a spin, you can start a 30-day trial
|
To take all of the {xpack} features for a spin, you can start a 30-day trial
|
||||||
from Kibana, or with the Start Trial API:
|
from Kibana, or with the Start Trial API:
|
||||||
|
|
||||||
[source,json]
|
[source,js]
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
POST _xpack/license/start_trial
|
POST _xpack/license/start_trial
|
||||||
----------------------------------------------------------
|
----------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue