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:
Jason Tedor 2018-06-11 21:32:39 -04:00
parent 40d31d2ae0
commit 955542a50a
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ collection after the upgrade to use monitoring. Set
`xpack.monitoring.collection.enabled` to `true` with the `_cluster/settings`
API:
[source,json]
[source,js]
----------------------------------------------------------
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
from Kibana, or with the Start Trial API:
[source,json]
[source,js]
----------------------------------------------------------
POST _xpack/license/start_trial
----------------------------------------------------------