Andrew Cholakian

Results 16 issues of 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...

enhancement
Heartbeat
Team:Uptime
backport-skip

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...

enhancement
Heartbeat
Team:Uptime

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.

enhancement
Heartbeat
Team:Uptime

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...

bug
Heartbeat
Team:Uptime

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.

Heartbeat
Team:Uptime

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...

bug
Team:Uptime

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...

bug
Heartbeat
Team:Uptime

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...

bug
Heartbeat
Team:Uptime

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...

enhancement
Heartbeat
Team:obs-ds-hosted-services
Stalled

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...