This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
/
manifest.yml
64 lines (64 loc) · 1.51 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
format_version: 1.0.0
name: kafka
title: Kafka
version: 0.2.4
license: basic
description: Kafka Integration
type: integration
categories:
- message_queue
release: experimental
conditions:
kibana.version: '^7.9.0'
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
multi: true
show_user: true
- name: ssl.certificate
type: text
show_user: true
- name: ssl.key
type: text
show_user: true
owner:
github: elastic/integrations-services