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 GeoIP extensions in Data Prepper Config #3941

Closed
Tracked by #253
asifsmohammed opened this issue Jan 10, 2024 · 0 comments · Fixed by #3944
Closed
Tracked by #253

Add GeoIP extensions in Data Prepper Config #3941

asifsmohammed opened this issue Jan 10, 2024 · 0 comments · Fixed by #3944
Assignees
Milestone

Comments

@asifsmohammed
Copy link
Member

asifsmohammed commented Jan 10, 2024

Add GeoIP service configuration in data-prepper-config.yaml file.

This can be done by adding it in extensions and used by plugin, instead of configuring it in each plugin instance.

extensions:
  geoip_service:
    maxmind:
      database_paths: ["path1", "path2"]
      database_refresh_interval: "P10D"
      cache_size: 2048
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant