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

Add filters for signals #26

Closed
VaibhavPage opened this issue Jun 13, 2018 · 2 comments · Fixed by #54
Closed

Add filters for signals #26

VaibhavPage opened this issue Jun 13, 2018 · 2 comments · Fixed by #54
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@VaibhavPage
Copy link
Contributor

Is your feature request related to a problem? Please describe.
We need to add a filtering capability so that a user can apply the filter the signal payload.

Describe the solution you'd like
JQ Filter looks like a good candidate for this.
https://stedolan.github.io/jq/manual/
https://github.com/savaki/jq

@VaibhavPage VaibhavPage added enhancement New feature or request new labels Jun 13, 2018
@magaldima magaldima added this to the v1.0.0 milestone Jun 15, 2018
@VaibhavPage VaibhavPage self-assigned this Jun 20, 2018
@vicaire
Copy link

vicaire commented Jul 17, 2018

Will this support filtering events from GCS/S3 based on the name of the file that was created in GCS/S3?

@magaldima
Copy link
Contributor

Yes, this feature should be generic enough to support filtering by json fields.. given that you can marshal the content/payload of an event, you should be able to filter it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants