|
Re: I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
I have now asked in golang-nuts[1] . It might take up to 24h for my message to appear, it will be called "Inconsistent X-Forwarded-For when using the httputil.ReverseProxy ?"
[1]
I have now asked in golang-nuts[1] . It might take up to 24h for my message to appear, it will be called "Inconsistent X-Forwarded-For when using the httputil.ReverseProxy ?"
[1]
|
By
Simon Johansson <simon@...>
·
#1332
·
|
|
Re: CF integration with logger and monitoring tools
Thanks James.
So for Wily introscope( wily-agent based monitoring tool) integration, if I go with firehose approach, I need to write my own nozzle for Introscope like for datadog
Thanks James.
So for Wily introscope( wily-agent based monitoring tool) integration, if I go with firehose approach, I need to write my own nozzle for Introscope like for datadog
|
By
Swatz bosh
·
#1331
·
|
|
Is spiff dead?
Hi all,
I consider use the spiff to manage a lot of manifest.
But I found statement that the spiff is not under active
Hi all,
I consider use the spiff to manage a lot of manifest.
But I found statement that the spiff is not under active
|
By
Kei YAMAZAKI
·
#1330
·
|
|
App syslog drain performance improvements
Hi CF community,
The Loggregator team has two medium-impact changes as part of CF v215.
* First, we fixed a bug causing slower performance with application
syslog drains. [1][2] The impact is that
Hi CF community,
The Loggregator team has two medium-impact changes as part of CF v215.
* First, we fixed a bug causing slower performance with application
syslog drains. [1][2] The impact is that
|
By
Erik Jasiak
·
#1329
·
|
|
Re: Overcommit on Diego Cells
Thanks Will.
If btrfs does free disk space then I can just use the bosh ephemeral disk
metric to monitor. If it doesn't then I'll need Garden to provide me with
something.
Thanks,
Mike
wrote:
Thanks Will.
If btrfs does free disk space then I can just use the bosh ephemeral disk
metric to monitor. If it doesn't then I'll need Garden to provide me with
something.
Thanks,
Mike
wrote:
|
By
Mike Youngstrom <youngm@...>
·
#1328
·
|
|
Re: Using s3 for blobstore bucket prefix
Currently there is no way to use a single bucket with prefixes for the
different blobstores. In theory you could point them all at the same bucket
and nothing would break, but you'd probably regret
Currently there is no way to use a single bucket with prefixes for the
different blobstores. In theory you could point them all at the same bucket
and nothing would break, but you'd probably regret
|
By
CF Runtime
·
#1327
·
|
|
Re: Post: Cloud Foundry Advisory Board Meeting Notes - 2015 August
thanks, Phil!
Cheers,
Christopher Ferris
IBM Distinguished Engineer, CTO Open Cloud
IBM Software Group, Open Technologies
email: chrisfer(a)us.ibm.com
twitter: @christo4ferris
blog:
thanks, Phil!
Cheers,
Christopher Ferris
IBM Distinguished Engineer, CTO Open Cloud
IBM Software Group, Open Technologies
email: chrisfer(a)us.ibm.com
twitter: @christo4ferris
blog:
|
By
Christopher B Ferris <chrisfer@...>
·
#1326
·
|
|
max length with Dropped log message: message too long (>64K ...)
Hi,
When my app outputs more than 64K of text, I get a message "Dropped log message: message too long (>64K without a newline).
When my app outputs much less than 64K of text, I get the app's
Hi,
When my app outputs more than 64K of text, I get a message "Dropped log message: message too long (>64K without a newline).
When my app outputs much less than 64K of text, I get the app's
|
By
Koper, Dies <diesk@...>
·
#1325
·
|
|
Post: Cloud Foundry Advisory Board Meeting Notes - 2015 August
Hi,
I've just posted a write-up of last week's Cloud Foundry Advisory Board
Meeting.
http://www.activestate.com/blog/2015/08/cloud-foundry-advisory-board-meeting-2015-august
Topics include...
-
Hi,
I've just posted a write-up of last week's Cloud Foundry Advisory Board
Meeting.
http://www.activestate.com/blog/2015/08/cloud-foundry-advisory-board-meeting-2015-august
Topics include...
-
|
By
Phil Whelan
·
#1324
·
|
|
Using s3 for blobstore bucket prefix
Hi,
I'm trying to setup so that cloud controller uses s3 for blobstore in AWS. I can get it working by supplying bucket names in the relevant key fields(resource_directory_key,etc). Want I wanted
Hi,
I'm trying to setup so that cloud controller uses s3 for blobstore in AWS. I can get it working by supplying bucket names in the relevant key fields(resource_directory_key,etc). Want I wanted
|
By
Rich Wohlstadter
·
#1323
·
|
|
Re: Script hangs when updating the cf-release
Hmm, we're not seeing any problems like that, and really we're just running
some git commands.
I would assume that running the script does create a lot of connections in
a short amount of time. Is it
Hmm, we're not seeing any problems like that, and really we're just running
some git commands.
I would assume that running the script does create a lot of connections in
a short amount of time. Is it
|
By
CF Runtime
·
#1322
·
|
|
Re: Overcommit on Diego Cells
Apparently my last reply to this thread never made it through. Hope this
one does!
Mike, you're right that there are currently no btrfs metrics being emitted
from garden-linux. There are currently no
Apparently my last reply to this thread never made it through. Hope this
one does!
Mike, you're right that there are currently no btrfs metrics being emitted
from garden-linux. There are currently no
|
By
Will Pragnell <wpragnell@...>
·
#1321
·
|
|
Re: I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
Chris, I now know why this is happening.
In ServeHTTP in reverseproxy in the httputil package[1] we make a copy of
the incoming request for the outgoing request[2]. We then check[3] if the
incoming
Chris, I now know why this is happening.
In ServeHTTP in reverseproxy in the httputil package[1] we make a copy of
the incoming request for the outgoing request[2]. We then check[3] if the
incoming
|
By
Simon Johansson <simon@...>
·
#1320
·
|
|
Re: I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
Simon,
That is very interesting, nice investigation. I would have to do a little
digging to try and see what exactly is going on, but the fact that the
GoRouter is not setting the "X-Forwarded-For"
Simon,
That is very interesting, nice investigation. I would have to do a little
digging to try and see what exactly is going on, but the fact that the
GoRouter is not setting the "X-Forwarded-For"
|
By
Christopher Piraino <cpiraino@...>
·
#1319
·
|
|
Re: I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
Disregarding F5/HAProxy comletely and going directly(10.230.18.134) to a Gorouter also yields different results depending on the client.
$ curl -H "host:cf-env.domain.com" 10.230.18.134
$ wget
Disregarding F5/HAProxy comletely and going directly(10.230.18.134) to a Gorouter also yields different results depending on the client.
$ curl -H "host:cf-env.domain.com" 10.230.18.134
$ wget
|
By
Simon Johansson <simon@...>
·
#1318
·
|
|
Re: CF integration with logger and monitoring tools
for 1., getting custom metrics from an app container (JMX, some business
foo metric happened, etc) is a goal for the logging team, but it is lower
than existing work to remove the collector.
[image:
for 1., getting custom metrics from an app container (JMX, some business
foo metric happened, etc) is a goal for the logging team, but it is lower
than existing work to remove the collector.
[image:
|
By
James Bayer
·
#1317
·
|
|
Re: Script hangs when updating the cf-release
Hi,
I am having exactly the same issue using develop branch and latest commit:
$ git pull origin develop
From https://github.com/cloudfoundry/cf-release
* branch develop ->
Hi,
I am having exactly the same issue using develop branch and latest commit:
$ git pull origin develop
From https://github.com/cloudfoundry/cf-release
* branch develop ->
|
By
Roberto Jimenez Sanchez
·
#1316
·
|
|
Re: Security Question --- Securely wipe data on warden container removal / destruction???
this is a relevant tracker story to clean up after containers:
https://www.pivotaltracker.com/n/projects/1158420/stories/96458012
--
Thank you,
James Bayer
this is a relevant tracker story to clean up after containers:
https://www.pivotaltracker.com/n/projects/1158420/stories/96458012
--
Thank you,
James Bayer
|
By
James Bayer
·
#1315
·
|
|
Re: no more stdout in app files since upgrade to 214
i removed the following
nats:
authorization_timeout: 10
use_gnatsd: true
changed
dea: &dea
to
dea_next:
and removed
dea_next: *dea
and it seems to log App/0 again
please note that because
i removed the following
nats:
authorization_timeout: 10
use_gnatsd: true
changed
dea: &dea
to
dea_next:
and removed
dea_next: *dea
and it seems to log App/0 again
please note that because
|
By
ramonskie
·
#1314
·
|
|
Re: I'm getting different x_forwarded_for in my Gorouter access logs depending on what browser/cli-tool I use.
Dieu,
We use F5, just tried with the release HAProxy and I get concictent X-Forwarded-For between clients! Dont know how I managed to forget to check that. :)
So in the HAProxy config the header
Dieu,
We use F5, just tried with the release HAProxy and I get concictent X-Forwarded-For between clients! Dont know how I managed to forget to check that. :)
So in the HAProxy config the header
|
By
Simon Johansson <simon@...>
·
#1313
·
|