diff --git a/src/core_plugins/kibana/server/tutorials/apm/on_prem.js b/src/core_plugins/kibana/server/tutorials/apm/on_prem.js index 39c198be412e4..8a3705edf0c76 100644 --- a/src/core_plugins/kibana/server/tutorials/apm/on_prem.js +++ b/src/core_plugins/kibana/server/tutorials/apm/on_prem.js @@ -103,6 +103,14 @@ export function onPremInstructions(apmIndexPattern) { defaultMessage: 'APM Agents', }), instructionVariants: [ + { + id: INSTRUCTION_VARIANT.JAVA, + instructions: createJavaClientInstructions(), + }, + { + id: INSTRUCTION_VARIANT.JS, + instructions: createJsClientInstructions(), + }, { id: INSTRUCTION_VARIANT.NODE, instructions: createNodeClientInstructions(), @@ -123,18 +131,10 @@ export function onPremInstructions(apmIndexPattern) { id: INSTRUCTION_VARIANT.RACK, instructions: createRackClientInstructions(), }, - { - id: INSTRUCTION_VARIANT.JS, - instructions: createJsClientInstructions(), - }, { id: INSTRUCTION_VARIANT.GO, instructions: createGoClientInstructions(), }, - { - id: INSTRUCTION_VARIANT.JAVA, - instructions: createJavaClientInstructions(), - }, ], statusCheck: { title: i18n.translate('kbn.server.tutorials.apm.apmAgents.statusCheck.title', {