Skip to content

Commit

Permalink
Make Nginx GA (#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayden authored Sep 13, 2021
1 parent a31bf2e commit 9b33e2b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
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: "1.0.0"
changes:
- description: Release Nginx as GA
type: enhancement
link: https://github.com/elastic/integrations/pull/1614
- version: "0.8.2"
changes:
- description: Convert to generated ECS fields
Expand Down
1 change: 0 additions & 1 deletion packages/nginx/data_stream/access/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
title: Nginx access logs
type: logs
release: experimental
streams:
- input: logfile
vars:
Expand Down
1 change: 0 additions & 1 deletion packages/nginx/data_stream/error/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
title: Nginx error logs
type: logs
release: experimental
streams:
- input: logfile
vars:
Expand Down
1 change: 0 additions & 1 deletion packages/nginx/data_stream/stubstatus/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
title: Nginx stubstatus metrics
type: metrics
release: experimental
streams:
- input: nginx/metrics
vars:
Expand Down
4 changes: 2 additions & 2 deletions packages/nginx/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
format_version: 1.0.0
name: nginx
title: Nginx
version: 0.8.2
version: 1.0.0
license: basic
description: This Elastic integration collects metrics from Nginx instances
type: integration
categories:
- web
- security
release: experimental
release: ga
conditions:
kibana.version: "^7.14.0"
screenshots:
Expand Down

0 comments on commit 9b33e2b

Please sign in to comment.