mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-12 23:04:40 +00:00
dash.nimbus: upgrade kibana and ES to 7.17.4
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b1545a6662
commit
f8b09ccd3c
@ -15,7 +15,7 @@ kibana_domain: 'nimbus-logs.infra.status.im'
|
||||
kibana_service_name: 'kibana'
|
||||
kibana_docker_network_name: '{{ kibana_service_name }}'
|
||||
kibana_cont_name: '{{ kibana_service_name }}'
|
||||
kibana_cont_tag: '7.17.0'
|
||||
kibana_cont_tag: '7.17.4'
|
||||
kibana_cont_port: 5601
|
||||
kiban_es_lb_addr: '{{ es_lb_cont_name }}'
|
||||
kiban_es_lb_port: '{{ es_lb_api_port }}'
|
||||
@ -36,7 +36,7 @@ oauth_secret: '{{ lookup("bitwarden", "nimbus/kibana/oauth", field="secret") }}'
|
||||
es_lb_service_name: 'elasticsearch'
|
||||
es_lb_docker_network_name: '{{ kibana_docker_network_name }}'
|
||||
es_lb_cont_name: '{{ es_lb_service_name }}-lb'
|
||||
es_lb_cont_tag: '7.17.0'
|
||||
es_lb_cont_tag: '7.17.4'
|
||||
es_lb_data_center: do-ams3
|
||||
es_lb_cluster_name: 'nimbus-logs-search'
|
||||
es_lb_cluster_dc: 'he-eu-hel1'
|
||||
|
@ -15,6 +15,10 @@ es_service_name: 'elasticsearch'
|
||||
es_service_path: '/docker/{{ es_service_name }}'
|
||||
es_cluster_name: 'nimbus-logs-search'
|
||||
es_docker_network_name: '{{ es_service_name }}'
|
||||
es_api_port: 9200
|
||||
es_node_port: 9300
|
||||
es_node_cont_tag: '7.17.4'
|
||||
es_exp_cont_port: 9114
|
||||
es_master_nodes: |
|
||||
{{ ansible_play_hosts
|
||||
| map('extract', hostvars)
|
||||
@ -26,11 +30,6 @@ es_master_nodes: |
|
||||
port: to_string(es_node_port)
|
||||
}') }}
|
||||
|
||||
es_image: 'elasticsearch:7.14.2'
|
||||
es_api_port: 9200
|
||||
es_node_port: 9300
|
||||
es_exp_cont_port: 9114
|
||||
|
||||
# Since Logstash stores 1 index per day this is fine.
|
||||
# See: https://www.elastic.co/blog/how-many-shards-should-i-have-in-my-elasticsearch-cluster
|
||||
es_number_of_shards: 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user