Skip to content

Commit c525d06

Browse files
authored
[Nginx Ingress Controller] Updates the ids for the access/error streams (elastic#15952)
* fixing ids Signed-off-by: Andreas Gkizas <[email protected]> * adding id Signed-off-by: Andreas Gkizas <[email protected]> * changelog Signed-off-by: Andreas Gkizas <[email protected]> * update warning message Signed-off-by: Andreas Gkizas <[email protected]> --------- Signed-off-by: Andreas Gkizas <[email protected]>
1 parent fb0a410 commit c525d06

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

packages/nginx_ingress_controller/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.13.0"
3+
changes:
4+
- description: Add filestream input ids in the data streams. WARNING Updating to this version will cause logs to be re-ingested!
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/15952
27
- version: "1.12.0"
38
changes:
49
- description: Allow @custom pipeline access to event.original without setting preserve_original_event.

packages/nginx_ingress_controller/data_stream/access/agent/stream/stream.yml.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
id: nginx-ingress-controller-access-${kubernetes.container.id}
12
paths:
23
{{#each paths}}
34
- {{this}}

packages/nginx_ingress_controller/data_stream/error/agent/stream/stream.yml.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
id: nginx-ingress-controller-error-${kubernetes.container.id}
12
paths:
23
{{#each paths}}
34
- {{this}}

packages/nginx_ingress_controller/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.0.4
22
name: nginx_ingress_controller
33
title: Nginx Ingress Controller Logs
4-
version: 1.12.0
4+
version: 1.13.0
55
description: Collect Nginx Ingress Controller logs.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)