mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Removed unnecessary setting previously used to ignore sysprops in tribe nodes
This commit is contained in:
parent
25d60e152f
commit
7a5126192a
@ -135,7 +135,6 @@ public class TribeService extends AbstractLifecycleComponent<TribeService> {
|
||||
sb.put("name", settings.get("name") + "/" + entry.getKey());
|
||||
sb.put("path.home", settings.get("path.home")); // pass through ES home dir
|
||||
sb.put(TRIBE_NAME, entry.getKey());
|
||||
sb.put(InternalSettingsPreparer.IGNORE_SYSTEM_PROPERTIES_SETTING, true);
|
||||
if (sb.get("http.enabled") == null) {
|
||||
sb.put("http.enabled", false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user