Skip to content

Commit 71c41cd

Browse files
committed
Revert "Fix snippets in upgrade docs"
This reverts commit 15b027e.
1 parent 15b027e commit 71c41cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/upgrade.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ collection after the upgrade to use monitoring. Set
8383
`xpack.monitoring.collection.enabled` to `true` with the `_cluster/settings`
8484
API:
8585

86-
[source,js]
86+
[source,json]
8787
----------------------------------------------------------
8888
PUT /_cluster/settings
8989
{
@@ -97,7 +97,7 @@ PUT /_cluster/settings
9797
To take all of the {xpack} features for a spin, you can start a 30-day trial
9898
from Kibana, or with the Start Trial API:
9999

100-
[source,js]
100+
[source,json]
101101
----------------------------------------------------------
102102
POST _xpack/license/start_trial
103103
----------------------------------------------------------

0 commit comments

Comments
 (0)