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

Support concepts in more places #3812

Merged
merged 1 commit into from Jan 12, 2024
Merged

Conversation

dominiklohmann
Copy link
Member

@dominiklohmann dominiklohmann commented Jan 12, 2024

This change adds support for concepts in almost all operators and contexts. In particular, this affects the following contexts or operators:

  • context
  • delay
  • drop
  • enrich
  • extend
  • geoip
  • hash
  • lookup
  • lookup-table
  • parse
  • pseudonymize
  • put
  • rename
  • replace
  • select
  • sort
  • summarize
  • timeshift
  • lookup

Note that put net.src.ip creates a field net.src.ip, but select net.src.ip keeps the original field name.

@dominiklohmann dominiklohmann added operator Source, transformation, and sink improvement An incremental enhancement of an existing feature labels Jan 12, 2024
This change adds support for concepts in almost all operators and
contexts. In particular, this affects the following contexts or
operators:
- `delay`
- `drop`
- `extend`
- `geoip`
- `hash`
- `lookup-table`
- `parse`
- `pseudonymize`
- `put`
- `rename`
- `replace`
- `select`
- `sort`
- `summarize`
- `timeshift`

Note that `put net.src.ip` creates a field `net.src.ip`, but `select
net.src.ip` keeps the original field name.
Copy link
Contributor

@jachris jachris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dominiklohmann dominiklohmann merged commit c446048 into main Jan 12, 2024
47 checks passed
@dominiklohmann dominiklohmann deleted the topic/concepts-everywhere branch January 12, 2024 16:46
dominiklohmann added a commit that referenced this pull request Jan 12, 2024
I forgot to push this commit to #3812, and that's already merged, so
here it is in a new PR.
dominiklohmann added a commit that referenced this pull request Jan 12, 2024
I forgot to push this commit to #3812, and that's already merged, so
here it is in a new PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An incremental enhancement of an existing feature operator Source, transformation, and sink
Projects
None yet
2 participants