Skip to content

Commit

Permalink
Osquery_manager: Update host.ip field mapping from keyword to ip data…
Browse files Browse the repository at this point in the history
… type (elastic#1574)

* Osquery_manager: Update host.ip field mapping from keyword to ip data type

* Update PR number in the changelog

* Format ecs.yml
  • Loading branch information
aleksmaus committed Sep 3, 2021
1 parent 6415770 commit 4fb6c73
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/osquery_manager/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.5.2"
changes:
- description: Updates host.ip field mapping from keyword to ip data type
type: enhancement
link: https://github.com/elastic/integrations/pull/1574
- version: "0.5.1"
changes:
- description: Updates mapping and readme for osquery 4.9.0
Expand Down
4 changes: 4 additions & 0 deletions packages/osquery_manager/data_stream/result/fields/ecs.yml
@@ -0,0 +1,4 @@
- name: host.ip
type: ip
description: |-
IP of the host.
2 changes: 1 addition & 1 deletion packages/osquery_manager/manifest.yml
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: osquery_manager
title: Osquery Manager
version: 0.5.1
version: 0.5.2
license: basic
description: This Elastic integration lets you centrally manage osquery deployments, run live queries, and schedule recurring queries
type: integration
Expand Down

0 comments on commit 4fb6c73

Please sign in to comment.