x-pack/filebeat/module: add note for default var.input#28324
x-pack/filebeat/module: add note for default var.input#28324efd6 merged 1 commit intoelastic:masterfrom
Conversation
[git-generate]
find x-pack/filebeat/module -type f -name '*.asciidoc' -exec gsed -i -r 's/(The input from which messages are read\. One of `file`, `tcp` or `udp`\.)/\1 Defaults to `udp`./g' {} \;
make update
|
This pull request does not have a backport label. Could you fix it @efd6? 🙏
NOTE: |
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
|
This pull request does not have a backport label. Could you fix it @efd6? 🙏
NOTE: |
💚 Build Succeeded
Expand to view the summary
Build stats
❕ Flaky test reportNo test was executed to be analysed. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
andrewkroh
left a comment
There was a problem hiding this comment.
LGTM. Good addition to the docs.
|
Hi! We're labeling this issue as |
[git-generate]
find x-pack/filebeat/module -type f -name '*.asciidoc' -exec gsed -i -r 's/(The input from which messages are read\. One of `file`, `tcp` or `udp`\.)/\1 Defaults to `udp`./g' {} \;
make update
(cherry picked from commit 1e762cc)
[git-generate]
find x-pack/filebeat/module -type f -name '*.asciidoc' -exec gsed -i -r 's/(The input from which messages are read\. One of `file`, `tcp` or `udp`\.)/\1 Defaults to `udp`./g' {} \;
make update
(cherry picked from commit 1e762cc)
[git-generate]
find x-pack/filebeat/module -type f -name '*.asciidoc' -exec gsed -i -r 's/(The input from which messages are read\. One of `file`, `tcp` or `udp`\.)/\1 Defaults to `udp`./g' {} \;
make update
(cherry picked from commit 1e762cc)
Co-authored-by: Dan Kortschak <90160302+efd6@users.noreply.github.com>
[git-generate]
find x-pack/filebeat/module -type f -name '*.asciidoc' -exec gsed -i -r 's/(The input from which messages are read\. One of `file`, `tcp` or `udp`\.)/\1 Defaults to `udp`./g' {} \;
make update
(cherry picked from commit 1e762cc)
Co-authored-by: Dan Kortschak <90160302+efd6@users.noreply.github.com>
…ws-on-file-changes * upstream/master: Fix discovery of Nomad allocations (elastic#28700) Add null (`\u0000`) as a valid line terminator (elastic#28998) Remove `logging.files.suffix` option and always use datetime suffixes (elastic#28927) x-pack/filebeat/module: add note for default var.input (elastic#28324) Fix AccessList & AccessMask processing in security data_stream (elastic#29016) [Metricbeat] Fix wrong mapping on "info" subkey (elastic#28782) ci: daily/weekly jobs (elastic#29050) [mergify] report open backported PRs once a week (elastic#28964)
What does this PR do?
This adds a note to relevant
var.inputconfig fields saying what the default is. In all cases, this isudp.Why is it important?
This fixes a user concern.
Checklist
- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature works- [ ] I have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Author's Checklist
How to test this PR locally
Related issues
Use cases
N/A
Screenshots
N/A
Logs
N/A