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

[ecs] windows platform packages to ecs 8.17 #12636

Merged
merged 9 commits into from
Feb 19, 2025
Prev Previous commit
Next Next commit
[unifiedlogs] - change to ECS version git@v8.17.0
ECS version in build manifest changed from git@v8.11.0 to git@v8.17.0.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -v -ecs-version=8.17.0 -ecs-git-ref=git@v8.17.0 -pr=12636 packages/unifiedlogs
  • Loading branch information
marc-gr committed Feb 6, 2025
commit f4c991fdf5f7f5d3ae5b585902d564d6c1884774
2 changes: 1 addition & 1 deletion packages/unifiedlogs/_dev/build/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
ecs:
reference: "git@v8.11.0"
reference: "git@v8.17.0"
import_mappings: true
5 changes: 5 additions & 0 deletions packages/unifiedlogs/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.3.0"
changes:
- description: ECS version updated to 8.17.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/12636
- version: "0.2.0"
changes:
- description: Add 9.0.0 constraint.
Expand Down
20 changes: 10 additions & 10 deletions packages/unifiedlogs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: unifiedlogs
title: Custom macOS Unified Logs
description: Collect and parse logs from macOS unified logs with Elastic Agent.
type: input
version: "0.2.0"
version: "0.3.0"
conditions:
kibana:
version: '^8.18.0 || ^9.0.0'
Expand Down Expand Up @@ -58,50 +58,50 @@ policy_templates:
type: bool
title: Include source
description: |
Include symbol names and source line numbers for messages, if available.
Include symbol names and source line numbers for messages, if available.
show_user: true
- name: info
type: bool
title: Include info
description: |
Disable or enable info level messages.
Disable or enable info level messages.
show_user: true
- name: debug
type: bool
title: Include debug
description: |
Disable or enable debug level messages.
Disable or enable debug level messages.
show_user: true
- name: backtrace
type: bool
title: Include backtrace
description: |
Disable or enable backtrace level messages.
Disable or enable backtrace level messages.
show_user: true
- name: signpost
type: bool
title: Include signpost
description: |
Disable or enable signpost level messages.
Disable or enable signpost level messages.
show_user: true
- name: unreliable
type: bool
title: Annotate unreliable
description: |
Annotate events with whether the log was emitted unreliably.
Annotate events with whether the log was emitted unreliably.
show_user: true
- name: mach_continuous_time
type: bool
title: Use mach continuous time
description: |
Use mach continuous time timestamps rather than walltime.
Use mach continuous time timestamps rather than walltime.
show_user: true
- name: backfill
type: bool
title: Must backfill
description: |
If set to true the input will process all available logs since the beginning
of time the first time it starts.
If set to true the input will process all available logs since the beginning
of time the first time it starts.
show_user: true
- name: archive_file
type: text
Expand Down