Andrew Bierbaum

Results 12 comments of Andrew Bierbaum

This is also something that would be very useful for my configuration. This would make host disaster recovery or upgrading from one host to another in the future far easier...

Since Ubuntu 20.04 is near and there are starting to be documtation for 8.x, please test at least some against if possible against those so the transition going forward is...

Master installed on the same host as a data node should absolutely be removed. That is already covered by having both node.master and node.data as true. This is a better...

thanks @coandco it was good to see your name again and I really wanted to see this update happen. Checking against your pull request looks like it works as written...

@santosh-kore I'm also not having that issue, and perhaps it is an issue with https://stackoverflow.com/questions/35289802/docker-pull-error-x509-certificate-has-expired-or-is-not-yet-valid and just needs docker-machine regenerate-certs --client-certs

In my testing I saw this error a few times. fwiw, I have been using https://github.com/bitsensor/elastalert/pull/157 and it works great on python3. I would also prehaps prefer a base ubuntu....

I had recently debugged another issue with the upsteam parser @powersj https://github.com/influxdata/telegraf/issues/10900

@powersj Sorry, that wasn't clear. There are 6 different buckets on that host that are correctly injesting metrics using `parser_type = "upstream"` - the logs show correctly show a lot...

@powersj Sorry for the delay, main project got busy for a few days. I added the following file output to the above telegraf I had used. ``` [[outputs.file]] files =...

@powersj it was produced from the following python snippet - using the python influxdb client version 5.3.1 ``` influx_client = DataFrameClient(args.influx_url.hostname, args.influx_url.port, database=args.influx_db) fields = ['physical', 'virtual'] tags = ['name',...