-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ip location processor] Add mmdb suffix to db file names #196788
Conversation
Pinging @elastic/kibana-management (Team:Kibana Management) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes lgtm, tested locally 👍
💚 Build Succeeded
Metrics [docs]Async chunks
History
cc @mattkime |
Starting backport for target branches: 8.16, 8.x |
) ## Summary Simply adds the mmdb suffix to the db names. Closes elastic#196745 (cherry picked from commit f789ba6)
) ## Summary Simply adds the mmdb suffix to the db names. Closes elastic#196745 (cherry picked from commit f789ba6)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…) (#196941) # Backport This will backport the following commits from `main` to `8.x`: - [[ip location processor] Add mmdb suffix to db file names (#196788)](#196788) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Matthew Kime","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-18T18:48:57Z","message":"[ip location processor] Add mmdb suffix to db file names (#196788)\n\n## Summary\r\n\r\nSimply adds the mmdb suffix to the db names.\r\n\r\nCloses https://github.com/elastic/kibana/issues/196745","sha":"f789ba61d4ca675bf6ea35f4c1f5fb033363e06a","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Kibana Management","release_note:skip","v9.0.0","Feature:Ingest Node Pipelines","backport:prev-minor","v8.16.0","backport:version","v8.17.0"],"title":"[ip location processor] Add mmdb suffix to db file names","number":196788,"url":"https://github.com/elastic/kibana/pull/196788","mergeCommit":{"message":"[ip location processor] Add mmdb suffix to db file names (#196788)\n\n## Summary\r\n\r\nSimply adds the mmdb suffix to the db names.\r\n\r\nCloses https://github.com/elastic/kibana/issues/196745","sha":"f789ba61d4ca675bf6ea35f4c1f5fb033363e06a"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196788","number":196788,"mergeCommit":{"message":"[ip location processor] Add mmdb suffix to db file names (#196788)\n\n## Summary\r\n\r\nSimply adds the mmdb suffix to the db names.\r\n\r\nCloses https://github.com/elastic/kibana/issues/196745","sha":"f789ba61d4ca675bf6ea35f4c1f5fb033363e06a"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Matthew Kime <[email protected]>
) (#196940) # Backport This will backport the following commits from `main` to `8.16`: - [[ip location processor] Add mmdb suffix to db file names (#196788)](#196788) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Matthew Kime","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-18T18:48:57Z","message":"[ip location processor] Add mmdb suffix to db file names (#196788)\n\n## Summary\r\n\r\nSimply adds the mmdb suffix to the db names.\r\n\r\nCloses https://github.com/elastic/kibana/issues/196745","sha":"f789ba61d4ca675bf6ea35f4c1f5fb033363e06a","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Kibana Management","release_note:skip","v9.0.0","Feature:Ingest Node Pipelines","backport:prev-minor","v8.16.0","backport:version","v8.17.0"],"title":"[ip location processor] Add mmdb suffix to db file names","number":196788,"url":"https://github.com/elastic/kibana/pull/196788","mergeCommit":{"message":"[ip location processor] Add mmdb suffix to db file names (#196788)\n\n## Summary\r\n\r\nSimply adds the mmdb suffix to the db names.\r\n\r\nCloses https://github.com/elastic/kibana/issues/196745","sha":"f789ba61d4ca675bf6ea35f4c1f5fb033363e06a"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196788","number":196788,"mergeCommit":{"message":"[ip location processor] Add mmdb suffix to db file names (#196788)\n\n## Summary\r\n\r\nSimply adds the mmdb suffix to the db names.\r\n\r\nCloses https://github.com/elastic/kibana/issues/196745","sha":"f789ba61d4ca675bf6ea35f4c1f5fb033363e06a"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Matthew Kime <[email protected]>
Summary
Simply adds the mmdb suffix to the db names.
Closes #196745