Installing and configuring the Content event emitter

To capture Content events for further processing, you can install and configure the Content event emitter.

In 20.0.2 and later, you can have the operator configure a content event emitter for your object store at deployment time. You use the initialization container, and specify a parameter to include and configure the emitter during initialization:
ic_obj_store_creation:
      object_stores:
      oc_cpe_obj_store_enable_content_event_emitter: true

If you use this method for configuring the emitter, you do not need to complete the tasks in this section.

However, if you want to add the content event emitter functionality to an existing object store or add an object store after your initial deployment is completed, you can use these steps to install and configure the content event emitter for your object store.