Skip to content

Commit

Permalink
Merge branch '7.12' into backport_24129_7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansr authored Mar 15, 2021
2 parents 435a5aa + 6596558 commit 0296abb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -429,13 +429,11 @@ def triggerE2ETests(String suite) {
booleanParam(name: 'notifyOnGreenBuilds', value: !isPR()),
booleanParam(name: 'BEATS_USE_CI_SNAPSHOTS', value: true),
string(name: 'runTestsSuites', value: suite),
string(name: 'BEAT_VERSION', value: env.BEAT_VERSION),
string(name: 'GITHUB_CHECK_NAME', value: env.GITHUB_CHECK_E2E_TESTS_NAME),
string(name: 'GITHUB_CHECK_REPO', value: env.REPO),
string(name: 'GITHUB_CHECK_SHA1', value: env.GIT_BASE_COMMIT),
]
if (isPR()) {
parameters.push(string(name: 'BEAT_VERSION', value: "pr-${env.CHANGE_ID}"))
}

build(job: "${e2eTestsPipeline}",
parameters: parameters,
Expand Down
4 changes: 2 additions & 2 deletions filebeat/docs/filebeat-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ include::multiline.asciidoc[]

include::../../x-pack/filebeat/docs/inputs/input-aws-cloudwatch.asciidoc[]

include::../../x-pack/filebeat/docs/inputs/input-aws-s3.asciidoc[]

include::../../x-pack/filebeat/docs/inputs/input-azure-eventhub.asciidoc[]

include::../../x-pack/filebeat/docs/inputs/input-cloudfoundry.asciidoc[]
Expand Down Expand Up @@ -115,8 +117,6 @@ include::../../x-pack/filebeat/docs/inputs/input-o365audit.asciidoc[]

include::inputs/input-redis.asciidoc[]

include::../../x-pack/filebeat/docs/inputs/input-aws-s3.asciidoc[]

include::inputs/input-stdin.asciidoc[]

include::inputs/input-syslog.asciidoc[]
Expand Down
2 changes: 1 addition & 1 deletion filebeat/docs/inputs/input-common-file-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ is renamed. This happens, for example, when rotating files. By default, the
harvester stays open and keeps reading the file because the file handler does
not depend on the file name. If the `close_renamed` option is enabled and the
file is renamed or moved in such a way that it's no longer matched by the file
patterns specified for the , the file will not be picked up again.
patterns specified for the path, the file will not be picked up again.
{beatname_uc} will not finish reading the file.

Do not use this option when `path` based `file_identity` is configured. It does
Expand Down

0 comments on commit 0296abb

Please sign in to comment.