David Dyball

Results 36 comments of David Dyball

I also just came across this issue. I wanted only the SignalFX sink, but because the default config ships with a DataDog API Key set (to `fart`) it started crash-looping...

Raised a PR with no sinks enabled by default: https://github.com/stripe/veneur/pull/733

Interesting. The results are the same if I leave out `index.version.created` altogether. The mappings just aren't available anymore.

@kiwionly Do you know what value Elasticsearch is querying specifically? The plugin is built for `v2.3.3` and I'm using the Docker `elasticsearch:2.3.3` image. I'm struggling to see why any value...

If I set the `index.version.created` value in the index properties to be an elasticsearch version between `1000000` and `1999999` it works fine. The second I change it to match the...

Response from the Elasticsearch team: ``` it sounds like the author of the plugin is relying on 1.x features that have since been removed. Sounds like you need to take...