You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/configuration.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Configure the appliance by using the internal appliance console.
20
20
21
21
3. Press `Enter` to manually configure settings.
22
22
23
-
4. Press the number for the item you want to change, and press `Enter`.
23
+
4. Press the number for the item that you want to change, and press `Enter`.
24
24
The options for your selection are displayed.
25
25
26
26
5. Follow the prompts to make the changes.
@@ -35,23 +35,24 @@ Configure the appliance by using the internal appliance console.
35
35
36
36
### Configure Messaging
37
37
38
-
Configuring messaging is required for appliance setup. It is recommended to configure the broker on the same appliance where your database is configured
38
+
Configuring messaging is required for the appliance setup. It is recommended to configure the broker on the same appliance where your database is configured
39
39
40
-
**Note:** You can only have one kafka broker per region.
40
+
**Note:** You can only have one Kafka broker per region.
41
41
42
-
1. You can either configure the current appliance as a kafka broker, or point the
43
-
appliance to an existing external kafka broker.
42
+
1. You can either configure the current appliance as a Kafka broker, or point the
43
+
appliance to an existing external Kafka broker.
44
44
45
45
Select the appropriate option either
46
46
**Configure this appliance as a messaging server** or
47
47
**Connect to an external messaging system**
48
-
to connect to an external kafka broker. You will be asked to fill in the
49
-
required **Message Client Parameters** like IP addressand username/password.
48
+
to connect to an external Kafka broker. Fill in the
49
+
required **Message Client Parameters**, such as IP address, username and password.
50
50
51
-
2. Select **Proceed** and appliance_console will apply the configuration that you have
52
-
requested then restart evmserverd to pick up the changes.
51
+
2. Select **Proceed**. `appliance_console` applies the configuration that you requested.
53
52
54
-
**Note:** It is recommended to use your Fully Qualified Domain Name (FQDN) as the messaging hostname rather than `localhost`, ensure that a resolvable and reachable non-localhost name entry is present in `/etc/hosts`.
53
+
3. Restart `evmserverd` to pick up the changes.
54
+
55
+
**Note:** Use your Fully Qualified Domain Name (FQDN) as the messaging hostname rather than `localhost`, ensure that a resolvable and reachable non-localhost name entry is present in `/etc/hosts`.
0 commit comments