forked from pcfens/puppet-filebeat
-
Notifications
You must be signed in to change notification settings - Fork 0
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
minorOffense
wants to merge
209
commits into
coldfrontlabs:master
Choose a base branch
from
pcfens:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
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]>
Co-authored-by: Mark Lamers <[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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.