Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Fix condition in handlebar file of security data stream
  • Loading branch information
janvi-elastic committed Jul 24, 2025
commit aa6bf21197b1f816f804ff2e208b9e5f858b7f0d
5 changes: 5 additions & 0 deletions packages/system/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.5.1"
changes:
- description: Fix condition in handlebar file of security data stream.
type: bugfix
link: https://github.com/elastic/integrations/pull/1
- version: "2.5.0"
changes:
- description: Add support for more event ids in the security data stream pipeline.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ tags:
publisher_pipeline.disable_host: true
{{/contains}}
include_xml: true
{{/if}}
{{#if processors.length}}
processors:
{{processors}}
Expand Down
2 changes: 1 addition & 1 deletion packages/system/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ docker run --rm -it --entrypoint journalctl docker.elastic.co/elastic-agent/elas
## Setup

For step-by-step instructions on how to set up an integration, see the
[Getting started](https://www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/getting-started-observability.html) guide.
[Getting started](https://www.elastic.co/guide/en/welcome-to-elastic/current/getting-started-observability.html) guide.

## Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion packages/system/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.2
name: system
title: System
version: "2.5.0"
version: "2.5.1"
description: Collect system logs and metrics from your servers with Elastic Agent.
type: integration
categories:
Expand Down