disable kibana-logtrail, it's not been updated to 7.10.2
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
dbac764185
commit
b7226818d3
|
@ -5,10 +5,6 @@ kibana_version: '7.10.2'
|
|||
kibana_cont_name: kibana
|
||||
kibana_cont_port: 5601
|
||||
|
||||
# Kibana LogTrail Plugin
|
||||
logtrail_kibana_version: '{{ kibana_version }}'
|
||||
logtrail_kibana_plugins_path: '{{ kibana_cont_vol }}/plugins'
|
||||
|
||||
# oauth access
|
||||
oauth_domain: '{{ kibana_domain }}'
|
||||
oauth_cont_name: '{{ kibana_cont_name }}-oauth'
|
||||
|
|
|
@ -44,8 +44,6 @@
|
|||
tags: logclean-job
|
||||
- role: kibana
|
||||
tags: kibana
|
||||
- role: kibana-logtrail
|
||||
tags: kibana-logtrail
|
||||
- role: oauth-proxy
|
||||
tags: oauth-proxy
|
||||
- role: origin-certs
|
||||
|
|
|
@ -39,10 +39,6 @@
|
|||
src: git@github.com:status-im/infra-role-kibana.git
|
||||
scm: git
|
||||
|
||||
- name: kibana-logtrail
|
||||
src: git@github.com:status-im/infra-role-kibana-logtrail.git
|
||||
scm: git
|
||||
|
||||
- name: elasticsearch
|
||||
src: git@github.com:status-im/infra-role-elasticsearch.git
|
||||
scm: git
|
||||
|
|
Loading…
Reference in New Issue