Tim Webster

Results 12 comments of Tim Webster

It doesn't seem like it: `syslog+tcp://localhost:7651?filter.name=boring_dijkstra%2Cvigorous_haibt` Only seems to send logs for the first container in the list. The only example is this: `raw://192.168.10.10:5000?filter.name=*_db` Does this mean it supports _all_...

Hi, You can see the startup commands in the docker-compose file here: https://github.com/timwebster9/rancher-catalog/blob/master/templates/oklog/0/docker-compose.yml e.g. `command: 'ingeststore -debug -store.segment-replication-factor 3 -cluster oklog-1 -peer oklog-1 -peer oklog-2 -peer oklog-3'` I'm not sure...

Hi ok yeah that works now - although did you make a functional change or was the logging just misleading? Sort of related - but there isn't much information to...

Next I tried to run in in Rancher (I think this would be similar to a k8s setup), with just one container 'definition' but telling it to replicate on every...

Hi thanks for your reply - yeah it would work fine with the explicitly defined services like in the docker-compose file... I guess to make this work with things like...

@zarbis regarding the UI - you may have run into issue #63 What browser are you using?

We're seeing this now as well. Similarly we are looking at OK Log for general use in our dev/test environments. In this case it's the output from a Jenkins build/test...

In this particular file it looks to be 103046.

We already use that - look who submitted the latest PR :-) It's good for stuff that doesn't need to be in the config, but there is always something that...