-
Notifications
You must be signed in to change notification settings - Fork 444
/
manifest.yml
67 lines (67 loc) · 1.86 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
format_version: 3.2.1
name: elastic_connectors
title: "Elastic Connectors"
version: 0.0.1
source:
license: "Elastic-2.0"
description: "Sync data from source to the Elasticsearch index."
type: integration
categories:
- connector
conditions:
kibana:
version: "^9.0.0"
elastic:
subscription: "platinum"
screenshots:
- src: /img/google-drive-connector-screenshot.png
title: Google Drive Connector Screenshot
size: 3824×1808
type: image/png
icons:
- src: /img/connectors-logo.svg
title: Connectors Logo
size: 32x32
type: image/svg+xml
policy_templates:
- name: github
title: GitHub & GitHub Enterprise Server Connector
icons:
- src: /img/service_type/github.svg
title: Google Drive logo
size: 32x32
type: image/svg+xml
description: Use a connector to sync data from your GitHub data source.
deployment_modes:
default:
enabled: false
agentless:
enabled: true
multiple: false
inputs:
- type: connectors-py
title: GitHub & GitHub Enterprise Server Connector
description: Connectors syncs data from an original data source to an Elasticsearch index.
template_path: github.yml.hbs
- name: google_drive
title: Google Drive Connector
icons:
- src: /img/service_type/google_drive.svg
title: Google Drive logo
size: 32x32
type: image/svg+xml
description: Use a connector to sync from your Google Drive data source.
deployment_modes:
default:
enabled: false
agentless:
enabled: true
multiple: false
inputs:
- type: connectors-py
title: Google Drive Connector
description: Connectors syncs data from an original data source to an Elasticsearch index.
template_path: google_drive.yml.hbs
owner:
github: elastic/ingestion-team
type: elastic