Khushi Jain
Khushi Jain
## Proposed commit message Instead of returning an error on passing an unuspported ES parameter in otel mode, we log a warning so that users can continue with data collection....
## Proposed commit message This PR adds e2e test for httpjson input in filebeat and filebeat-otel mode and compares the documents ingested by both processes. ## Checklist - [x] My...
This is a smaller PR of the main backport PR https://github.com/elastic/beats/pull/44775 The parent PR consistently fails on CI with no obvious reasons. This PR aims to isolate the problematic code.
#### Description Previously, `fileconsumer` detected gzip files based on `.gz` extension. But this is a fragile way of detecting compressed files - instead we check the headers of the file...
## Proposed commit message This PR removes global instance of paths from auditbeat package ## Checklist - [x] My code follows the style guidelines of this project - [x] I...
## Proposed commit message This PR updates the status of a beatreceiver if it fails to start. ## Checklist - [x] My code follows the style guidelines of this project...