Skip to content
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.8.2"
changes:
- description: Migrate Access and error logs dashboard visualizations to lens.
type: enhancement
link: https://github.com/elastic/integrations/pull/8143
- version: "1.8.1"
changes:
- description: Migrate Overview dashboard visualizations to lens.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@
"title": "Error logs [Logs Nginx Ingress Controller]",
"version": 1
},
"coreMigrationVersion": "8.6.0",
"created_at": "2023-10-04T12:41:03.477Z",
"id": "nginx_ingress_controller-78ebd0d0-404a-11eb-b2e4-0f0dbcd50464",
"migrationVersion": {
"search": "7.9.3"
"search": "8.0.0"
},
"references": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@
"title": "Access logs [Logs Nginx Ingress Controller]",
"version": 1
},
"coreMigrationVersion": "8.6.0",
"created_at": "2023-10-04T12:41:03.477Z",
"id": "nginx_ingress_controller-d20d4ea0-f342-11ea-a3fd-1b45ec532bb3",
"migrationVersion": {
"search": "7.9.3"
"search": "8.0.0"
},
"references": [
{
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/nginx_ingress_controller/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: nginx_ingress_controller
title: Nginx Ingress Controller Logs
version: 1.8.1
version: 1.8.2
license: basic
description: Collect Nginx Ingress Controller logs.
type: integration
Expand Down