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

Update haproxy to ecs 1.9.0 #848

Merged
merged 3 commits into from
Apr 8, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/haproxy/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.2.8"
changes:
- description: update to ECS 1.9.0
type: enhancement
link: https://github.com/elastic/integrations/pull/848
- version: "0.2.7"
changes:
- description: Correct sample event file.
Expand Down
2 changes: 1 addition & 1 deletion packages/haproxy/data_stream/log/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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.9.0
12 changes: 6 additions & 6 deletions packages/haproxy/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: haproxy
title: HAProxy
version: 0.2.7
version: 0.2.8
description: HAProxy Integration
type: integration
icons:
Expand All @@ -15,7 +15,7 @@ categories:
- web
release: experimental
conditions:
kibana.version: '^7.9.0'
kibana.version: "^7.9.0"
screenshots:
- src: /img/kibana-haproxy-overview.png
title: Kibana HAProxy overview
Expand All @@ -27,11 +27,11 @@ policy_templates:
description: Collect logs and metrics from HAProxy instances
inputs:
- type: logfile
title: 'Collect HAProxy application logs'
description: 'Collecting application logs from HAProxy instances using the logfile input'
title: "Collect HAProxy application logs"
description: "Collecting application logs from HAProxy instances using the logfile input"
- type: syslog
title: 'Collect HAProxy application logs over syslog'
description: 'Collecting application logs from HAProxy instances using the syslog input'
title: "Collect HAProxy application logs over syslog"
description: "Collecting application logs from HAProxy instances using the syslog input"
- type: haproxy/metrics
vars:
- name: hosts
Expand Down