diff --git a/src/core_plugins/kibana/common/tutorials/logstash_instructions.js b/src/core_plugins/kibana/common/tutorials/logstash_instructions.js index 64f4f050abe58..76f40984650db 100644 --- a/src/core_plugins/kibana/common/tutorials/logstash_instructions.js +++ b/src/core_plugins/kibana/common/tutorials/logstash_instructions.js @@ -2,7 +2,7 @@ export const LOGSTASH_INSTRUCTIONS = { INSTALL: { OSX: [ { - title: 'Download and install the Java runtime environment', + title: 'Download and install the Java Runtime Environment', textPre: 'Follow the installation instructions [here](https://docs.oracle.com/javase/8/docs/technotes/guides/install/mac_jre.html).' }, { diff --git a/src/core_plugins/kibana/server/tutorials/netflow/common_instructions.js b/src/core_plugins/kibana/server/tutorials/netflow/common_instructions.js index 29fdcf7778218..b416b3f481c3d 100644 --- a/src/core_plugins/kibana/server/tutorials/netflow/common_instructions.js +++ b/src/core_plugins/kibana/server/tutorials/netflow/common_instructions.js @@ -4,8 +4,8 @@ export const COMMON_NETFLOW_INSTRUCTIONS = { OSX: [ { title: 'Edit the configuration', - textPre: 'While in the Logstash install directory, modify `config/logstash.yml` to set the' - + ' configuration parameters for the Netflow module:', + textPre: 'In the Logstash installation directory, modify `config/logstash.yml` to set the' + + ' configuration parameters for the Netflow module.', commands: [ 'modules:', ' - name: netflow', @@ -20,8 +20,8 @@ export const COMMON_NETFLOW_INSTRUCTIONS = { OSX: [ { title: 'Edit the configuration', - textPre: 'While in the Logstash install directory, modify `config/logstash.yml` to set the' - + ' configuration parameters for the Netflow module:', + textPre: 'In the Logstash installation directory, modify `config/logstash.yml` to set the' + + ' configuration parameters for the Netflow module.', commands: [ 'modules:', ' - name: netflow', @@ -37,8 +37,8 @@ export const COMMON_NETFLOW_INSTRUCTIONS = { SETUP: { OSX: [ { - title: 'Set up and run the Netflow module', - textPre: 'In the Logstash install directory, run the following command to set up the Netflow module.', + title: 'Run the Netflow module', + textPre: 'In the Logstash installation directory, run the following command to set up the Netflow module.', commands: [ './bin/logstash --modules netflow --setup', ],