Skip to content

Commit

Permalink
idaholab#281, don't try to surface opensearch port unless primary is …
Browse files Browse the repository at this point in the history
…opensearch-local
  • Loading branch information
mmguero committed Dec 8, 2023
1 parent a5e734e commit 5ba889e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ def tweak_malcolm_runtime(self, malcolm_install_path):
logstashOpen = False
filebeatTcpOpen = False
elif openPortsSelection == 'y':
opensearchOpen = True
opensearchOpen = opensearchPrimaryMode == DatabaseMode.OpenSearchLocal
logstashOpen = True
filebeatTcpOpen = True
else:
Expand Down

0 comments on commit 5ba889e

Please sign in to comment.