does this error happen to ring any bells on what c...
# kolide
r
does this error happen to ring any bells on what could be wrong? -
Copy code
"caller":"publish_results.go:168","err":"rpc error: code = Internal desc = stream terminated by RST_STREAM with error code: INTERNAL_ERROR","errcode":"","message":"","method":"PublishResults","reauth":false,"results":"[{\"query_name\":\"kolide_distributed_query_6\
Copy code
{
  "caller": "request_queries.go:133",
  "err": "rpc error: code = Unavailable desc = transport is closing",
  "method": "RequestQueries",
  "reauth": false,
  "res": "null",
  "severity": "info",
  "took": "19.076668532s",
  "ts": "2019-08-02T14:30:50.456196Z",
  "uuid": "c0060218-663c-4732-af8b-824cd6a0c2c4"
}
another log error that is returned right before the publish_results call
Just in case someone runs into this. It turns out is was due to a server-side error with connecting to the redis server. Once that was resolved this went away.