Skip to content

Commit 1878c20

Browse files
Update description of Custom Logs input (#9386)
Update description of Custom Logs input to provide details to which settings can be used. * Update changelog.yml * Update packages/log/manifest.yml Co-authored-by: Tiago Queiroz <[email protected]>
1 parent 59b0e40 commit 1878c20

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/log/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.3.1"
3+
changes:
4+
- description: Enhance description of custom option
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/9386
27
- version: "2.3.0"
38
changes:
49
- description: Expose exclude_files option

packages/log/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Custom Logs
44
description: >-
55
Collect custom logs with Elastic Agent.
66
type: input
7-
version: 2.3.0
7+
version: 2.3.1
88
categories:
99
- custom
1010
- custom_logs
@@ -63,7 +63,7 @@ policy_templates:
6363
- name: custom
6464
title: Custom configurations
6565
description: >
66-
Here YAML configuration options can be used to be added to your configuration. Be careful using this as it might break your configuration file.
66+
Additional settings to be added to the configuration. Be careful using this as it might break the input as those settings are not validated and can override the settings specified above. See [`log` input settings docs](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-log.html) for details.
6767
6868
type: yaml
6969
default: ""

0 commit comments

Comments
 (0)