Enabling file lineage
By default, file lineage is disabled.
To enable it for adapters other than OracleReader (see File lineage in readers and writers):
On the server running the source, edit
striim/conf/startUp.properties
, setTrackFLM=true
, and restart the server as described in Starting and stopping Striim Platform.On the Forwarding Agent running the source, edit
agent/conf/agent.conf
, setstriim.cluster.trackFileLineageMetadata=true
, and restart the agent as described in Starting and stopping Striim Platform.
To enable it for OracleReader (see File lineage in Oracle):
On the server running the source, edit
striim/conf/startUp.properties
, setTrackOLM=true
, and restart the server as described in Starting and stopping Striim Platform.On the Forwarding Agent running the source, edit
agent/conf/agent.conf
, setstriim.cluster.trackOracleLineageMetadata=true
, and restart the agent as described in Starting and stopping Striim Platform.