Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport PR #14472 to 8.4: winlogbeat-modules: add docs for interfacing winlogbeat with logstash #14512

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 8, 2022

Backport PR #14472 to 8.4 branch, original message:


These are taken from the filebeat-modules doc with minor changes to
localise to winlogbeat and to remove the fully worked example.

Release notes

[rn:skip]

What does this PR do?

This adds documentation to help users understand how to interface winlogbeat with logstash.

Why is it important/What is the impact to the user?

Prior to Winlogbeat 8.0 processor pipelines were run internally within Winlogbeat as js, but now are ingest pipelines. This has caused issues for some users who were previously using logstash to process/forward the js-processed documents and are now in the position of needing to perform the enrichment steps that were previously done by the js code. The documentation here is intended to help these users understand how they can obtain the ingest pipelines needed to pre-process their existing logstash pipelines, or to directly forward the documents through logstash.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas docs
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files (and/or docker env variables)
  • I have added tests that prove my fix is effective or that my feature works docs

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Use cases

Screenshots

Logs

…#14472)

These are taken from the filebeat-modules doc with minor changes to
localise to winlogbeat and to remove the fully worked example.

Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
(cherry picked from commit b7b9613)
@karenzone karenzone merged commit a7f1e1d into 8.4 Sep 8, 2022
@karenzone karenzone deleted the backport_14472_8.4 branch September 8, 2022 21:17
@roaksoax roaksoax added the docs label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants