Skip to content

Commit

Permalink
Update haproxy to ecs 1.9.0 (elastic#848)
Browse files Browse the repository at this point in the history
* Update haproxy to ecs 1.9.0

* Fix up changelog url
  • Loading branch information
andrewstucki committed Apr 8, 2021
1 parent 378ce80 commit 72ff341
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions packages/haproxy/changelog.yml
@@ -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
Expand Up @@ -8,4 +8,4 @@ processors:
- add_fields:
target: ''
fields:
ecs.version: 1.5.0
ecs.version: 1.9.0
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
@@ -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

0 comments on commit 72ff341

Please sign in to comment.