Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for transform settings.unattended #491

Merged
merged 1 commit into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
joeypoon marked this conversation as resolved.
Show resolved Hide resolved
_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
joeypoon marked this conversation as resolved.
Show resolved Hide resolved
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