-
Notifications
You must be signed in to change notification settings - Fork 418
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
pipeline object? #315
Comments
I totally agree! I see a bigger discussion that needs to happen for this. Here's some things I want to look into:
There's likely other things I'm forgetting as well :-) |
Yeah it should be added to the same event. However in doing so, there's a risk of overwriting information from the initial log. Say for example you're ingesting exceptions:
|
So what I'm outlining above is that I want to make it clearer where pipeline metadata should go, vs the original event's data. |
Yep, I agree with the approach. Sounds like a pipeline field set could be a good solution. |
We created meta-issue #940 to discuss capturing pipeline details in ECS. Closing in favor of the meta issue. |
Atm I'm using an on_failure processor on pipeline filters, which logs errors to
pipeline_error
.Wouldn't it be useful to have an ecs object pipeline which could hold:
or is there already a place in ecs for these kind of data?
The text was updated successfully, but these errors were encountered: