Adding Upstream Source for a Stream

Explains how to add an upstream source for a stream using either the Control Panel or the CLI.

About this task

You can register a stream as an upstream source for a stream using the Control System and the CLI. When you register a stream as an upstream source, the registered upstream source stream will send updates to the stream.

Adding Upstream Source for a Stream Using the Control System

About this task

To register a stream as an upstream source:

Procedure

  1. Log in to the Control System and go the stream information page.
  2. Click Add Upstream Source in the Upstream Sources pane.
    The Add Upstream Sources window displays.
  3. Specify the path and name of the source stream in the Upstream Source field.
  4. Click Add Upstream Source to register the source stream as an upstream source for this stream.

Adding Upstream Source for a Stream Using the CLI or REST API

About this task

The command to add an upstream source is:

maprcli stream upstream add -path <stream path> -upstream <upstream stream path> 

For complete reference information, see stream upstream add.