-
Notifications
You must be signed in to change notification settings - Fork 738
Removes filter for sinks #261
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
Removes filter for sinks #261
Conversation
Hi @amandakarina - would be good to understand some extra context on what we are trying to achieve here, I have commented on the linked bug |
Hey @rjerrems |
Yep - I suppose the question I have is: are we recommending that people export all logs? Are we confident the SHA finding is representative of best practice here? It doesn't seem to stack up with my experience where specific log types are usually targeted. It will also increase cost, particularly in our case where we are creating three copies of the exported logs to GCS, BigQuery & PubSub. |
Hey @rjerrems, I remove the filter only for bucket export. Could you, please take a look? |
Thanks @amandakarina - can we add some brief docs that explain the difference, then we should be good to go. Just to confirm also, that the SHA scanner result is fixed by this change? |
Hey Rohan! Based on my test, yes! |
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.
LGTM
FYI Merging because test failure is due to name collision & healthy test run on prior commit |
Hey folks
This pull request closes #258 issue.
Could you, please, take a look?
Thanks!