Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] Document how routing rules can be used #276

Open
Tracked by #151898
jlind23 opened this issue Jun 23, 2023 · 0 comments
Open
Tracked by #151898

[Fleet] Document how routing rules can be used #276

jlind23 opened this issue Jun 23, 2023 · 0 comments
Assignees

Comments

@jlind23
Copy link
Contributor

jlind23 commented Jun 23, 2023

Integrations will be able to define routing rules about how data from other integrations or data streams should be routed to their own data stream. For example, the nginx package may define a routing rule for the logs-kubernetes.container_logs data stream to route logs to logs-nginx.access whenever container.image.name == "nginx". Similarly, when the kubernetes package is installed and the nginx was also previously installed, we'll need to ensure the logs-kubernetes.router-{version} ingest pipeline includes a reroute processor for each routing rule defined on the nginx integration.

To support this, we added a concept of routing rules to the package spec and we will add support for them in Fleet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants