You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package-spec definition of routing rules doesn't explain what happens to these rules. As a developer I need to know how these affect the data stream behavior. IMO one of these sections should be expanded to include this information to developers.
Each rule generates an Elasticsearch reroute processor that is injected into the data stream's default ingest pipeline. The reroute processors are added after the injected "custom" pipeline processors (e.g. global@custom, <data_stream.type>@custom, <data_stream.type>-<package_name>.integration@custom, <data_stream.type>-<data_stream.dataset>@custom) such that the user's customizations run before the reroute rules.
The package-spec definition of routing rules doesn't explain what happens to these rules. As a developer I need to know how these affect the data stream behavior. IMO one of these sections should be expanded to include this information to developers.
package-spec/spec/integration/data_stream/routing_rules.spec.yml
Line 58 in 2758f3e
package-spec/spec/integration/data_stream/routing_rules.spec.yml
Line 8 in 2758f3e
My suggestion is to include this information:
Each rule generates an Elasticsearch
reroute
processor that is injected into the data stream's default ingest pipeline. The reroute processors are added after the injected "custom"pipeline
processors (e.g.global@custom
,<data_stream.type>@custom
,<data_stream.type>-<package_name>.integration@custom
,<data_stream.type>-<data_stream.dataset>@custom
) such that the user's customizations run before the reroute rules.References:
The text was updated successfully, but these errors were encountered: