Reorders agents for on prem tutorial (#24872)

This commit is contained in:
Jason Rhodes 2018-10-31 12:18:59 -04:00 committed by GitHub
parent cc89c1ee03
commit d3ccc02587
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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', {