Remove deprecated elasticsearch nodes from kibana
Kibana seems to be the only module using this list, and by default it will try to query any nodes in this list even if they've been pulled from service. Preemptively remove them from its configuration so that it will continue to perform queries correctly. Change-Id: Iecdc3414dec7ed2816b5a68a3398b0643fccaf31
This commit is contained in:
parent
2bcf1f00ac
commit
ccc39c3bb8
@ -368,12 +368,6 @@ node 'logstash.openstack.org' {
|
||||
'logstash-worker16.openstack.org',
|
||||
],
|
||||
discover_nodes => [
|
||||
'elasticsearch.openstack.org:9200',
|
||||
'elasticsearch2.openstack.org:9200',
|
||||
'elasticsearch3.openstack.org:9200',
|
||||
'elasticsearch4.openstack.org:9200',
|
||||
'elasticsearch5.openstack.org:9200',
|
||||
'elasticsearch6.openstack.org:9200',
|
||||
'elasticsearch01.openstack.org:9200',
|
||||
'elasticsearch02.openstack.org:9200',
|
||||
'elasticsearch03.openstack.org:9200',
|
||||
|
Loading…
Reference in New Issue
Block a user