Skip to content

Add configurable contexts #4126

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

Merged
merged 7 commits into from
Apr 18, 2024
Merged

Add configurable contexts #4126

merged 7 commits into from
Apr 18, 2024

Conversation

tobim
Copy link
Member

@tobim tobim commented Apr 17, 2024

Similar to configurable pipelines, we can now also configure contexts in tenzir.yaml files:

tenzir:
  contexts:
    lt:
      type: lookup-table
    geoip:
      type: geoip
      arguments:
        db-path: /path/to/GeoLite2-ASN.mmdb
    bf:
      type: bloom-filter
      arguments:
        capacity: 100
        fp-probability: 0.1

@tobim tobim added the feature New functionality label Apr 17, 2024
@tobim tobim requested a review from dominiklohmann April 17, 2024 14:21
@dominiklohmann dominiklohmann changed the title Topic/configurable contexts Add configurable contexts Apr 17, 2024
Copy link
Member

@dominiklohmann dominiklohmann left a comment

Choose a reason for hiding this comment

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

We went over this together. Please address the comments in the PR in the submodule, add a changelog entry, and then feel free to merge.

@tobim tobim force-pushed the topic/configurable-contexts branch from e0e6c8f to f910040 Compare April 17, 2024 15:06
@tobim tobim enabled auto-merge April 17, 2024 15:09
@tobim tobim force-pushed the topic/configurable-contexts branch from 0e388d5 to 10eddf5 Compare April 18, 2024 09:14
@tobim tobim force-pushed the topic/configurable-contexts branch from 10eddf5 to 56727df Compare April 18, 2024 10:46
@tobim tobim merged commit 5161fd5 into main Apr 18, 2024
@tobim tobim deleted the topic/configurable-contexts branch April 18, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants