Skip to content

Commit 2149343

Browse files
authored
Fix elf.sections mapping to nested (#6770)
* Fix elf.sections mapping to nested * Update PR number in change log
1 parent 8ed4f4e commit 2149343

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

packages/osquery_manager/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.7.4"
3+
changes:
4+
- description: Fix elf.sections mapping
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/6770
27
- version: "1.7.3"
38
changes:
49
- description: Resolve mapping conflicts for user.id, user.group.id, group.id

packages/osquery_manager/data_stream/result/fields/ecs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
name: elf.creation_date
5656
- external: ecs
5757
name: elf.header.entrypoint
58+
- external: ecs
59+
name: elf.sections
5860
- external: ecs
5961
name: elf.sections.chi2
6062
- external: ecs

packages/osquery_manager/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: osquery_manager
33
title: Osquery Manager
4-
version: 1.7.3
4+
version: 1.7.4
55
license: basic
66
description: Deploy osquery with Elastic Agent, then run and schedule queries in Kibana
77
type: integration

0 commit comments

Comments
 (0)