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

Event Queries using a domain specific language #4

Closed
glaslos opened this issue May 30, 2022 · 1 comment
Closed

Event Queries using a domain specific language #4

glaslos opened this issue May 30, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@glaslos
Copy link
Member

glaslos commented May 30, 2022

We introduce the term Queries for filters and labels.

Goals:

  • Being able to filter events by more than just destination port.
  • Instead of filtering events, apply a label to an event. E.g. assign a protocol to an event.
  • When picking Apply, add the filter to a list of filters.
  • User should be able to delete a filter.
  • User should be able to edit a filter.
  • On a new event, apply all filters and labels.

Approach:

Branch:

Example Queries:

  • tcp.port eq 25 (shows only TCP traffic with destination port 25)
  • ip.src eq 192.168.0.0/16 (show only traffic from IPs in this subnet)
@glaslos glaslos added the draft label May 30, 2022
@glaslos glaslos removed the draft label Jun 6, 2022
@glaslos glaslos changed the title Event Filters and Labels Event Queries Jun 6, 2022
@glaslos glaslos added the enhancement New feature or request label Feb 22, 2023
@glaslos glaslos changed the title Event Queries Event Queries using a domain specific language Feb 22, 2023
@glaslos glaslos mentioned this issue Feb 26, 2023
@glaslos
Copy link
Member Author

glaslos commented Jun 25, 2023

Completed with #46

@glaslos glaslos closed this as completed Jun 25, 2023
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

No branches or pull requests

1 participant