Mario Castro

Results 19 comments of Mario Castro

Also having this issue. No idea yet how to fix it but it is related with Go's SSH library

Yes, I think that the driver must be updated.

Beats still uses the old https://github.com/go-mgo/mgo library to connect to MongoDB, which is currently unmaintained. Beats must switch the library to the official https://github.com/mongodb/mongo-go-driver which AFAIK wasn't available when the...

We have not received any external contributions to fix the issue and the capacity of the team at Elastic is limited, but it's in the radar of the team.

Right now, there's a plan to release this in some minor version ASAP. It's inconvenient, I feel your pain, but the fix is coming :wink:

There's a PR ongoing already :slightly_smiling_face: https://github.com/elastic/beats/pull/31185/

Didn't work for me until I did some changes: * Add ```shell "archrolling" ) echo "ubuntu16" "pacman" return 0 ;; ``` At the beginning of `detect_linux()` function. You have added...

The Java example here https://github.com/tidwall/tile38/wiki/Java-example-(lettuce) shows an example of using GET and SET. Most of the clients also use **only** GET and SET examples (Node also shows a nearby). In...

`CommandType` is a enum that you cannot inherit from. We have tried with `ProtocolKeyword` which is the class that CommandType inherits. Ok we have tried this: ```scala val result =...

Hi @Aneeskhan, the idea behind the example was to provide a really neat example showing most of the features of GraphQL/Relay and not a full working solution. That's why there...