Skip to content

Commit

Permalink
add support for transform settings.unattended
Browse files Browse the repository at this point in the history
  • Loading branch information
joeypoon committed Mar 21, 2023
1 parent 6e1c4be commit 48f4132
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions spec/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- description: Add select as a new field type
type: enhancement
link: https://github.com/elastic/package-spec/pull/486
- description: Add transform settings.unattended option
type: enhancement
link: https://github.com/elastic/package-spec/pull/491
- version: 2.5.1
changes:
- description: Add category for vulnerability_management
Expand Down
7 changes: 6 additions & 1 deletion spec/integration/elasticsearch/transform/transform.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
"$id": "#root/pivot/aggregations"
title: Aggregations
type: object
aggs: # This property was missing in the original schema and added manually.
aggs: # This property was missing in the original schema and added manually.
"$id": "#root/pivot/aggs"
title: Aggregations
type: object
Expand Down Expand Up @@ -159,6 +159,11 @@ spec:
title: deduce mappings
type: boolean
default: true
unattended:
"$id": "#root/settings/unattended"
title: unattended
type: boolean
default: false
_meta:
"$id": "#root/_meta"
title: Metadata
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ sync:
time:
field: event.ingested
delay: 1s
settings:
unattended: true
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ pivot:
description: Merges latest Endpoint and Agent metadata documents
_meta:
managed: true
settings:
unattended: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ sync:
time:
field: event.ingested
delay: 1s
settings:
unattended: true
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ pivot:
description: Merges latest Endpoint and Agent metadata documents
_meta:
managed: true
settings:
unattended: true

0 comments on commit 48f4132

Please sign in to comment.