Muhammad Salman Shaikh

Results 4 issues of Muhammad Salman Shaikh

I am running jaeger with elasticsearch and elasticsearch is running on another VM. But the jaeger query pod on kubernetes is showing following error in logs: ``` {"level":"error","ts":1548655854.701871,"caller":"zap/logger.go:33","msg":"error when flushing...

question

I am trying to setup the latest version v0.1.2 on Ubuntu 16.04. As per install/getting started steps: http://www.ground-context.org/wiki/index After the unzip of v0.1.2.tar.gz, I should be able to start the...

We tried the firefox add-on but it looks like it is not working. Have you guys tested this? See the screenshot attached. ![firefox-addon](https://cloud.githubusercontent.com/assets/28077174/25464580/0a4b0a6c-2ab2-11e7-8250-7006dc28ac03.png)

I have provisioned the user using terraform as: ``` provider "sumologic" { access_id = var.sumologic_access_id access_key = var.sumologic_access_key environment = "us1" version = "= 2.0" } resource "sumologic_user" "testuser" {...

bug