We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d9b9c commit 8ae2b11Copy full SHA for 8ae2b11
modules/ingest-geoip/build.gradle
@@ -34,6 +34,8 @@ dependencies {
34
runtimeOnly("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
35
runtimeOnly("com.fasterxml.jackson.core:jackson-databind:${versions.jackson}")
36
runtimeOnly("com.fasterxml.jackson.core:jackson-core:${versions.jackson}")
37
+ // when you upgrade maxmind dependency, please also do so in libs/logstash-bridge/build.gradle
38
+ // elastic_integration plugin embeds this module but references through logstash-bridge
39
implementation('com.maxmind.db:maxmind-db:3.1.1')
40
41
testImplementation 'org.elasticsearch:geolite2-databases:20191119'
0 commit comments