Skip to content
5 changes: 5 additions & 0 deletions packages/apache/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.1.1"
changes:
- description: Remove unused agent files.
type: bugfix
link: https://github.com/elastic/integrations/pull/14995
- version: "2.1.0"
changes:
- description: Add support for apache ISO datetime-format in error log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
vars: ~
data_stream:
vars:
enable_request_tracer: true
paths:
- "{{SERVICE_LOGS_DIR}}/access.log*"

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
vars: ~
data_stream:
vars:
enable_request_tracer: true
paths:
- "{{SERVICE_LOGS_DIR}}/error.log*"
68 changes: 0 additions & 68 deletions packages/apache/data_stream/error/agent/stream/httpjson.yml.hbs

This file was deleted.

3 changes: 2 additions & 1 deletion packages/apache/data_stream/status/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ streams:
required: false
show_user: false
description: >
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the events are shipped. See [Processors](https://www.elastic.co/guide/en/fleet/current/elastic-agent-processor-configuration.html) for details.
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the events are shipped. See [Processors](https://www.elastic.co/guide/en/fleet/current/elastic-agent-processor-configuration.html) for details.

title: Apache status metrics
description: Collect Apache status metrics
elasticsearch:
Expand Down
4 changes: 2 additions & 2 deletions packages/apache/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.1.5
name: apache
title: Apache HTTP Server
version: "2.1.0"
version: "2.1.1"
source:
license: Elastic-2.0
description: Collect logs and metrics from Apache servers with Elastic Agent.
Expand Down Expand Up @@ -91,7 +91,7 @@ policy_templates:
# 8F4QOgTAWyh8EZIwaKCliFRSynDpv3JTUwtfZkxo6K6nce1RhCWFAsMvDZL8Dgc0
# yvgJ38BRsFOtkRuAGSf6ZUwTO8JJRRIFnpUzXflAnGivK9M13D5GEQMmIl6U9Pvk
# sxSmbIUfc2SGJGCJD4I=
# -----END CERTIFICATE-----
# -----END CERTIFICATE-----
owner:
type: elastic
github: elastic/obs-infraobs-integrations
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "3.14.2"
changes:
- description: Remove unused agent files.
type: bugfix
link: https://github.com/elastic/integrations/pull/14995
- version: "3.14.1"
changes:
- description: Fixed issue where empty DescribeConfigRules responses caused 'index out of bounds' errors in AWS Config integration.
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.3.2
name: aws
title: AWS
version: 3.14.1
version: 3.14.2
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/nginx/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.3.2"
changes:
- description: Remove unused agent files.
type: bugfix
link: https://github.com/elastic/integrations/pull/14995
- version: "2.3.1"
changes:
- description: Fix Dashboard Links Panel by setting `useCurrentFilters` to `false`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ data_stream:
vars:
paths:
- "{{SERVICE_LOGS_DIR}}/access.log*"
enable_request_tracer: true
Copy link
Contributor

@gizas gizas Aug 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this removed? Was only for httpjson?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is httpjson specific, and used for system tests.

67 changes: 0 additions & 67 deletions packages/nginx/data_stream/access/agent/stream/httpjson.yml.hbs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ data_stream:
vars:
paths:
- "{{SERVICE_LOGS_DIR}}/error.log*"
enable_request_tracer: true
Loading