Revert "Fix snippets in upgrade docs"

This reverts commit 955542a50a4405c54fc77f733696088638334661.
This commit is contained in:
Jason Tedor 2018-06-11 22:04:30 -04:00
parent 955542a50a
commit 0e6589f489
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5

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,js]
[source,json]
----------------------------------------------------------
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,js]
[source,json]
----------------------------------------------------------
POST _xpack/license/start_trial
----------------------------------------------------------