blob: 35e4375bf383fc2e5f070f5546dddd1f595fbf2a [file] [log] [blame]
Guillaume Thouvenin49059fc2016-11-18 15:58:16 +01001applications:
Simon Pasquierc624bf52017-03-21 14:25:47 +01002- kibana
Guillaume Thouvenin49059fc2016-11-18 15:58:16 +01003parameters:
Swann Croiset512b8162017-03-27 16:50:35 +02004 _param:
Dmitry Kalashnik3e629c12018-08-21 15:50:16 +04005 kibana_client_default_index: index-template-log
Guillaume Thouvenin49059fc2016-11-18 15:58:16 +01006 kibana:
7 client:
8 enabled: true
Ildar Svetlov3a2e4b02017-08-28 15:15:04 +04009 default_index: ${_param:kibana_client_default_index}
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040010 version: ${_param:kibana_version}
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010011 object:
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010012 logs:
13 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040014 template: kibana/files/v${_param:kibana_version}/objects/dashboard_logs.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010015 type: dashboard
16 notifications:
17 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040018 template: kibana/files/v${_param:kibana_version}/objects/dashboard_notifications.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010019 type: dashboard
Dmitry Kalashnik3e629c12018-08-21 15:50:16 +040020 index-template-log:
Guillaume Thouveninab3c3c72016-11-28 14:27:01 +010021 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040022 template: kibana/files/v${_param:kibana_version}/objects/index-pattern_logs.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010023 type: index-pattern
Dmitry Kalashnik3e629c12018-08-21 15:50:16 +040024 index-template-notification:
Guillaume Thouveninab3c3c72016-11-28 14:27:01 +010025 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040026 template: kibana/files/v${_param:kibana_version}/objects/index-pattern_notifications.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010027 type: index-pattern
Dmitry Kalashnik3e629c12018-08-21 15:50:16 +040028 index-template-audit:
Simon Pasquier811e68a2017-02-02 13:50:26 +010029 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040030 template: kibana/files/v${_param:kibana_version}/objects/index-pattern_audit.json
Simon Pasquier811e68a2017-02-02 13:50:26 +010031 type: index-pattern
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010032 search-logs:
33 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040034 template: kibana/files/v${_param:kibana_version}/objects/search_logs.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010035 type: search
36 search-notifications:
37 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040038 template: kibana/files/v${_param:kibana_version}/objects/search_notifications.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010039 type: search
Simon Pasquier811e68a2017-02-02 13:50:26 +010040 search-audit:
41 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040042 template: kibana/files/v${_param:kibana_version}/objects/search_audit.json
Simon Pasquier811e68a2017-02-02 13:50:26 +010043 type: search
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010044 LOG-MESSAGES-OVER-TIME-PER-SEVERITY:
45 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040046 template: kibana/files/v${_param:kibana_version}/objects/visualization_LOG-MESSAGES-OVER-TIME-PER-SEVERITY.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010047 type: visualization
48 LOG-MESSAGES-OVER-TIME-PER-SOURCE:
49 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040050 template: kibana/files/v${_param:kibana_version}/objects/visualization_LOG-MESSAGES-OVER-TIME-PER-SOURCE.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010051 type: visualization
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010052 NUMBER-OF-LOG-MESSAGES-PER-SEVERITY:
53 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040054 template: kibana/files/v${_param:kibana_version}/objects/visualization_NUMBER-OF-LOG-MESSAGES-PER-SEVERITY.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010055 type: visualization
56 TOP-10-HOSTS:
57 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040058 template: kibana/files/v${_param:kibana_version}/objects/visualization_TOP-10-HOSTS.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010059 type: visualization
60 TOP-10-PROGRAMS:
61 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040062 template: kibana/files/v${_param:kibana_version}/objects/visualization_TOP-10-PROGRAMS.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010063 type: visualization
64 TOP-10-SOURCES:
65 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040066 template: kibana/files/v${_param:kibana_version}/objects/visualization_TOP-10-SOURCES.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010067 type: visualization
68 NOTIFICATIONS-OVER-TIME-PER-SOURCE:
69 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040070 template: kibana/files/v${_param:kibana_version}/objects/visualization_NOTIFICATIONS-OVER-TIME-PER-SOURCE.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010071 type: visualization
72 NOTIFICATIONS-OVER-TIME-PER-SEVERITY:
73 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040074 template: kibana/files/v${_param:kibana_version}/objects/visualization_NOTIFICATIONS-OVER-TIME-PER-SEVERITY.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010075 type: visualization
76 EVENT-TYPE-BREAKDOWN:
77 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040078 template: kibana/files/v${_param:kibana_version}/objects/visualization_EVENT-TYPE-BREAKDOWN.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010079 type: visualization
80 SOURCE-BREAKDOWN:
81 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040082 template: kibana/files/v${_param:kibana_version}/objects/visualization_SOURCE-BREAKDOWN.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010083 type: visualization
84 HOST-BREAKDOWN:
85 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040086 template: kibana/files/v${_param:kibana_version}/objects/visualization_HOST-BREAKDOWN.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010087 type: visualization
88 NOTIFICATIONS-PER-SEVERITY:
89 enabled: true
Dmitry Kalashnikc9f16102018-11-29 18:51:53 +040090 template: kibana/files/v${_param:kibana_version}/objects/visualization_NOTIFICATIONS-PER-SEVERITY.json
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010091 type: visualization