-
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…
-
To reproduce this, simply run
```
go test -race ./libbeat/publisher/queue/...
```
Output
```
? github.com/elastic/beats/v7/libbeat/publisher/queue [no test files]
? github.…
-
Hello,
I'm trying to build this application. But so far unsuccessful. Here are my issues --
1> Initially "make setup" command is not working as fields.yml is not available in the **hsnburrowbea…
-
Follow up from https://github.com/elastic/apm-server/pull/7101. With elastic/beats@84bf434, libbeat introduced a safeguard check before ingesting data to ES. It adds the `IsAlias()` function to the `…
-
While working on #3315, I noticed that we only include the input / pipeline metrics on log messages, rather than on the metric data streams. We should expose this data on metrics instead in order to o…
-
Hello, cannot get this to build with "go version go1.8.1 darwin/amd64".
make
go build
#>
./main.go:13: cannot use beater.New() (type *beater.Elasticbeat) as type "github.com/elastic/beats/libbea…
-
Currently, when `M.Format` or `MarshalLogObject` are called, they result in the mutation of the receiver. This leads to the unexpected mutation of values when printing or logging `mapstr.M`.
This is …
-
**Kibana version:**
6.4.2
**Elasticsearch version:**
6.4.2
**Server OS version:**
Centos 7.x
**Browser version:**
Chrome/Safari/Firefox
**Browser OS version:**
Mac OSX
**Original i…
-
The docs on https://github.com/nextcloud/fulltextsearch/wiki/Basic-Installation link to a 404:
> First visit the ElasticSearch documentation: https://www.elastic.co/guide/en/beats/libbeat/current/e…
-
`path` is mandatory according to the [docs](https://www.elastic.co/guide/en/beats/filebeat/current/file-output.html#path). Beats should not panic when the value is missing. Instead they should emit a …