-
# go version
```
go version go1.14.6 gccgo (GCC) 10.3.0 aix/ppc64
```
# go build
```
GOARCH=ppc64 CGO_ENABLED=1 go build -compiler gccgo -gccgoflags '-Wl,-bbigtoc -static-libgo -static…
-
In elastic/beats#13907 we fixed elastic/beats#13488 by checking if the log file being harvested was renamed or removed right before we read each log line.
@urso has noted that there might be some …
-
## Flaky Test
* **Test Name:** `TestProduceConsumer/flush`
* **Link:** https://github.com/elastic/beats/blob/main/libbeat/publisher/queue/memqueue/queue_test.go#L73
* **Branch:** https://github.c…
-
**Describe the enhancement:**
We need to go through the modules that have GA-level integrations and make sure the module docs include the section that links to the integrations documentation:
`i…
-
## :broken_heart: Tests Failed
> _the below badges are clickable and redirect to their specific view in the CI or DOCS_
[![Pipeline View](https://img.shields.io/badge/pipeline-pipeline%20-green)](…
-
Versions 2.x, 1.x, and 0.x are all end of life, yet still built to our documentation: https://www.elastic.co/guide/en/apm/agent/nodejs/index.html. This can cause problems around release time, for exam…
-
Ex configuration:
`elastic-agent.yml`:
```
....
fleet:
hosts:
- 'https://fleet.test.com:8220'
```
`fleet.yml`
```
ssl:
certificate_authorities:
- |
-----BEGIN CERTIFICATE---…
narph updated
2 years ago
-
The Beats' shipper output currently clones the the shipper's generated protobuf client to avoid a dependency cycle between the shipper and beats: https://github.com/elastic/beats/tree/main/libbeat/out…
-
We have three new indexing features in Elasticsearch that can reduce the overall storage size of data significantly:
- Synthetic source
- Background: https://github.com/elastic/elasticsearch/pull/…
-
## Description of the issue
There are multiple use cases where knowing the cloud provider would help our users and ourselves:
- App ops knowing where the applications are hosted
- Linking across ap…