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 Ingress Controller GA #1615

Merged
merged 3 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_ingress_controller/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 Ingress Controller as GA
type: enhancement
link: https://github.com/elastic/integrations/pull/1615
- version: '0.3.2'
changes:
- description: Convert to generated ECS fields
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
title: Nginx Ingress Controller access logs
type: logs
release: experimental
streams:
- input: logfile
vars:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
title: Nginx Ingress Controller error logs
type: logs
release: experimental
streams:
- input: logfile
vars:
Expand Down
4 changes: 2 additions & 2 deletions packages/nginx_ingress_controller/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
format_version: 1.0.0
name: nginx_ingress_controller
title: Nginx Ingress Controller
version: 0.3.2
version: 1.0.0
license: basic
description: This Elastic integration collects logs from Nginx Ingress Controller instances
type: integration
categories:
- web
- security
release: experimental
release: ga
conditions:
kibana.version: '^7.14.0'
screenshots:
Expand Down