diff --git a/x-pack/plugins/enterprise_search/public/applications/app_search/components/setup_guide/setup_guide.tsx b/x-pack/plugins/enterprise_search/public/applications/app_search/components/setup_guide/setup_guide.tsx index 3d82ffc71e233..4299586205f53 100644 --- a/x-pack/plugins/enterprise_search/public/applications/app_search/components/setup_guide/setup_guide.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/app_search/components/setup_guide/setup_guide.tsx @@ -92,9 +92,9 @@ export const SetupGuide: React.FC<> = () => { children: (

- Within your config/kibana.yml file, add the following the - host URL of your App Search instance as{' '} - enterpriseSearch.host. For example: + Within your config/kibana.yml file, set {' '} + enterpriseSearch.host to the URL of your App Search instance. + For example:

enterpriseSearch.host: 'http://localhost:3002' @@ -107,8 +107,7 @@ export const SetupGuide: React.FC<> = () => { children: (

- After updating your Kibana config file, restart Kibana to pick up your - changes. + Restart Kibana to pick up the configuration changes from the previous step.

If you’re using{' '} @@ -130,15 +129,14 @@ export const SetupGuide: React.FC<> = () => { children: ( <>

- The plugin currently relies on App Search and Kibana sharing the same - Elasticsearch cluster. If your App Search instance and Kibana instance are - on different clusters, this plugin unfortunately will not work. + This plugin does not currently support App Search and Kibana running on + different clusters.

@@ -150,8 +148,8 @@ export const SetupGuide: React.FC<> = () => { >

- The plugin does not currently support App Search operating on different - authentication methods (for example, App Search being on a different SAML + This plugin does not currently support App Search and Kibana operating on + different authentication methods (for example, App Search using a different SAML provider than Kibana).

@@ -164,7 +162,7 @@ export const SetupGuide: React.FC<> = () => { >

- Unfortunately, App Search operating on{' '} + App Search operating on{' '}