-
Notifications
You must be signed in to change notification settings - Fork 23
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
Logshints #83
Conversation
utils/hints_test.go
Outdated
"co.elastic.hints/package": "apache", | ||
"co.elastic.hints/data_streams": "access,error", | ||
"co.elastic.hints/access.period": "5m", | ||
"co.elastic.hints/access.streams": "stdout", // On purpose this added with typo |
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.
I'm having a hard time understanding the typo here. As it is a test, it would be easier to understand if the typo is very clear.
My suggestion is that instead of using a common mistake, like instead of using 'stream'/'streams', you can use 'stream'/'streamsssss'. Something that even on a quick glance anyone can notice why it is a typo.
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.
The same applies to the other ones on this PR.
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.
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.
@belimawr can you please have another look?
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.
Sorry for the delay @gizas for some reason I didn't get the email for this ping :/
💚 Build Succeeded
History
|
Continuation of #81
We enhance the autodiscovery checks for supported hints to check multiple data_streams (in case of agent) and multiple metrcisets (in case of beats)