mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -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 = [
|
export const NODE_CLIENT_INSTRUCTIONS = [
|
||||||
{
|
{
|
||||||
title: 'Install the APM agent',
|
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)
|
// Set custom APM Server URL (default: http://localhost:8200)
|
||||||
serverUrl: ''
|
serverUrl: ''
|
||||||
{curlyClose})`.split('\n'),
|
{curlyClose})`.split('\n'),
|
||||||
textPost:
|
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).`,
|
||||||
'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).',
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue