blob: 5fef9d95e59081ea9728be3fdc75fe2e75a46541 [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:
Ildar Svetlov3a2e4b02017-08-28 15:15:04 +04005 kibana_client_default_index: "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}
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010010 object:
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010011 logs:
12 enabled: true
13 template: kibana/files/objects/dashboard_logs.json
14 type: dashboard
15 notifications:
16 enabled: true
17 template: kibana/files/objects/dashboard_notifications.json
18 type: dashboard
19 'log-*':
Guillaume Thouveninab3c3c72016-11-28 14:27:01 +010020 enabled: true
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010021 template: kibana/files/objects/index-pattern_logs.json
22 type: index-pattern
23 'notification-*':
Guillaume Thouveninab3c3c72016-11-28 14:27:01 +010024 enabled: true
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010025 template: kibana/files/objects/index-pattern_notifications.json
26 type: index-pattern
Simon Pasquier811e68a2017-02-02 13:50:26 +010027 'audit-*':
28 enabled: true
29 template: kibana/files/objects/index-pattern_audit.json
30 type: index-pattern
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010031 search-logs:
32 enabled: true
33 template: kibana/files/objects/search_logs.json
34 type: search
35 search-notifications:
36 enabled: true
37 template: kibana/files/objects/search_notifications.json
38 type: search
Simon Pasquier811e68a2017-02-02 13:50:26 +010039 search-audit:
40 enabled: true
41 template: kibana/files/objects/search_audit.json
42 type: search
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010043 LOG-MESSAGES-OVER-TIME-PER-SEVERITY:
44 enabled: true
45 template: kibana/files/objects/visualization_LOG-MESSAGES-OVER-TIME-PER-SEVERITY.json
46 type: visualization
47 LOG-MESSAGES-OVER-TIME-PER-SOURCE:
48 enabled: true
49 template: kibana/files/objects/visualization_LOG-MESSAGES-OVER-TIME-PER-SOURCE.json
50 type: visualization
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010051 NUMBER-OF-LOG-MESSAGES-PER-SEVERITY:
52 enabled: true
53 template: kibana/files/objects/visualization_NUMBER-OF-LOG-MESSAGES-PER-SEVERITY.json
54 type: visualization
55 TOP-10-HOSTS:
56 enabled: true
57 template: kibana/files/objects/visualization_TOP-10-HOSTS.json
58 type: visualization
59 TOP-10-PROGRAMS:
60 enabled: true
61 template: kibana/files/objects/visualization_TOP-10-PROGRAMS.json
62 type: visualization
63 TOP-10-SOURCES:
64 enabled: true
65 template: kibana/files/objects/visualization_TOP-10-SOURCES.json
66 type: visualization
67 NOTIFICATIONS-OVER-TIME-PER-SOURCE:
68 enabled: true
69 template: kibana/files/objects/visualization_NOTIFICATIONS-OVER-TIME-PER-SOURCE.json
70 type: visualization
71 NOTIFICATIONS-OVER-TIME-PER-SEVERITY:
72 enabled: true
73 template: kibana/files/objects/visualization_NOTIFICATIONS-OVER-TIME-PER-SEVERITY.json
74 type: visualization
75 EVENT-TYPE-BREAKDOWN:
76 enabled: true
77 template: kibana/files/objects/visualization_EVENT-TYPE-BREAKDOWN.json
78 type: visualization
79 SOURCE-BREAKDOWN:
80 enabled: true
81 template: kibana/files/objects/visualization_SOURCE-BREAKDOWN.json
82 type: visualization
83 HOST-BREAKDOWN:
84 enabled: true
85 template: kibana/files/objects/visualization_HOST-BREAKDOWN.json
86 type: visualization
87 NOTIFICATIONS-PER-SEVERITY:
88 enabled: true
89 template: kibana/files/objects/visualization_NOTIFICATIONS-PER-SEVERITY.json
90 type: visualization