blob: 2490bdbb77954677615467be5b367bff21346e66 [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:
4 kibana:
5 client:
6 enabled: true
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +01007 object:
Swann Croiset15abb0c2017-02-10 11:45:05 +01008 'all':
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +01009 enabled: true
10 template: kibana/files/objects/config.json
11 type: 'config'
12 logs:
13 enabled: true
14 template: kibana/files/objects/dashboard_logs.json
15 type: dashboard
16 notifications:
17 enabled: true
18 template: kibana/files/objects/dashboard_notifications.json
19 type: dashboard
20 'log-*':
Guillaume Thouveninab3c3c72016-11-28 14:27:01 +010021 enabled: true
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010022 template: kibana/files/objects/index-pattern_logs.json
23 type: index-pattern
24 'notification-*':
Guillaume Thouveninab3c3c72016-11-28 14:27:01 +010025 enabled: true
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010026 template: kibana/files/objects/index-pattern_notifications.json
27 type: index-pattern
Simon Pasquier811e68a2017-02-02 13:50:26 +010028 'audit-*':
29 enabled: true
30 template: kibana/files/objects/index-pattern_audit.json
31 type: index-pattern
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010032 search-logs:
33 enabled: true
34 template: kibana/files/objects/search_logs.json
35 type: search
36 search-notifications:
37 enabled: true
38 template: kibana/files/objects/search_notifications.json
39 type: search
Simon Pasquier811e68a2017-02-02 13:50:26 +010040 search-audit:
41 enabled: true
42 template: kibana/files/objects/search_audit.json
43 type: search
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010044 LOG-MESSAGES-OVER-TIME-PER-SEVERITY:
45 enabled: true
46 template: kibana/files/objects/visualization_LOG-MESSAGES-OVER-TIME-PER-SEVERITY.json
47 type: visualization
48 LOG-MESSAGES-OVER-TIME-PER-SOURCE:
49 enabled: true
50 template: kibana/files/objects/visualization_LOG-MESSAGES-OVER-TIME-PER-SOURCE.json
51 type: visualization
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +010052 NUMBER-OF-LOG-MESSAGES-PER-SEVERITY:
53 enabled: true
54 template: kibana/files/objects/visualization_NUMBER-OF-LOG-MESSAGES-PER-SEVERITY.json
55 type: visualization
56 TOP-10-HOSTS:
57 enabled: true
58 template: kibana/files/objects/visualization_TOP-10-HOSTS.json
59 type: visualization
60 TOP-10-PROGRAMS:
61 enabled: true
62 template: kibana/files/objects/visualization_TOP-10-PROGRAMS.json
63 type: visualization
64 TOP-10-SOURCES:
65 enabled: true
66 template: kibana/files/objects/visualization_TOP-10-SOURCES.json
67 type: visualization
68 NOTIFICATIONS-OVER-TIME-PER-SOURCE:
69 enabled: true
70 template: kibana/files/objects/visualization_NOTIFICATIONS-OVER-TIME-PER-SOURCE.json
71 type: visualization
72 NOTIFICATIONS-OVER-TIME-PER-SEVERITY:
73 enabled: true
74 template: kibana/files/objects/visualization_NOTIFICATIONS-OVER-TIME-PER-SEVERITY.json
75 type: visualization
76 EVENT-TYPE-BREAKDOWN:
77 enabled: true
78 template: kibana/files/objects/visualization_EVENT-TYPE-BREAKDOWN.json
79 type: visualization
80 SOURCE-BREAKDOWN:
81 enabled: true
82 template: kibana/files/objects/visualization_SOURCE-BREAKDOWN.json
83 type: visualization
84 HOST-BREAKDOWN:
85 enabled: true
86 template: kibana/files/objects/visualization_HOST-BREAKDOWN.json
87 type: visualization
88 NOTIFICATIONS-PER-SEVERITY:
89 enabled: true
90 template: kibana/files/objects/visualization_NOTIFICATIONS-PER-SEVERITY.json
91 type: visualization