Skip to content

Commit

Permalink
Deprecate experimental third-party API import option (#11524)
Browse files Browse the repository at this point in the history
- Deprecated the experimental third-party API (Splunk) import
option in apache, nginx, system, windows, and zeek packages.
  • Loading branch information
taylor-swanson authored Nov 4, 2024
1 parent 833e50e commit 770f154
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 17 deletions.
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: "1.26.0"
changes:
- description: "Deprecate third-party REST API import option."
type: enhancement
link: https://github.com/elastic/integrations/pull/11524
- version: "1.25.0"
changes:
- description: "Allow configuration of ignoring older events in apache access log datastream."
Expand Down
6 changes: 3 additions & 3 deletions packages/apache/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.1.4
name: apache
title: Apache HTTP Server
version: "1.25.0"
version: "1.26.0"
source:
license: Elastic-2.0
description: Collect logs and metrics from Apache servers with Elastic Agent.
Expand Down Expand Up @@ -45,8 +45,8 @@ policy_templates:
required: false
show_user: false
- type: httpjson
title: Collect logs from third-party REST API (experimental)
description: Collect logs from third-party REST API (experimental)
title: Collect logs from third-party REST API (deprecated)
description: Collect logs from third-party REST API (deprecated)
vars:
- name: url
type: text
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: "1.24.0"
changes:
- description: Deprecate third-party REST API import option.
type: enhancement
link: https://github.com/elastic/integrations/pull/11524
- version: "1.23.0"
changes:
- description: Add processor support for stubstatus data stream.
Expand Down
6 changes: 3 additions & 3 deletions packages/nginx/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: nginx
title: Nginx
version: "1.23.0"
version: "1.24.0"
description: Collect logs and metrics from Nginx HTTP servers with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -39,8 +39,8 @@ policy_templates:
title: Collect logs from Nginx instances
description: Collecting Nginx access and error logs
- type: httpjson
title: Collect logs from third-party REST API (experimental)
description: Collect logs from third-party REST API (experimental)
title: Collect logs from third-party REST API (deprecated)
description: Collect logs from third-party REST API (deprecated)
vars:
- name: url
type: text
Expand Down
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: "1.62.0"
changes:
- description: Deprecate third-party REST API import option.
type: enhancement
link: https://github.com/elastic/integrations/pull/11524
- version: "1.61.1"
changes:
- description: Parse `winlog.event_data.AccessList` and `winlog.event_data.AccessMask` into a list of values
Expand Down
6 changes: 3 additions & 3 deletions 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: "1.61.1"
version: "1.62.0"
description: Collect system logs and metrics from your servers with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -46,8 +46,8 @@ policy_templates:
show_user: true
description: The proc filesystem base directory.
- type: httpjson
title: Collect logs from third-party REST API (experimental)
description: Collect logs from third-party REST API (experimental)
title: Collect logs from third-party REST API (deprecated)
description: Collect logs from third-party REST API (deprecated)
vars:
- name: url
type: text
Expand Down
2 changes: 1 addition & 1 deletion packages/windows/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ see the {{ url "getting-started-observability" "Getting started" }} guide.

Note: Because the Windows integration always applies to the local server, the `hosts` config option is not needed.

### Ingesting Windows Events via Splunk
### Ingesting Windows Events via Splunk (Deprecated)

This integration allows you to seamlessly ingest data from a Splunk Enterprise instance.
The integration uses the {{ url "filebeat-input-httpjson" "`httpjson` input" }} in Elastic Agent to run a Splunk search via the Splunk REST API and then extract the raw event from the results.
Expand Down
5 changes: 5 additions & 0 deletions packages/windows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.3.0"
changes:
- description: Deprecate third-party REST API import option.
type: enhancement
link: https://github.com/elastic/integrations/pull/11524
- version: "2.2.0"
changes:
- description: Improve Windows Defender ECS mappings and make data stream GA
Expand Down
2 changes: 1 addition & 1 deletion packages/windows/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ see the [Getting started](https://www.elastic.co/guide/en/welcome-to-elastic/cur

Note: Because the Windows integration always applies to the local server, the `hosts` config option is not needed.

### Ingesting Windows Events via Splunk
### Ingesting Windows Events via Splunk (Deprecated)

This integration allows you to seamlessly ingest data from a Splunk Enterprise instance.
The integration uses the [`httpjson` input](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-httpjson.html) in Elastic Agent to run a Splunk search via the Splunk REST API and then extract the raw event from the results.
Expand Down
6 changes: 3 additions & 3 deletions packages/windows/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: windows
title: Windows
version: 2.2.0
version: 2.3.0
description: Collect logs and metrics from Windows OS and services with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -38,8 +38,8 @@ policy_templates:
title: Collect Windows perfmon and service metrics
description: Collecting perfmon and service metrics from Windows instances
- type: httpjson
title: Collect logs from third-party REST API (experimental)
description: Collect logs from third-party REST API (experimental)
title: Collect logs from third-party REST API (deprecated)
description: Collect logs from third-party REST API (deprecated)
vars:
- name: url
type: text
Expand Down
5 changes: 5 additions & 0 deletions packages/zeek/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.25.0"
changes:
- description: Deprecate third-party REST API import option.
type: enhancement
link: https://github.com/elastic/integrations/pull/11524
- version: "2.24.4"
changes:
- description: Use triple-brace Mustache templating when referencing variables in ingest pipelines.
Expand Down
6 changes: 3 additions & 3 deletions packages/zeek/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zeek
title: Zeek
version: "2.24.4"
version: "2.25.0"
description: Collect logs from Zeek with Elastic Agent.
type: integration
icons:
Expand Down Expand Up @@ -39,8 +39,8 @@ policy_templates:
- /opt/zeek/logs/current
- /usr/local/var/spool/zeek
- type: httpjson
title: Collect logs from third-party REST API (experimental)
description: Collect logs from third-party REST API (experimental)
title: Collect logs from third-party REST API (deprecated)
description: Collect logs from third-party REST API (deprecated)
vars:
- name: url
type: text
Expand Down

0 comments on commit 770f154

Please sign in to comment.