Skip to content

Commit

Permalink
Fix teams in integrations packages (#766)
Browse files Browse the repository at this point in the history
* Updating teams

* Adding CHANGELOG entries

* Updating PR link in CHANGELOG entries

* Updating tips
  • Loading branch information
ycombinator authored Mar 8, 2021
1 parent f8160b0 commit 19c8c76
Show file tree
Hide file tree
Showing 39 changed files with 115 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/tips_for_building_integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ ./elastic-package help
5. Set the proper package owner (either Github team or personal account)
Good candidates for a team: `elastic/integrations-platforms`, `elastic/integrations-services`
Good candidates for a team: `elastic/integrations`, `elastic/security-external-integrations`

## All integrations

Expand Down
5 changes: 5 additions & 0 deletions packages/apache/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.5"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.3.4"
changes:
- description: Use correct types for `source.port` and `source.ip`
Expand Down
2 changes: 1 addition & 1 deletion packages/apache/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ policy_templates:
default:
- http://127.0.0.1
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.4.2"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.4.1"
changes:
- description: Correct sample event file.
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@ policy_templates:
default: "amazonaws.com"
description: URL of the entry point for an AWS web service.
owner:
github: elastic/integrations-platforms
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/kafka/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.8"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.3.7"
changes:
- description: Correct sample event file.
Expand Down
2 changes: 1 addition & 1 deletion packages/kafka/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ policy_templates:
type: text
show_user: true
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/kubernetes/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.4.4"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.4.3"
changes:
- description: Correct sample event file.
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ policy_templates:
title: Collect Kubernetes metrics
description: Collecting API Server, Controller Manager, Scheduler, Proxy and Event metrics as well as Node, Pod, Container, Volume and System metrics from Kubelet and metrics from kube_state_metrics (container, cronjob, deployment, daemonset, node, persistentvolume, persistentvolumeclaim, pod, replicaset, resourcequota, service, statefulset, storageclass).
owner:
github: elastic/integrations-platforms
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/linux/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.9"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.3.8"
changes:
- description: Add Guards
Expand Down
2 changes: 1 addition & 1 deletion packages/linux/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ policy_templates:
title: Collect low-level system metrics from Linux instances
description: Collecting Linux conntrack, ksm, pageinfo metrics.
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/log/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.4.7"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.1.0"
changes:
- description: initial release
Expand Down
2 changes: 1 addition & 1 deletion packages/log/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ icons:
- src: "/img/icon.svg"
type: "image/svg+xml"
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/mongodb/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.9"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.2.8"
changes:
- description: Correct sample event file.
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ policy_templates:
title: Collect MongoDB metrics
description: Collecting metrics from MongoDB instances
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/mysql/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.8"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.3.7"
changes:
- description: Correct sample event file.
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ policy_templates:
title: Password
default: test
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/nats/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.1.3"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.1.2"
changes:
- description: Correct sample event file.
Expand Down
2 changes: 1 addition & 1 deletion packages/nats/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ policy_templates:
title: Collect NATS metrics
description: Collecting metrics about connections, routes, stats and subscriptions from NATS instances
owner:
github: elastic/integrations-platforms
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/nginx/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.11"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.3.10"
changes:
- description: Fix compatibility with Kibana
Expand Down
2 changes: 1 addition & 1 deletion packages/nginx/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ policy_templates:
title: Collect metrics from Nginx instances
description: Collecting Nginx stub status metrics
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/nginx_ingress_controller/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.0.4"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.0.1"
changes:
- description: initial release
Expand Down
2 changes: 1 addition & 1 deletion packages/nginx_ingress_controller/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ policy_templates:
title: Collect logs from Nginx Ingress Controller instances
description: Collecting Nginx Ingress Controller access logs
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/osquery_elastic_managed/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.1.3"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.1.0"
changes:
- description: initial release
Expand Down
2 changes: 1 addition & 1 deletion packages/osquery_elastic_managed/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ policy_templates:
title: Send queries to osquery instances
description: Send interactive or scheduled queries to the osquery instances executed by the elastic-agent.
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/postgresql/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.7"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.2.6"
changes:
- description: Correct sample event file.
Expand Down
2 changes: 1 addition & 1 deletion packages/postgresql/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ policy_templates:
type: password
title: Password
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/prometheus/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.5"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.3.4"
changes:
- description: Correct sample event file.
Expand Down
2 changes: 1 addition & 1 deletion packages/prometheus/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ policy_templates:
title: Collect Prometheus metrics
description: Collecting metrics from Prometheus exporters, Prometheus query API as well as able to receive metrics via remote write functionality.
owner:
github: elastic/integrations-platforms
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/rabbitmq/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.8"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.2.7"
changes:
- description: Correct sample event file.
Expand Down
2 changes: 1 addition & 1 deletion packages/rabbitmq/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ policy_templates:
show_user: false
default: ""
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/redis/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.8"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.3.7"
changes:
- description: Correct sample event file.
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ policy_templates:
title: Collect Redis metrics
description: Collecting info, key and keyspace metrics from Redis instances
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/system/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.11.3"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.11.2"
changes:
- description: Update security data stream
Expand Down
2 changes: 1 addition & 1 deletion packages/system/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ policy_templates:
show_user: true
description: The proc filesystem base directory.
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/windows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.4.3"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.4.2"
changes:
- description: Move security data stream
Expand Down
2 changes: 1 addition & 1 deletion packages/windows/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ policy_templates:
title: Collect Windows perfmon and service metrics
description: Collecting perfmon and service metrics from Windows instances
owner:
github: elastic/integrations-services
github: elastic/integrations
5 changes: 5 additions & 0 deletions packages/zookeeper/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.7"
changes:
- description: Updating package owner
type: enhancement
link: https://github.com/elastic/integrations/pull/766
- version: "0.2.6"
changes:
- description: Correct sample event file.
Expand Down
2 changes: 1 addition & 1 deletion packages/zookeeper/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ policy_templates:
show_user: true
default: 10s
owner:
github: elastic/integrations-services
github: elastic/integrations

0 comments on commit 19c8c76

Please sign in to comment.