-
Notifications
You must be signed in to change notification settings - Fork 474
Fix adding processors in cloudfront logs #4395
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
Conversation
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
cloudwatch_logs |
500000 | 333333.33 | -166666.67 (-33.33%) | 💔 |
route53_resolver_logs |
6211.18 | 4587.16 | -1624.02 (-26.15%) | 💔 |
To see the full report comment with /test benchmark fullreport
🌐 Coverage report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
it's not ideal that indentation errors can affect behavior so severely! i guess the same is true of this type of YAML config in general. 😬
@tommyers-elastic I think the main issue is missing |
Thanks for the fix. So this change requires input NOT to have dash in front of each processor? Could you show me some examples (or maybe a test case?) |
@elasticsatch You mean requires/or not to have a dash in front of each processor on the kibana UI? You can see an example in the screenshot for the Kibana UI when adding a processor here: #4394 |
Oh thanks, I overlooked the screenshot. So if I want multiple processors we should put something like this, right?
And we can put blank lines in between, correct? |
@elasticsatch OMG good call...... Nope right now it only support adding one processor! I will look into it tomorrow and fix it for multiple processors. Thanks! |
Good to hear and no pressure. Please take your time. I also suggest to put the instruction somewhere in a document so users can see how to write the processors correctly. There is no good ones as of this moment so it took a little bit of time to figure it out on my own. |
What does this PR do?
This PR is to fix adding processors for
cloudfront
logs in AWS package. With the change, we can seeprocessors
in agent policy is in the right format now:Checklist
changelog.yml
file.Related issues