Nicolas Ruflin
Nicolas Ruflin
Currently to select a go version defined in a file, the following command is needed: `gvm use $(cat .go-version)`. This might not necessarily work on all OS. It would be...
Elastic Agent is a supervisor and can run any binary supporting the [elastic-agent-client](https://github.com/elastic/elastic-agent-client). This allows Elastic Agent to be extended with additional binaries. At the moment these binaries must be...
Currently Elastic Agent has two ways of collecting metrics: * Intermal monitoring metricbeat: The internal metricbeat monitoring instance collects metrics through connecting to each processes through the socket and fetch...
More and more teams are using and building on top of Elastic Agent. Quite a few things are not documented yet related to developing against the Elastic Agent. This issue...
The first releases of Elasticsearch 8.0 (alpha / beta) are shipping. Because of this, Elastica should branch off the 7.x branch and start testing against 8.0 on master. This will...
Elastica is a high level elasticsearch client, elasticsearch-php is a low level elasticsearch client. What both have in common are the low level implementations of connector, transport etc. Instead of...
Elasticsearch 2.0 provides a full error object. This must be mapped in a better way. In Elastica it is still possible to get the Error as a string. This should...
Elastica should support curl multi handle as does the elasticsearch-php client. More details see here: https://github.com/elastic/elasticsearch-php/blob/de7c2694a9d63a8f21cdda5a286aacc901fb42f9/src/Elasticsearch/Connections/CurlMultiConnection.php#L168
Proxy can be configured for Elastic Agent in 3 different ways: * Command line flag --proxy-url * Config option * Environment variables `HTTP_PROXY`, `HTTPS_PROXY` Elastic Agent over time will run...
* Version: 7.13.1 * OS: Windows After some issues with filebeat the registry under `C:\\Program Files\\Elastic\\Agent\\data\\elastic-agent-abcdef\\run\\default\\filebeat--7.13.1\\registry\\filebeat` was wiped out and the Elastic Agent was restarted. After restart the following error...