Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Rename datasources to config_templates in dataset manifest (#94)
Browse files Browse the repository at this point in the history
As soon as elastic/package-registry#570 is merged, the registry version must be updated.
  • Loading branch information
ruflin authored Jun 30, 2020
1 parent 764460b commit 76a2494
Show file tree
Hide file tree
Showing 49 changed files with 1,266 additions and 166 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/elastic/package-storage
go 1.12

require (
github.com/elastic/package-registry v0.4.1-0.20200618213757-98d7184cfe5b
github.com/elastic/package-registry v0.4.1-0.20200630074455-f91d80e4786f
github.com/magefile/mage v1.9.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.4.0
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ github.com/elastic/package-registry v0.4.1-0.20200618094131-9b38a6660e60 h1:Piz/
github.com/elastic/package-registry v0.4.1-0.20200618094131-9b38a6660e60/go.mod h1:oQx3Tg9ynuC6APd0o0OHud9kyPX6S6IzdJp/R4Hj1HY=
github.com/elastic/package-registry v0.4.1-0.20200618213757-98d7184cfe5b h1:NKaNWxpZjr2V750h2Q6q52W4ZGGHdX0TOcNaFrhnk3w=
github.com/elastic/package-registry v0.4.1-0.20200618213757-98d7184cfe5b/go.mod h1:oQx3Tg9ynuC6APd0o0OHud9kyPX6S6IzdJp/R4Hj1HY=
github.com/elastic/package-registry v0.4.1-0.20200630074455-f91d80e4786f h1:49Xi4IqaCYpD5v4orj+Ssv1Y1502Fn2Nx4S2qTAVng8=
github.com/elastic/package-registry v0.4.1-0.20200630074455-f91d80e4786f/go.mod h1:ERTTIxAsQOCVZJDqR4LJbDDAtxV+pz4wdPPrKheiAUc=
github.com/gorilla/mux v1.7.4 h1:VuZ8uybHlWmqV03+zRzdwKL4tUnIp1MAQtp1mIFE1bc=
github.com/gorilla/mux v1.7.4/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 h1:rp+c0RAYOWj8l6qbCUTSiRLG/iKnW3K3/QfPPuSsBt4=
Expand All @@ -22,6 +24,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/radovskyb/watcher v1.0.7 h1:AYePLih6dpmS32vlHfhCeli8127LzkIgwJGcwwe8tUE=
github.com/radovskyb/watcher v1.0.7/go.mod h1:78okwvY5wPdzcb1UYnip1pvrZNIVEIh/Cm+ZuvsUYIg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/0.0.3/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ icons:
title: logo aws
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: aws
title: AWS logs and metrics
description: Collect logs and metrics from AWS instances
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/0.1.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ icons:
title: logo aws
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: aws
title: AWS logs and metrics
description: Collect logs and metrics from AWS instances
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/0.1.1/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ icons:
title: logo aws
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: aws
title: AWS logs and metrics
description: Collect logs and metrics from AWS instances
Expand Down
2 changes: 1 addition & 1 deletion packages/cisco/0.1.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ icons:
title: cisco
size: 216x216
type: image/svg+xml
datasources:
config_templates:
- name: cisco
title: Cisco logs
description: Collect logs from Cisco instances
Expand Down
2 changes: 1 addition & 1 deletion packages/cisco/0.1.1/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ icons:
title: cisco
size: 216x216
type: image/svg+xml
datasources:
config_templates:
- name: cisco
title: Cisco logs
description: Collect logs from Cisco instances
Expand Down
2 changes: 1 addition & 1 deletion packages/cisco/0.1.2/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ icons:
title: cisco
size: 216x216
type: image/svg+xml
datasources:
config_templates:
- name: cisco
title: Cisco logs
description: Collect logs from Cisco instances
Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint/0.1.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license: basic
# The endpoint package cannot be removed
removable: false

datasources:
config_templates:
- name: endpoint
title: Endpoint data source
description: Interact with the endpoint.
Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint/0.2.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license: basic
# The endpoint package cannot be removed
removable: false

datasources:
config_templates:
- name: endpoint
title: Endpoint data source
description: Interact with the endpoint.
Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint/0.3.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license: basic
# The endpoint package cannot be removed
removable: false

datasources:
config_templates:
- name: endpoint
title: Endpoint data source
description: Interact with the endpoint.
Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint/0.4.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license: basic
# The endpoint package cannot be removed
removable: false

datasources:
config_templates:
- name: endpoint
title: Endpoint data source
description: Interact with the endpoint.
Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint/0.5.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license: basic
# The endpoint package cannot be removed
removable: false

datasources:
config_templates:
- name: endpoint
title: Endpoint data source
description: Interact with the endpoint.
Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint/0.6.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ release: beta
type: solution
license: basic

datasources:
config_templates:
- name: endpoint
title: Endpoint data source
description: Interact with the endpoint.
Expand Down
2 changes: 1 addition & 1 deletion packages/endpoint/0.7.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ release: beta
type: solution
license: basic

datasources:
config_templates:
- name: endpoint
title: Endpoint data source
description: Interact with the endpoint.
Expand Down
2 changes: 1 addition & 1 deletion packages/kafka/0.1.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo kafka
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: kafka
title: Kafka logs and metrics
description: Collect logs and metrics from Kafka brokers
Expand Down
2 changes: 1 addition & 1 deletion packages/kafka/0.1.1/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo kafka
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: kafka
title: Kafka logs and metrics
description: Collect logs and metrics from Kafka brokers
Expand Down
2 changes: 1 addition & 1 deletion packages/log/0.1.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ release: ga
license: basic


datasources:
config_templates:
- name: logs
title: Custom logs
description: Collect your custom log files.
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/0.1.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo mysql
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: mysql
title: MySQL logs and metrics
description: Collect logs and metrics from MySQL instances
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/0.1.1/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo mysql
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: mysql
title: MySQL logs and metrics
description: Collect logs and metrics from MySQL instances
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/0.1.2/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo mysql
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: mysql
title: MySQL logs and metrics
description: Collect logs and metrics from MySQL instances
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/0.1.3/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo mysql
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: mysql
title: MySQL logs and metrics
description: Collect logs and metrics from MySQL instances
Expand Down
2 changes: 1 addition & 1 deletion packages/netflow/0.1.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requirement:
versions: '>=7.3.0 <8.0.0'
elasticsearch:
versions: '>7.0.1'
datasources:
config_templates:
- name: netflow
title: NetFlow logs
description: Collect Netflow logs from networks via UDP
Expand Down
2 changes: 1 addition & 1 deletion packages/netflow/0.1.1/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requirement:
versions: '>=7.3.0 <8.0.0'
elasticsearch:
versions: '>7.0.1'
datasources:
config_templates:
- name: netflow
title: NetFlow logs
description: Collect Netflow logs from networks via UDP
Expand Down
2 changes: 1 addition & 1 deletion packages/nginx/0.1.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo nginx
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: nginx
title: Nginx logs and metrics
description: Collect logs and metrics from Nginx instances
Expand Down
2 changes: 1 addition & 1 deletion packages/nginx/0.1.1/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo nginx
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: nginx
title: Nginx logs and metrics
description: Collect logs and metrics from Nginx instances
Expand Down
2 changes: 1 addition & 1 deletion packages/nginx/0.1.2/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo nginx
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: nginx
title: Nginx logs and metrics
description: Collect logs and metrics from Nginx instances
Expand Down
2 changes: 1 addition & 1 deletion packages/nginx/0.1.3/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo nginx
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: nginx
title: Nginx logs and metrics
description: Collect logs and metrics from Nginx instances
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/0.1.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo redis
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: redis
title: Redis logs and metrics
description: Collect logs and metrics from Redis instances
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/0.1.1/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo redis
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: redis
title: Redis logs and metrics
description: Collect logs and metrics from Redis instances
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/0.1.2/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo redis
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: redis
title: Redis logs and metrics
description: Collect logs and metrics from Redis instances
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/0.1.3/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icons:
title: logo redis
size: 32x32
type: image/svg+xml
datasources:
config_templates:
- name: redis
title: Redis logs and metrics
description: Collect logs and metrics from Redis instances
Expand Down
2 changes: 1 addition & 1 deletion packages/system/0.1.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ icons:
title: system
size: 1000x1000
type: image/svg+xml
datasources:
config_templates:
- name: system
title: System logs and metrics
description: Collect logs and metrics from System instances
Expand Down
2 changes: 1 addition & 1 deletion packages/system/0.2.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ icons:
title: system
size: 1000x1000
type: image/svg+xml
datasources:
config_templates:
- name: system
title: System logs and metrics
description: Collect logs and metrics from System instances
Expand Down
2 changes: 1 addition & 1 deletion packages/system/0.3.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ icons:
title: system
size: 1000x1000
type: image/svg+xml
datasources:
config_templates:
- name: system
title: System logs and metrics
description: Collect logs and metrics from System instances
Expand Down
Loading

0 comments on commit 76a2494

Please sign in to comment.