translate tutorials(apm)#22217
Conversation
💔 Build Failed |
💚 Build Succeeded |
|
blocked by #22181 |
💚 Build Succeeded |
|
Hi @pavel06081991, we have found your signature in our records, but it seems like you have signed with a different e-mail than the one used in yout Git commit. Can you please add both of these e-mails into your Github profile (they can be hidden), so we can match your e-mails to your Github profile? |
# Conflicts: # src/core_plugins/kibana/server/tutorials/apm/apm_client_instructions.js # src/core_plugins/kibana/server/tutorials/apm/apm_server_instructions.js # src/core_plugins/kibana/server/tutorials/apm/elastic_cloud.js # src/core_plugins/kibana/server/tutorials/apm/index.js # src/core_plugins/kibana/server/tutorials/apm/on_prem.js
b23f80e to
04ea98f
Compare
💚 Build Succeeded |
LeanidShutau
left a comment
There was a problem hiding this comment.
LGTM, but old eslint comments should be removed
| defaultMessage: 'Configure the agent', | ||
| }), | ||
| textPre: i18n.translate('kbn.server.tutorials.apm.nodeClient.configure.textPre', { | ||
| // eslint-disable-next-line no-multi-str |
There was a problem hiding this comment.
no-multi-str rule is disabled in eslint config
| // eslint-disable-next-line no-multi-str | ||
| defaultMessage: 'Note: If script execution is disabled on your system, \ | ||
| you need to set the execution policy for the current session \ | ||
| to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\\install-service-apm-server.ps1`.', |
There was a problem hiding this comment.
Maybe we should move PowerShell.exe -ExecutionPolicy UnRestricted -File .\\install-service-apm-server.ps1 to the values. What do you think?
There was a problem hiding this comment.
It's a good point. Thank you.
Fixed.
💔 Build Failed |
💚 Build Succeeded |
|
this has a merge conflict, needs to be updated with master |
💔 Build Failed |
|
retest |
💚 Build Succeeded |
* translate tutorials(apm) * remove tabs from the line beginning * remove id duplicate * Remove disabling no-multi-str rule * Move command to the values
#21957
translate tutorials(apm)