Andrew Cholakian
Andrew Cholakian
Fixes https://github.com/elastic/beats/issues/32163 Adds a notion of state across checks, with flapping as a bonus. ## Why is it important? ## Checklist - [ ] My code follows the style guidelines...
It's easy, when using browser-based monitors, to provision a docker container with insufficient memory. In these scenarios chrome frequently crash, being killed by the OOM killer. These errors are hard...
Per [this forum post](https://discuss.elastic.co/t/heartbeat-http-method-options/310280) it would be nice if we supported the HTTP Options verb for lightweight HTTP checks.
If you set `enabled: false` for a monitor this currently logs: ` monitor not loaded, plugin is disabled` which is really confusing because: 1. This is not a problem, it's...
In order to better support private locations we'd like to use the ECS `observer.name` field in addition to `observer.geo.name`. We should add this to the `add_observer_metadata` processor.
Fixes https://github.com/elastic/beats/issues/33215 This is a bit WIP in that I'm not certain this is the final logic we want. It appears the elastic agent libs override the default golang TLS...
Per @fearful-symmetry 's [comment](https://github.com/elastic/beats/pull/33157#issuecomment-1266116410) we should reconnect to ES with our states client when the fleet config changes. Our states PR doesn't correctly interop with fleet for now, and won't...
Let's encrypt currently cross-signs its certs, including a now expired CA for legacy compat, per [this blog post](https://stackoverflow.com/questions/44004435/detecting-root-x509-certificates-in-go). We should handle this correctly, right now we don't. We currently pick...
We currently execute synthetics journeys using NPM, but this is less than ideal. NPM is big and complex, ideally we'd just run node. It also sometimes makes network requests and...
Hi, I'm trying to setup jar bundler to work on [my fork](https://github.com/andrewvc/logstash-output-elasticsearch_java/blob/native_only/logstash-output-elasticsearch.gemspec#L31) of the logstash elasticsearch output, and when I switched the maven deps from `1.7.1` to `2.0.0-beta1` it stopped...