Skip to content

Commit 29513a4

Browse files
authored
[osquery_manager]: Fix osquery_manager data_stream values for 8.6.0 with ingest pipeline (#4990)
* Fix osquery_manager data_stream values for 8.6.0 with ingest pipeline * Addressed code review comment. Added override: true. * Add changelog entry
1 parent 1b81b78 commit 29513a4

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-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.6.0"
3+
changes:
4+
- description: Fix osquery_manager data_stream values for 8.6.0 with ingest pipeline
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/4990
27
- version: "1.5.1"
38
changes:
49
- description: Update kibana constraint to ^8.6
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
description: Pipeline for setting data_stream values
3+
processors:
4+
- set:
5+
field: data_stream.type
6+
value: "logs"
7+
ignore_empty_value: true
8+
override: true
9+
- set:
10+
field: data_stream.dataset
11+
value: "osquery_manager.result"
12+
ignore_empty_value: true
13+
override: true

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.5.1
4+
version: 1.6.0
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)