-
Hi,
This project looks great, 10x!
are you still working on this?
Is there a plan to create RPM, ES templates, Kibana queries examples, etc?
Thanks!
Ido
-
This was first considered with https://github.com/elastic/apm-server/issues/990. At the time, it was closed, but it might be worth revisiting now that some time has passed.
The 'queue is full' err…
-
The name of the indexer should be `allocation_uuid`. That is how it is shown in the documentation at https://www.elastic.co/guide/en/beats/heartbeat/7.16/add-nomad-metadata.html#_fields_2.
The erro…
-
To reproduce the issue in https://github.com/elastic/beats:
```
cd auditbeat
CGO_ENABLED=1 PLATFORMS="darwin/amd64" DEV=1 MAGEFILE_VERBOSE=true mage package
```
The command will fail with the…
-
APM Server inherits (most of?) its TLS configuration from libbeat. This includes the minimum/maximum TLS protocol version. These currently default to 1.1 and 1.3 respectively.
TLS 1.1 has been depr…
-
The docs under "Configure the output for Elasticsearch Service on Elastic Cloud" mention the "elastic" user, which we want to avoid so that the usage of the "elastic" super user account is discouraged…
jsvd updated
2 months ago
-
At the moment metrics collection in the V2 architecture is still done the same as it was done in V1 [1], by using metricbeat to collect information using the `beat` metricset. This is specific to beat…
-
events can go through multiple entities and processing stages. To indicate multiple processing stages in filebeat for log events we introduced log.flags https://github.com/elastic/beats/pull/7991. Som…
-
There are several metrics reporting output errors from the `beat` module, clarify their meaning in [the docs](https://www.elastic.co/guide/en/beats/metricbeat/7.14/exported-fields-beat.html#_output), …
-
I want to configure particular cipher suites to be used by filebeat to connect with logstash. While using ssl.cipher_suites I was getting below error log
{"log.level":"error","@timestamp":"2024-05-…