DEV-1005 Activate Kibana feature 'dev_tools'

qa
Michael Hähnel 3 years ago committed by Ketelsen, Sven
parent fb45c9b8cd
commit ffc5c475de

@ -93,6 +93,8 @@
- all - all
dashboard: dashboard:
- all - all
dev_tools:
- all
discover: discover:
- all - all
indexPatterns: indexPatterns:

@ -68,6 +68,8 @@
- all - all
dashboard: dashboard:
- all - all
dev_tools:
- all
discover: discover:
- all - all
indexPatterns: indexPatterns:

@ -1,65 +1,62 @@
--- ---
kibana_image_name: "docker.elastic.co/kibana/kibana" kibana_image_name: "docker.elastic.co/kibana/kibana"
kibana_advanced_settings: kibana_advanced_settings:
changes: changes:
truncate:maxHeight: 0 truncate:maxHeight: 0
prometheus_es_exporter__username: '{{ stage }}-prometheus-es-exporter' prometheus_es_exporter__username: "{{ stage }}-prometheus-es-exporter"
prometheus_es_exporter__password: '{{ prometheus_es_exporter__password_vault }}' prometheus_es_exporter__password: "{{ prometheus_es_exporter__password_vault }}"
prometheus_es_exporter__email: 'nso.devops@netgo.de' prometheus_es_exporter__email: "nso.devops@netgo.de"
kibana_technical_users: kibana_technical_users:
- - elastic_users:
elastic_users: - username: "{{ prometheus_es_exporter__username }}"
-
username: '{{ prometheus_es_exporter__username }}'
roles: roles:
- '{{ prometheus_es_exporter__username }}' - "{{ prometheus_es_exporter__username }}"
full_name: '' full_name: ""
password: '{{ prometheus_es_exporter__password }}' password: "{{ prometheus_es_exporter__password }}"
email: '{{ prometheus_es_exporter__email }}' email: "{{ prometheus_es_exporter__email }}"
enabled: true enabled: true
elastic_state: present elastic_state: present
elastic_roles: elastic_roles:
- - elastic_state: present
elastic_state: present name: "{{ prometheus_es_exporter__username }}"
name: '{{ prometheus_es_exporter__username }}'
elasticsearch: elasticsearch:
cluster: [] cluster: []
indices: indices:
- names: - names:
- '{{ stage }}-*' - "{{ stage }}-*"
privileges: privileges:
- read - read
- read_cross_cluster - read_cross_cluster
- view_index_metadata - view_index_metadata
allow_restricted_indices: false allow_restricted_indices: false
run_as: [] run_as: []
kibana: kibana:
- base: [] - base: []
feature: feature:
advancedSettings: advancedSettings:
- all - all
dashboard: dashboard:
- all - all
discover: dev_tools:
- all - all
indexPatterns: discover:
- all - all
savedObjectsManagement: indexPatterns:
- all - all
visualize: savedObjectsManagement:
- all - all
spaces: visualize:
- '{{ prometheus_es_exporter__username }}' - all
spaces:
- "{{ prometheus_es_exporter__username }}"
elastic_spaces: elastic_spaces:
- - elastic_state: present
elastic_state: present id: &es_space_name "{{ prometheus_es_exporter__username }}"
id: &es_space_name '{{ prometheus_es_exporter__username }}' name: "{{ prometheus_es_exporter__username }}"
name: '{{ prometheus_es_exporter__username }}' description: ""
description: ''
disabledFeatures: disabledFeatures:
- canvas - canvas
- maps - maps
@ -79,54 +76,48 @@ kibana_technical_users:
- osquery - osquery
- savedObjectsTagging - savedObjectsTagging
elastic_index_patterns: elastic_index_patterns:
- - attributes:
attributes: fieldAttrs: "{}"
fieldAttrs: '{}'
fields: "[]" fields: "[]"
runtimeFieldMap: "{}" runtimeFieldMap: "{}"
timeFieldName: "@timestamp" timeFieldName: "@timestamp"
title: '{{ stage }}-management-*-connect-*' title: "{{ stage }}-management-*-connect-*"
typeMeta: "{}" typeMeta: "{}"
references: [] references: []
elastic_state: present elastic_state: present
- - attributes:
attributes: fieldAttrs: "{}"
fieldAttrs: '{}'
fields: "[]" fields: "[]"
runtimeFieldMap: "{}" runtimeFieldMap: "{}"
timeFieldName: "@timestamp" timeFieldName: "@timestamp"
title: 'uncategorized-*' title: "uncategorized-*"
typeMeta: "{}" typeMeta: "{}"
references: [] references: []
elastic_state: present elastic_state: present
- - attributes:
attributes: fieldAttrs: "{}"
fieldAttrs: '{}'
fields: "[]" fields: "[]"
runtimeFieldMap: "{}" runtimeFieldMap: "{}"
timeFieldName: "@timestamp" timeFieldName: "@timestamp"
title: '{{ stage }}-*-authlog-*' title: "{{ stage }}-*-authlog-*"
typeMeta: "{}" typeMeta: "{}"
references: [] references: []
elastic_state: present elastic_state: present
- - attributes:
attributes: fieldAttrs: "{}"
fieldAttrs: '{}'
fields: "[]" fields: "[]"
runtimeFieldMap: "{}" runtimeFieldMap: "{}"
timeFieldName: "@timestamp" timeFieldName: "@timestamp"
title: '{{ stage }}-*-syslog-*' title: "{{ stage }}-*-syslog-*"
typeMeta: "{}" typeMeta: "{}"
references: [] references: []
elastic_state: present elastic_state: present
- - attributes:
attributes: fieldAttrs: "{}"
fieldAttrs: '{}'
fields: "[]" fields: "[]"
runtimeFieldMap: "{}" runtimeFieldMap: "{}"
timeFieldName: "@timestamp" timeFieldName: "@timestamp"
title: '{{ stage }}-monitoring-*' title: "{{ stage }}-monitoring-*"
typeMeta: "{}" typeMeta: "{}"
references: [] references: []
elastic_state: present elastic_state: present

Loading…
Cancel
Save