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

Rebase with master project #1

Open
wants to merge 209 commits into
base: master
Choose a base branch
from

Conversation

minorOffense
Copy link
Member

No description provided.

pcfens and others added 30 commits January 18, 2018 18:33
* Allow 'setup' configuration entries

Fixes #146
This ensure better readability of the class.
For the Stdlib type to be available, the stdlib version requirement
needed to be raised to 4.13.0.
Also cleanup upgrade file validations

Fixes #160
This patch allows the filebeat_version fact to be set to false if the
filebeat package is not installed. Without the package being installed,
there is no other way to guess the filebeat_version.

Fixes #167
tmu-sprd and others added 30 commits February 9, 2023 13:47
The deprecated `has_key` method has been removed from upstream
stdlib.

puppetlabs/puppetlabs-stdlib#1319
Co-authored-by: Phil Fenstermacher <[email protected]>
* add publisher_pipeline.disable_host flag to input template

* added parameter description to README

* Update README.md
* add support for features config section

* add support for features config section

---------

Co-authored-by: Guillaume Nobiron <[email protected]>
The new optional Boolean parameter `take_over` for `filebeat::input`
defaults to `undef` but can be set to `true` to enable the "take over"
functionality when switching from the deprecated `log` input type to the
new `filestream` type. This allows Filebeat to take over files from the
`log` input without completely re-ingesting the files, which leads to
duplicated log entries. This feature is available in Filebeat 8.x.

This change adds very basic spec tests for the `filestream` input type
and the `take_over` logic, and updates the docs where appropriate.
Check if result of exec contains "error". This covers cases when filebeat config is not in the same directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.