Guillaume Thouvenin | 49059fc | 2016-11-18 15:58:16 +0100 | [diff] [blame] | 1 | applications: |
Simon Pasquier | c624bf5 | 2017-03-21 14:25:47 +0100 | [diff] [blame] | 2 | - kibana |
Guillaume Thouvenin | 49059fc | 2016-11-18 15:58:16 +0100 | [diff] [blame] | 3 | parameters: |
Swann Croiset | 512b816 | 2017-03-27 16:50:35 +0200 | [diff] [blame] | 4 | _param: |
Ildar Svetlov | 3a2e4b0 | 2017-08-28 15:15:04 +0400 | [diff] [blame^] | 5 | kibana_client_default_index: "log-*" |
Guillaume Thouvenin | 49059fc | 2016-11-18 15:58:16 +0100 | [diff] [blame] | 6 | kibana: |
| 7 | client: |
| 8 | enabled: true |
Ildar Svetlov | 3a2e4b0 | 2017-08-28 15:15:04 +0400 | [diff] [blame^] | 9 | default_index: ${_param:kibana_client_default_index} |
Guillaume Thouvenin | e8580ed | 2016-11-23 14:22:52 +0100 | [diff] [blame] | 10 | object: |
Guillaume Thouvenin | e8580ed | 2016-11-23 14:22:52 +0100 | [diff] [blame] | 11 | 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 Thouvenin | ab3c3c7 | 2016-11-28 14:27:01 +0100 | [diff] [blame] | 20 | enabled: true |
Guillaume Thouvenin | e8580ed | 2016-11-23 14:22:52 +0100 | [diff] [blame] | 21 | template: kibana/files/objects/index-pattern_logs.json |
| 22 | type: index-pattern |
| 23 | 'notification-*': |
Guillaume Thouvenin | ab3c3c7 | 2016-11-28 14:27:01 +0100 | [diff] [blame] | 24 | enabled: true |
Guillaume Thouvenin | e8580ed | 2016-11-23 14:22:52 +0100 | [diff] [blame] | 25 | template: kibana/files/objects/index-pattern_notifications.json |
| 26 | type: index-pattern |
Simon Pasquier | 811e68a | 2017-02-02 13:50:26 +0100 | [diff] [blame] | 27 | 'audit-*': |
| 28 | enabled: true |
| 29 | template: kibana/files/objects/index-pattern_audit.json |
| 30 | type: index-pattern |
Guillaume Thouvenin | e8580ed | 2016-11-23 14:22:52 +0100 | [diff] [blame] | 31 | 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 Pasquier | 811e68a | 2017-02-02 13:50:26 +0100 | [diff] [blame] | 39 | search-audit: |
| 40 | enabled: true |
| 41 | template: kibana/files/objects/search_audit.json |
| 42 | type: search |
Guillaume Thouvenin | e8580ed | 2016-11-23 14:22:52 +0100 | [diff] [blame] | 43 | 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 Thouvenin | e8580ed | 2016-11-23 14:22:52 +0100 | [diff] [blame] | 51 | 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 |