Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Nginx GA #1614

Merged
merged 4 commits into from
Sep 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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