-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Automatic merge from master to 6.x branch #5452
Merged
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
At startup the file integrity module will iterate over directories and their contents and send events if any changes have occured since the last time Auditbeat was running. State information is persisted to {path.data}. Scanning at startup is enabled by default. Closes #5167
* Add modules.d info to metricbeat docs * Fix issues from review
Its common to be able to define the host header in an http request, sadly golang's standard library will clear any `Host` defined key in the header maps with the value of the `req.Host`, which will default to host of the current machine. This commits allow users to set the `Host` header key and the code will pass this values to the `req.Host` method, this will make sure that on the other hand of the connection the value of the header will be the expected. If not explicit value is set we will default to the standard library behavior. Fixes: #4842
From the outputs package, make the following functions public: - LoadCertificate - LoadCertificateAuthorities - ReadPEMFile
Update gosigar to make the code more robust when we cannot fetch all information for a MacOS X process. Closes: #5337
This PR adds a `output.file.permissions` configuration option to control the file mode used when created the output file.
* Modify generator to get version to generate passed Having the version passed from external makes the generator more reusable and cleans up the internal code. * Modify internal dashboard version to common.Version This is a prerequisit for #5328 and will make the change less complex.
* Update generation of data.json files In a recent change the generation of the example data.json events was changed to use the internal event json encoder. The effect of this was that the meta data was also added to the event and indentation changed which cause large diffs. I prefer to leave out the metadata out of the example events as the data should be the same as it ends up in elasticsearch and is documented in the fields.yml. As a first step, `data.json` for the system module were updated. Quite a few modules have outdate `data.json` files. I plan to update more in follow up PR's. * Add example from linux for diskio stats
* Added KrakenBeat https://github.com/PPACI/krakenbeat[krakenbeat]:: Collect information on each transaction on the Kraken crypto platform. * Update communitybeats.asciidoc Fix for alphabetical sort
Command line flags were taken into account during module reloading which lead to the issue the modules were loaded on startup and when loading from the files. Closes #5376
* Include selector in DEBUG log * Fix log prefix format
* Add kubernetes manifests Import https://github.com/elastic/beats-kubernetes, these manifests deploy filebeat & metricbeat to Kubernetes * Add travis tests * Add packaging * Add docs * Update CHANGELOG * Fix Makefile * Check k8s health every second
There was a change in the release manager that changes the format for the SHA512 files. This adapts to it.
It seems to be failing for v1.7.7, this change should fix it
* Determine log level for kafka output * Add description to changelog * Add pull request reference in changelog * Fix code import style
They will be available for download from github
Mockbeat expects Beater.Stop to be called after Beater.Run has initialized some shared state. This is a race as Stop can be called at any moment, even before Run is ever called. This caused race warnings and segfaults when running unit tests. Closes #5037
Support append tags to both []string and []interface{}
* Remove tutorial * Add more context and examples to module docs * Add fixes from review
The MergeJSONFields was adding the parsed @timestamp key to the fields, instead of modifying it into the Event structure. This change makes it return the new timestamp (or the empty Timestamp if no change required), and the caller sets it into the event. (cherry picked from commit fa0cfc5)
Fix VSphere config yml The metricstore needs to be array of metricstores
Need this to fix build failure in 6.0 of APM Server. Thanks! |
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.
Please do MERGE this PR and not squash.