Skip to content

Commit 342925a

Browse files
Remove unused httpjson agent file from {zeek, apache, windows, aws.cloudtrail, nginx} (#14995)
* remove httpjson agent files * remove httpjson files from {apache,aws.cloudtail,nginx,windows} * added changelog entry * revert formating in example ssl config * remove tracer configs * remove trailing white space from yml
1 parent fa871ba commit 342925a

File tree

68 files changed

+33
-3927
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+33
-3927
lines changed

packages/apache/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.1.1"
3+
changes:
4+
- description: Remove unused agent files.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/14995
27
- version: "2.1.0"
38
changes:
49
- description: Add support for apache ISO datetime-format in error log
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
vars: ~
22
data_stream:
33
vars:
4-
enable_request_tracer: true
54
paths:
65
- "{{SERVICE_LOGS_DIR}}/access.log*"

packages/apache/data_stream/access/agent/stream/httpjson.yml.hbs

Lines changed: 0 additions & 68 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
vars: ~
22
data_stream:
33
vars:
4-
enable_request_tracer: true
54
paths:
65
- "{{SERVICE_LOGS_DIR}}/error.log*"

packages/apache/data_stream/error/agent/stream/httpjson.yml.hbs

Lines changed: 0 additions & 68 deletions
This file was deleted.

packages/apache/data_stream/status/manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ streams:
2424
required: false
2525
show_user: false
2626
description: >
27-
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.
27+
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.
28+
2829
title: Apache status metrics
2930
description: Collect Apache status metrics
3031
elasticsearch:

packages/apache/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.1.5
22
name: apache
33
title: Apache HTTP Server
4-
version: "2.1.0"
4+
version: "2.1.1"
55
source:
66
license: Elastic-2.0
77
description: Collect logs and metrics from Apache servers with Elastic Agent.
@@ -91,7 +91,7 @@ policy_templates:
9191
# 8F4QOgTAWyh8EZIwaKCliFRSynDpv3JTUwtfZkxo6K6nce1RhCWFAsMvDZL8Dgc0
9292
# yvgJ38BRsFOtkRuAGSf6ZUwTO8JJRRIFnpUzXflAnGivK9M13D5GEQMmIl6U9Pvk
9393
# sxSmbIUfc2SGJGCJD4I=
94-
# -----END CERTIFICATE-----
94+
# -----END CERTIFICATE-----
9595
owner:
9696
type: elastic
9797
github: elastic/obs-infraobs-integrations

packages/aws/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "3.14.2"
3+
changes:
4+
- description: Remove unused agent files.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/14995
27
- version: "3.14.1"
38
changes:
49
- description: Fixed issue where empty DescribeConfigRules responses caused 'index out of bounds' errors in AWS Config integration.

packages/aws/data_stream/cloudtrail/agent/stream/httpjson.yml.hbs

Lines changed: 0 additions & 70 deletions
This file was deleted.

packages/aws/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: aws
33
title: AWS
4-
version: 3.14.1
4+
version: 3.14.2
55
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)