Skip to content

Commit 65127bc

Browse files
authored
Merge pull request #1746 from nasark/events_syndication
Enable events syndication
2 parents 743abed + 6edfffb commit 65127bc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

general_configuration/_topics/configuration.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3080,3 +3080,18 @@ to access the server, and restart the {{ site.data.product.title_short }} applia
30803080
#### Creating a Database Dump
30813081
30823082
{% include database-dumps.md %}
3083+
3084+
#### Enabling Events Syndication
3085+
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`

0 commit comments

Comments
 (0)