mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* [Home] Update Node instructions * Fixed link
This commit is contained in:
parent
ca2aef936e
commit
1950b62ff8
1 changed files with 3 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
/* eslint-disable max-len */
|
||||
|
||||
export const NODE_CLIENT_INSTRUCTIONS = [
|
||||
{
|
||||
title: 'Install the APM agent',
|
||||
|
@ -22,10 +24,7 @@ var apm = require('elastic-apm-node').start({curlyOpen}
|
|||
// Set custom APM Server URL (default: http://localhost:8200)
|
||||
serverUrl: ''
|
||||
{curlyClose})`.split('\n'),
|
||||
textPost:
|
||||
'See [the documentation]({config.docs.base_url}guide/en/apm/agent/nodejs/1.x/index.html)' +
|
||||
' for advanced usage. Babel users, refer to [the documentation]' +
|
||||
'({config.docs.base_url}guide/en/apm/agent/nodejs/1.x/advanced-setup.html#es-modules).',
|
||||
textPost: `See [the documentation]({config.docs.base_url}guide/en/apm/agent/nodejs/1.x/index.html) for advanced usage, including how to use with [Babel/ES Modules]({config.docs.base_url}guide/en/apm/agent/nodejs/1.x/advanced-setup.html#es-modules).`,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue