1. Create a Source for each customer and send customer specific data to each source. Configured pipelines for each source will receive the event data and processes it.
2. Create one source with multiple pipelines connected to it. In each pipeline, you can drop processing the data based on any conditions.
#1 is preferred so you are sure each customer's data is only reaching the pipelines configured for that customer data.
1. Create a Source for each customer and send customer specific data to each source. Configured pipelines for each source will receive the event data and processes it.
2. Create one source with multiple pipelines connected to it. In each pipeline, you can drop processing the data based on any conditions.
#1 is preferred so you are sure each customer's data is only reaching the pipelines configured for that customer data.