You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Introduce non grouped input components
* Create fragment
* Edit fragment
* Additional comments
* Fake test grouped
* Additional tests
* Addition of non grouped fake type
* Removing unused
* Fix case
* Rename flag
* Rename label
* State change
* Attempt without shipper
* Trying output without shipper
* Revert "Trying output without shipper"
This reverts commit 62d3e93.
* Revert "Attempt without shipper"
This reverts commit fddaad6.
* Trying single unit
* Testing windows multi shipper inputs on same npipe
* Rename and disable isolated on windows
* Reduce duplication of code
* Enable on windows and refactor grpc servers
* Additional comments
* Remove windows comments
# - breaking-change: a change to previously-documented behavior
3
+
# - deprecation: functionality that is being removed in a later release
4
+
# - bug-fix: fixes a problem in a previous version
5
+
# - enhancement: extends functionality but does not break or fix existing behavior
6
+
# - feature: new functionality
7
+
# - known-issue: problems that we are aware of in a given version
8
+
# - security: impacts on the security of a product or a user’s deployment.
9
+
# - upgrade: important information for someone upgrading from a prior version
10
+
# - other: does not fit into any of the other categories
11
+
kind: feature
12
+
13
+
# Change summary; a 80ish characters long description of the change.
14
+
summary: Introduce isolate units for input spec.
15
+
16
+
# Long description; in case the summary is not enough to describe the change
17
+
# this field accommodate a description without length limits.
18
+
# NOTE: This field will be rendered only for breaking-change and known-issue kinds at the moment.
19
+
description: |
20
+
Introduce a new flag in the spec that will allow to disable grouping of same input type inputs into a single component.
21
+
If that flag is being activated the inputs won't be grouped and we will create a separate component for each input that will run units for that particular input.
22
+
23
+
# Affected component; usually one of "elastic-agent", "fleet-server", "filebeat", "metricbeat", "auditbeat", "all", etc.
24
+
component: elastic-agent
25
+
26
+
# PR URL; optional; the PR number that added the changeset.
27
+
# If not present is automatically filled by the tooling finding the PR where this changelog fragment has been added.
28
+
# NOTE: the tooling supports backports, so it's able to fill the original PR number instead of the backport PR number.
29
+
# Please provide it if you are adding a fragment for a different PR.
0 commit comments