Skip to content

Update apache to ecs 1.9.0 #832

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

Merged
merged 3 commits into from
Apr 8, 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/apache/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.4.1"
changes:
- description: update to ECS 1.9.0
type: enhancement
link: https://github.com/elastic/integrations/pull/832
- version: "0.3.5"
changes:
- description: Updating package owner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.7.0
ecs.version: 1.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.7.0
ecs.version: 1.9.0
2 changes: 1 addition & 1 deletion packages/apache/data_stream/error/agent/stream/log.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.9.0
4 changes: 2 additions & 2 deletions packages/apache/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: 1.0.0
name: apache
title: Apache
version: 0.4.0
version: 0.4.1
license: basic
description: Apache Integration
type: integration
categories:
- web
release: experimental
conditions:
kibana.version: '^7.12.0'
kibana.version: "^7.12.0"
screenshots:
- src: /img/apache-metrics-overview.png
title: Apache metrics overview
Expand Down