Skip to content

Commit ace9e5a

Browse files
committed
Merge pull request #1751 from rwellon/RW-EventSyndicationEdits
Update event syndication enablement content
2 parents 65127bc + d03b247 commit ace9e5a

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

general_configuration/_topics/configuration.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,15 +3083,28 @@ to access the server, and restart the {{ site.data.product.title_short }} applia
30833083
30843084
#### Enabling Events Syndication
30853085
3086-
Events syndication can be enabled in the `Advanced` settings:
3087-
3088-
1. Head over to `Settings -> Application Settings`
3089-
2. Under the `Advanced` tab, find the following settings:
3090-
```
3091-
:event_streams:
3092-
:history:
3093-
:keep_events: 6.months
3094-
:purge_window_size: 1000
3095-
:syndicate_events: false
3096-
```
3097-
3. Set the `:syndicate_events:` value to `true`
3086+
You can enable events syndication in the `Advanced` settings:
3087+
3088+
1. From the menu, go to **Settings** > **Application Settings**.
3089+
3090+
2. Expand the **Settings** accordian. When you select the **Settings** accordion, you are automatically taken to the server list under **Zones**.
3091+
3092+
3. Select the zone where the EVM server is located, and select the EVM server.
3093+
3094+
4. Click the **Advanced** tab.
3095+
3096+
You can click the **Advanced** tab at the zone level to set advanced configuration settings for the entire zone. Or, you can click on the server, and then click the **Advanced** tab to set advanced configuration settings at the server (appliance) level, which overrides zone-level settings.
3097+
3098+
4. Find the following configuration:
3099+
3100+
```
3101+
:event_streams:
3102+
:history:
3103+
:keep_events: 6.months
3104+
:purge_window_size: 1000
3105+
:syndicate_events: false
3106+
```
3107+
3108+
5. Set the value for `:syndicate_events:` to `true`.
3109+
3110+
6. Click **Save**.

0 commit comments

Comments
 (0)