Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise setup guide copy #10

Merged
merged 1 commit into from
May 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ export const SetupGuide: React.FC<> = () => {
children: (
<EuiText>
<p>
Within your <EuiCode>config/kibana.yml</EuiCode> file, add the following the
host URL of your App Search instance as{' '}
<EuiCode>enterpriseSearch.host</EuiCode>. For example:
Within your <EuiCode>config/kibana.yml</EuiCode> file, set {' '}
<EuiCode>enterpriseSearch.host</EuiCode> to the URL of your App Search instance.
For example:
</p>
<EuiCodeBlock language="yml">
enterpriseSearch.host: &apos;http://localhost:3002&apos;
Expand All @@ -107,8 +107,7 @@ export const SetupGuide: React.FC<> = () => {
children: (
<EuiText>
<p>
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.
</p>
<p>
If you’re using{' '}
Expand All @@ -130,15 +129,14 @@ export const SetupGuide: React.FC<> = () => {
children: (
<>
<EuiAccordion
buttonContent="App Search is on a different Elasticsearch cluster than Kibana"
buttonContent="App Search and Kibana are on different Elasticsearch clusters"
id="standard-auth"
paddingSize="s"
>
<EuiText>
<p>
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.
</p>
</EuiText>
</EuiAccordion>
Expand All @@ -150,8 +148,8 @@ export const SetupGuide: React.FC<> = () => {
>
<EuiText>
<p>
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).
</p>
</EuiText>
Expand All @@ -164,7 +162,7 @@ export const SetupGuide: React.FC<> = () => {
>
<EuiText>
<p>
Unfortunately, App Search operating on{' '}
App Search operating on{' '}
<EuiLink
href="https://swiftype.com/documentation/app-search/self-managed/security#standard"
target="_blank"
Expand Down