-
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
Enable agent to send custom headers to kibana/ES #26275
Enable agent to send custom headers to kibana/ES #26275
Commits on Jun 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for becc30b - Browse repository at this point
Copy the full SHA becc30bView commit details
Commits on Jun 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8d91386 - Browse repository at this point
Copy the full SHA 8d91386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4515d5e - Browse repository at this point
Copy the full SHA 4515d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de598b3 - Browse repository at this point
Copy the full SHA de598b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebe416 - Browse repository at this point
Copy the full SHA 9ebe416View commit details -
Configuration menu - View commit details
-
Copy full SHA for e92ef42 - Browse repository at this point
Copy the full SHA e92ef42View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c0e99 - Browse repository at this point
Copy the full SHA d9c0e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for b159ebd - Browse repository at this point
Copy the full SHA b159ebdView commit details
Commits on Jun 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8695fed - Browse repository at this point
Copy the full SHA 8695fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 449476d - Browse repository at this point
Copy the full SHA 449476dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 029203b - Browse repository at this point
Copy the full SHA 029203bView commit details
Commits on Jun 17, 2021
-
[Oracle] Fixing default values for paths in config template (elastic#…
…26276) * fixing some typos in the default oracle config, and adding default values * adding changelog entry
Configuration menu - View commit details
-
Copy full SHA for c711673 - Browse repository at this point
Copy the full SHA c711673View commit details -
Change xml processor names in script processor to match convention (e…
…lastic#26263) In the script processor, the `decode_xml` and `decode_xml_wineventlog` processors are now available as `DecodeXML` and `DecodeXMLWineventlog` respectively. This follows the same naming conventions as other processors exposed though the `script` processor. For example you can write `new processor.DecodeXML({...})`.
Configuration menu - View commit details
-
Copy full SHA for 8859a2b - Browse repository at this point
Copy the full SHA 8859a2bView commit details -
[filebeat] Add preserve_original_event option to o365audit input (ela…
…stic#26273) * Add preserve_original_event option to o365audit input * Use String method from MapStr * Add test
Configuration menu - View commit details
-
Copy full SHA for 5f9e7a5 - Browse repository at this point
Copy the full SHA 5f9e7a5View commit details -
Report total and free CPU for vSphere virtual machines (elastic#26167)
Use configured CPU as total, use it to calculate free too. Total and free resources are only reported if they are configured with a total greater than zero.
Configuration menu - View commit details
-
Copy full SHA for ef933b4 - Browse repository at this point
Copy the full SHA ef933b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b053a3 - Browse repository at this point
Copy the full SHA 2b053a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 553be20 - Browse repository at this point
Copy the full SHA 553be20View commit details -
Add log.flags and object metadata to aws-s3 input events (elastic#26267)
* Add log.flags and object metadata to aws-s3 input events This adds the log.flags field created by the line readers to aws-s3 events. log.flags contains metadata like `multiline` and `truncated` to indicate how the data was processed. This also adds a config option to include S3 object metadata in the event if it exists. The use case for me was to get the Last-Modified timestamp for cases where the log does not have a timestamp or it cannot be parsed. Then this can be used as a fallback. * Pass metadata using s3Info struct to avoid adding new func params
Configuration menu - View commit details
-
Copy full SHA for 54981fe - Browse repository at this point
Copy the full SHA 54981feView commit details -
Handle data returned with io.EOF in LineReader (elastic#26260)
The libbeat LineReader implementation did not handle the case where the underlying io.Reader it was reading from returns bytes and io.EOF. It was discarding the data in this case. As per the io.Reader contract: a Reader returning a non-zero number of bytes at the end of the input stream may return either err == EOF or err == nil. This occurs often with the gzip.Reader. It returns a large chunk of data at the end of the file and io.EOF at the same time.
Configuration menu - View commit details
-
Copy full SHA for 2d44d87 - Browse repository at this point
Copy the full SHA 2d44d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for da028ac - Browse repository at this point
Copy the full SHA da028acView commit details -
First refactor of the system module - system/cpu and system/core (ela…
…stic#25771) * initial commit * finux linux refactor * fix up freebsd * port main metricset, start openbsd * start work on openbsd vagrantfile * refactors of API, add darwin support * fix darwin implementation * refactor API, move tests, remove old code, take a crack at AIX * fix aix init func * fix tests * regenerate core data.json * small fixes, fix host field * update tests * run correct mage commands * try to fix system tests * more fixes for windows python tests * refactor CPU struct, use reflection * refactor reflection code, add validation * move metrics to its own internal folder * move directories, again * move directories, again * use optional Uint type * cleanup opt files * move around naming of opt types * fix up if block * change opt names * move around opt methods, cpu stat reader refactor * fix IsZero usage * add changelog
Configuration menu - View commit details
-
Copy full SHA for 6f6302e - Browse repository at this point
Copy the full SHA 6f6302eView commit details -
Don't include full ES index template in errors (elastic#25743)
* Don't include full ES index template in errors Index templates in some beats can be very large (~1MB) and including the data in errors can use a lot of memory and also makes for very large log lines. If the error is recurring then this makes the effects worse. So this change removes the index template body from the error. Users that need to see the index template for debugging can use `<beatname> export template --es.version=1.2.3`. Fixes elastic#25540 * Update expected log messages in tests
Configuration menu - View commit details
-
Copy full SHA for 01f6530 - Browse repository at this point
Copy the full SHA 01f6530View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2777d - Browse repository at this point
Copy the full SHA ee2777dView commit details -
[Packetbeat] Add
url.extension
to Packetbeat HTTP events (elastic#2……5999) * elastic#25990: Add `url.extension` to Packetbeat HTTP events * update changelog * add tests * updated per comment
Configuration menu - View commit details
-
Copy full SHA for 2d8b720 - Browse repository at this point
Copy the full SHA 2d8b720View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5e74e3 - Browse repository at this point
Copy the full SHA e5e74e3View commit details -
Updated filter expression for filtering 86 artifacts (elastic#26313)
Updated filter expression for filtering 86 artifacts (elastic#26313)
Configuration menu - View commit details
-
Copy full SHA for 5c5e7d8 - Browse repository at this point
Copy the full SHA 5c5e7d8View commit details -
Forward port 7.13.2 changelog to master (elastic#26323)
* Forward port 7.13.2 changelog to 7.x (elastic#26315) * docs: Prepare Changelog for 7.13.2 (elastic#26302) * docs: Close changelog for 7.13.2 * Cleanup Co-authored-by: Andres Rodriguez <andresrc@gmail.com> (cherry picked from commit 0075f76) * Edit 7.13.2 changelog (elastic#26304) * Edit 7.13.2 changelog * Remove unneeded line Co-authored-by: Andres Rodriguez <andresrc@gmail.com> (cherry picked from commit 460ebf2) * Cleanup and fixes * More cleanup and fixes Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: DeDe Morton <dede.morton@elastic.co> (cherry picked from commit 3c9c96a) * Cleanup
Configuration menu - View commit details
-
Copy full SHA for 77deb96 - Browse repository at this point
Copy the full SHA 77deb96View commit details -
Configuration menu - View commit details
-
Copy full SHA for e608bb6 - Browse repository at this point
Copy the full SHA e608bb6View commit details -
[Filebeat] [MongoDB] Support MongoDB 4.4 json logs (elastic#24774)
MongoDB 4.4 uses structured JSON format for logging, add support for this format while keeping support for the old one too.
Configuration menu - View commit details
-
Copy full SHA for 939964b - Browse repository at this point
Copy the full SHA 939964bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a2fd0 - Browse repository at this point
Copy the full SHA 12a2fd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 255e83c - Browse repository at this point
Copy the full SHA 255e83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9ee11a - Browse repository at this point
Copy the full SHA b9ee11aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58f3526 - Browse repository at this point
Copy the full SHA 58f3526View commit details