Skip to content

Commit 200a0ac

Browse files
authored
haproxy generate ecs.yml (#1480)
* convert to ECS generated fields * update changelog
1 parent 320523f commit 200a0ac

File tree

8 files changed

+140
-299
lines changed

8 files changed

+140
-299
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dependencies:
2+
ecs:
3+
reference: git@1.11

packages/haproxy/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: "0.5.3"
3+
changes:
4+
- description: Convert to generated ECS fields
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/1480
27
- version: '0.5.2'
38
changes:
49
- description: update to ECS 1.11.0
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
- name: process
2-
title: Process
3-
group: 2
4-
type: group
5-
fields:
6-
- name: pid
1+
- fields:
2+
- description: Process id.
3+
format: string
74
level: core
5+
name: pid
86
type: long
9-
format: string
10-
description: Process id.
11-
- name: service.address
7+
group: 2
8+
name: process
9+
title: Process
10+
type: group
11+
- description: Service address
12+
name: service.address
1213
type: keyword
13-
description: Service address
14-
- name: service.type
14+
- description: Service type
15+
name: service.type
1516
type: keyword
16-
description: Service type

packages/haproxy/data_stream/log/fields/agent.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,9 @@
196196
description: >
197197
OS codename, if any.
198198
199+
- name: input.type
200+
type: keyword
201+
description: Input type
202+
- name: log.offset
203+
type: long
204+
description: Log offset

0 commit comments

Comments
 (0)