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 f72fa49 commit e32a2f5Copy full SHA for e32a2f5
modules/ingest-geoip/src/main/java/org/elasticsearch/ingest/geoip/IngestGeoIpPlugin.java
@@ -166,6 +166,7 @@ public Collection<SystemIndexDescriptor> getSystemIndexDescriptors(Settings sett
166
.put(IndexMetadata.SETTING_NUMBER_OF_SHARDS, 1)
167
.put(IndexMetadata.SETTING_NUMBER_OF_REPLICAS, 0)
168
.put(IndexMetadata.SETTING_AUTO_EXPAND_REPLICAS, "0-1")
169
+ .put(IndexMetadata.SETTING_INDEX_HIDDEN, true)
170
.build())
171
.setOrigin("geoip")
172
.setVersionMetaKey("version")
0 commit comments