-
To reproduce, run:
```
go test -race ./libbeat/outputs/shipper/... -count 1
```
Here's the output I got when I ran the above command:
```
? github.com/elastic/beats/v7/libbeat/outputs/s…
-
Currently there are gaps in agent/beats support for kerberos in various kafka implementations. This meta issue is to gather all the specific development efforts that need to be implemented in order to…
-
## Experimental, Beta, and GA Criteria
- [ ] https://github.com/elastic/elastic-agent-shipper/issues/197
## Blockers for Beta Milestone 1 - Elasticsearch output and memory queue
### NEW - Conve…
-
```
beats: Beats {
Explanation: Beats is a family of "data shippers," distinct services that send a single type of data from machines {
grid-columns: 1
style.stroke-width: 0
Ima…
-
I see a big security issue of using beats_system for monitoring beats shippers. It uses the same privilege (cluster:admin/xpack/monitoring/bulk) as logstash for its monitoring and probably allows the …
-
Fill in checklists below with issues
### Checklist to achieve `experimental` status
- [ ] end to end acknowledgment / at least once delivery guarantee with memory queue (elastic/beats#35266)
- …
-
- Relates https://github.com/elastic/beats/issues/34321
Connections between inputs like Beats and the shipper are intended to be encrypted using mTLS. This is currently disabled because of some cha…
-
Summary: Our Elastic setup incorporates two MISP CTI log sources— one internal and one external—both managed within the Henkel environment. Upon integrating these MISP instances using the filebeat API…
sun8q updated
8 months ago
-
**Describe the enhancement:**
Bringing the Elastic Agent more in line with outputs supported by Beats.
**Describe a specific use case for the enhancement or feature:**
Enable customers who are us…
-
In Beats, vending of events from the queue and acknowledgment of those events by the outputs is done in "batches," arrays of consecutive events that are sent together over the network, and are removed…