Skip to content

Commit dfc13a3

Browse files
Make ingest.geoip.downloader.enabled project-scoped
1 parent 910fd79 commit dfc13a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ingest-geoip/src/main/java/org/elasticsearch/ingest/geoip/GeoIpDownloaderTaskExecutor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public final class GeoIpDownloaderTaskExecutor extends PersistentTasksExecutor<G
7171
"ingest.geoip.downloader.enabled",
7272
ENABLED_DEFAULT,
7373
Setting.Property.Dynamic,
74-
Setting.Property.NodeScope
74+
Setting.Property.NodeScope,
75+
Setting.Property.ProjectScope
7576
);
7677
public static final Setting<TimeValue> POLL_INTERVAL_SETTING = Setting.timeSetting(
7778
"ingest.geoip.downloader.poll.interval",

0 commit comments

Comments
 (0)