-
If 2 filebeat receivers are configured, and run a panic occurs when the second tries to register it's hostname in the metrics.
https://github.com/elastic/beats/blob/566e63b3372755800e4091d8331afe49e…
-
We should follow current conversations around increasing or removing the `ignore_above=1024` restrictions on ECS on keywords (https://github.com/elastic/ecs/issues/105). If ECS and libbeat (https://gi…
-
Similar to the new diagnostic commands introduced in Elastic Agent, ref:
https://github.com/elastic/beats/pull/28461
https://github.com/elastic/beats/pull/28265
We would like to have something si…
-
The current `index.mapping.total_fields.limit` for metricbeat (and any beat using the libbeat setup command) is 12,500, which was just increased as [10,000 wan't enough anymore](https://github.com/ela…
-
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…
-
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…
-
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…
-
To reproduce this, simply run
```
go test -race ./libbeat/publisher/queue/...
```
Output
```
? github.com/elastic/beats/v7/libbeat/publisher/queue [no test files]
? github.…
-
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 `…