From 0ba2491c70784c73f5fb52ec63699edc12984091 Mon Sep 17 00:00:00 2001 From: Shourie Ganguly Date: Mon, 12 Feb 2024 21:28:54 +0530 Subject: [PATCH 1/3] added websocket to agent spec sheet --- specs/filebeat.spec.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/specs/filebeat.spec.yml b/specs/filebeat.spec.yml index 4e496a65590..435b02919dd 100644 --- a/specs/filebeat.spec.yml +++ b/specs/filebeat.spec.yml @@ -220,3 +220,9 @@ inputs: outputs: *outputs shippers: *shippers command: *command + - name: websocket + description: "Websocket" + platforms: *platforms + outputs: *outputs + shippers: *shippers + command: *command From 18029d3515e3e4066d3dd6e8ab5dae78ecb9f8e5 Mon Sep 17 00:00:00 2001 From: Shourie Ganguly Date: Mon, 12 Feb 2024 21:43:14 +0530 Subject: [PATCH 2/3] added changelog fragment --- .../1707754331-websocket-filebeat-spec.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 changelog/fragments/1707754331-websocket-filebeat-spec.yaml diff --git a/changelog/fragments/1707754331-websocket-filebeat-spec.yaml b/changelog/fragments/1707754331-websocket-filebeat-spec.yaml new file mode 100644 index 00000000000..4448abbedd6 --- /dev/null +++ b/changelog/fragments/1707754331-websocket-filebeat-spec.yaml @@ -0,0 +1,32 @@ +# Kind can be one of: +# - breaking-change: a change to previously-documented behavior +# - deprecation: functionality that is being removed in a later release +# - bug-fix: fixes a problem in a previous version +# - enhancement: extends functionality but does not break or fix existing behavior +# - feature: new functionality +# - known-issue: problems that we are aware of in a given version +# - security: impacts on the security of a product or a user’s deployment. +# - upgrade: important information for someone upgrading from a prior version +# - other: does not fit into any of the other categories +kind: feature + +# Change summary; a 80ish characters long description of the change. +summary: websocket-filebeat-spec + +# Long description; in case the summary is not enough to describe the change +# this field accommodate a description without length limits. +# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment. +#description: + +# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc. +component: + +# PR URL; optional; the PR number that added the changeset. +# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added. +# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number. +# Please provide it if you are adding a fragment for a different PR. +#pr: https://github.com/owner/repo/1234 + +# Issue URL; optional; the GitHub issue related to this changeset (either closes or is part of). +# If not present is automatically filled by the tooling with the issue linked to the PR number. +#issue: https://github.com/owner/repo/1234 From c30d57241b069b1690889d6ecdbf68df7aa03ea1 Mon Sep 17 00:00:00 2001 From: ShourieG <105607378+ShourieG@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:28:36 +0530 Subject: [PATCH 3/3] Update changelog/fragments/1707754331-websocket-filebeat-spec.yaml Co-authored-by: Craig MacKenzie --- changelog/fragments/1707754331-websocket-filebeat-spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/fragments/1707754331-websocket-filebeat-spec.yaml b/changelog/fragments/1707754331-websocket-filebeat-spec.yaml index 4448abbedd6..fbe3cbcf524 100644 --- a/changelog/fragments/1707754331-websocket-filebeat-spec.yaml +++ b/changelog/fragments/1707754331-websocket-filebeat-spec.yaml @@ -11,7 +11,7 @@ kind: feature # Change summary; a 80ish characters long description of the change. -summary: websocket-filebeat-spec +summary: Add support for Filebeat WebSocket input type. # Long description; in case the summary is not enough to describe the change # this field accommodate a description without length limits.