Skip to content

Commit

Permalink
[Code]: Improve code setup guide text
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 committed Apr 23, 2019
1 parent b66b922 commit b486992
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions x-pack/plugins/code/public/components/admin_page/setup_guide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ import { RootState } from '../../reducers';

const steps = [
{
title: 'Configure Kibana Code Instance',
title: 'Configure Kibana Code Instance for Multiple Kibana Nodes',
children: (
<EuiText>
<p>
You need to configure 1 Kibana instance as Code instance to continue. Please add the
following lines of code into your kibana.yml file for the instance that you want to use as
your Code instance:
If you are using multiple Kibana nodes, then you need to configure 1 Kibana instance as
Code instance. Please add the following line of code into your kibana.yml file for every
instance to indicate your Code instance:
</p>
<pre>
<code>xpack.code.codeNode: true</code>
<code>xpack.code.codeNodeUrl: 'http://$YourCodeNodeAddress'</code>
</pre>
<p>Then, restart that Kibana instance.</p>
<p>Then, restart every Kibana instance.</p>
</EuiText>
),
},
Expand Down

0 comments on commit b486992

Please sign in to comment.