blob: c2915d8027b7196c24858b04a0f8bec74e2551e5 [file] [log] [blame]
Guillaume Thouvenin49059fc2016-11-18 15:58:16 +01001applications:
2- kibana.client
3parameters:
4 kibana:
5 client:
6 enabled: true
Guillaume Thouvenine8580ed2016-11-23 14:22:52 +01007 object:
8 '4.5.1':
9 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-*':
21 template: kibana/files/objects/index-pattern_logs.json
22 type: index-pattern
23 'notification-*':
24 template: kibana/files/objects/index-pattern_notifications.json
25 type: index-pattern
26 search-logs:
27 enabled: true
28 template: kibana/files/objects/search_logs.json
29 type: search
30 search-notifications:
31 enabled: true
32 template: kibana/files/objects/search_notifications.json
33 type: search
34 LOG-MESSAGES-OVER-TIME-PER-SEVERITY:
35 enabled: true
36 template: kibana/files/objects/visualization_LOG-MESSAGES-OVER-TIME-PER-SEVERITY.json
37 type: visualization
38 LOG-MESSAGES-OVER-TIME-PER-SOURCE:
39 enabled: true
40 template: kibana/files/objects/visualization_LOG-MESSAGES-OVER-TIME-PER-SOURCE.json
41 type: visualization
42 NUMBER-OF-LOG-MESSAGES-PER-ROLE:
43 enabled: true
44 template: kibana/files/objects/visualization_NUMBER-OF-LOG-MESSAGES-PER-ROLE.json
45 type: visualization
46 NUMBER-OF-LOG-MESSAGES-PER-SEVERITY:
47 enabled: true
48 template: kibana/files/objects/visualization_NUMBER-OF-LOG-MESSAGES-PER-SEVERITY.json
49 type: visualization
50 TOP-10-HOSTS:
51 enabled: true
52 template: kibana/files/objects/visualization_TOP-10-HOSTS.json
53 type: visualization
54 TOP-10-PROGRAMS:
55 enabled: true
56 template: kibana/files/objects/visualization_TOP-10-PROGRAMS.json
57 type: visualization
58 TOP-10-SOURCES:
59 enabled: true
60 template: kibana/files/objects/visualization_TOP-10-SOURCES.json
61 type: visualization
62 NOTIFICATIONS-OVER-TIME-PER-SOURCE:
63 enabled: true
64 template: kibana/files/objects/visualization_NOTIFICATIONS-OVER-TIME-PER-SOURCE.json
65 type: visualization
66 NOTIFICATIONS-OVER-TIME-PER-SEVERITY:
67 enabled: true
68 template: kibana/files/objects/visualization_NOTIFICATIONS-OVER-TIME-PER-SEVERITY.json
69 type: visualization
70 EVENT-TYPE-BREAKDOWN:
71 enabled: true
72 template: kibana/files/objects/visualization_EVENT-TYPE-BREAKDOWN.json
73 type: visualization
74 SOURCE-BREAKDOWN:
75 enabled: true
76 template: kibana/files/objects/visualization_SOURCE-BREAKDOWN.json
77 type: visualization
78 HOST-BREAKDOWN:
79 enabled: true
80 template: kibana/files/objects/visualization_HOST-BREAKDOWN.json
81 type: visualization
82 NOTIFICATIONS-PER-SEVERITY:
83 enabled: true
84 template: kibana/files/objects/visualization_NOTIFICATIONS-PER-SEVERITY.json
85 type: visualization