-
Notifications
You must be signed in to change notification settings - Fork 458
/
manifest.yml
83 lines (83 loc) · 2.29 KB
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
format_version: "3.0.2"
name: kafka
title: Kafka
version: "1.16.0"
description: Collect logs and metrics from Kafka servers with Elastic Agent.
type: integration
categories:
- stream_processing
- observability
conditions:
kibana:
version: "^8.13.0"
elastic:
subscription: basic
screenshots:
- src: /img/filebeat-kafka-logs-overview.png
title: filebeat kafka logs overview
size: 1363x657
type: image/png
- src: /img/metricbeat_kafka_dashboard.png
title: metricbeat kafka dashboard
size: 1726x711
type: image/png
icons:
- src: /img/logo_kafka.svg
title: logo kafka
size: 32x32
type: image/svg+xml
policy_templates:
- name: kafka
title: Kafka logs and metrics
description: Collect logs and metrics from Kafka brokers
inputs:
- type: logfile
title: Collect logs from Kafka brokers
description: Collecting Kafka log logs
- type: kafka/metrics
title: Collect metrics from Kafka brokers
description: Collecting Kafka broker, consumergroup and partition metrics
vars:
- name: hosts
type: text
title: Kafka address
multi: true
required: true
show_user: true
default:
- 'localhost:9092'
- name: period
type: text
title: Period
required: true
show_user: true
default: 10s
- name: ssl.certificate_authorities
type: text
title: SSL Certificate Authorities
multi: true
show_user: true
- name: ssl.certificate
type: text
title: SSL Certificate
show_user: true
- name: ssl.key
type: text
title: SSL Private Key
show_user: true
- name: ssl.key_passphrase
type: password
title: SSL Key Passphrase
secret: true
show_user: true
- name: ssl.verification_mode
type: text
title: SSL Verification Mode
show_user: true
- name: ssl.ca_trusted_fingerprint
type: text
title: SSL CA Trusted Fingerprint
show_user: true
owner:
github: elastic/obs-infraobs-integrations
type: elastic