|
Re: Doppler/Firehose - Multiline Log Entry
I added Eric's comments to the spike
<https://www.pivotaltracker.com/story/show/117583365>.
--
Jim Campbell | Product Manager | Cloud Foundry | Pivotal.io | 303.618.0963
I added Eric's comments to the spike
<https://www.pivotaltracker.com/story/show/117583365>.
--
Jim Campbell | Product Manager | Cloud Foundry | Pivotal.io | 303.618.0963
|
By
Jim CF Campbell
·
#4659
·
|
|
Re: Doppler/Firehose - Multiline Log Entry
Yup, makes sense. I'm sure there is some valid reason for Diego not to use
log_sender.ScanLogStream today. When that get's sorted out then the event
demarcation and this replacement will all be in
Yup, makes sense. I'm sure there is some valid reason for Diego not to use
log_sender.ScanLogStream today. When that get's sorted out then the event
demarcation and this replacement will all be in
|
By
Mike Youngstrom <youngm@...>
·
#4658
·
|
|
Re: Maven: Resolve Dependencies on Platform?
The cf CLI also respects a .cfignore file in the top level of your repo, if
there's stuff you'd like to explicitly exclude from push.
The cf CLI also respects a .cfignore file in the top level of your repo, if
there's stuff you'd like to explicitly exclude from push.
|
By
Jesse T. Alford
·
#4657
·
|
|
Re: Maven: Resolve Dependencies on Platform?
It's the cf cli that does this. It looks through your JAR / WAR or push
path for files and then uses the resource matching endpoint to ask the
server what it needs to upload. Then it uploads just
It's the cf cli that does this. It looks through your JAR / WAR or push
path for files and then uses the resource matching endpoint to ask the
server what it needs to upload. Then it uploads just
|
By
Daniel Mikusa
·
#4656
·
|
|
Re: Doppler/Firehose - Multiline Log Entry
Thanks, Mike, don't be too hard on yourself. :) I think that's a valid
point that if there is processing to translate a byte-stream from process
stdout/stderr to loggregator log events, it would be
Thanks, Mike, don't be too hard on yourself. :) I think that's a valid
point that if there is processing to translate a byte-stream from process
stdout/stderr to loggregator log events, it would be
|
By
Eric Malm <emalm@...>
·
#4655
·
|
|
Re: Intended UAA-specific user identity fields in JWT access token ?
Guillaume,
We just realized that you can remove any PII, personally identifiable
information, from tokens without us having to add new features
You just configure
jwt:
token:
claims:
Guillaume,
We just realized that you can remove any PII, personally identifiable
information, from tokens without us having to add new features
You just configure
jwt:
token:
claims:
|
By
Filip Hanik
·
#4654
·
|
|
Re: Maven: Resolve Dependencies on Platform?
It does help -- thanks guys. I looks like Heroku has a buildpack that does this also (https://github.com/heroku/heroku-buildpack-java).
The question I am coming up with is this: How does cloud
It does help -- thanks guys. I looks like Heroku has a buildpack that does this also (https://github.com/heroku/heroku-buildpack-java).
The question I am coming up with is this: How does cloud
|
By
Matthew Tyson
·
#4653
·
|
|
Re: Postgresql data is not migrated after CF is upgraded from v197 to v230
Hi Maggie,
First off, please be sure to backup your data in case anything goes wrong
during an upgrade.
Also, do note that while private vendors of Cloud Foundry may support
upgrades between several
Hi Maggie,
First off, please be sure to backup your data in case anything goes wrong
during an upgrade.
Also, do note that while private vendors of Cloud Foundry may support
upgrades between several
|
By
Amit Kumar Gupta
·
#4652
·
|
|
Postgresql data is not migrated after CF is upgraded from v197 to v230
Hi,
I found all org, spaces and applications information were lost after I upgraded my CF env from v197 to v230. After checked the postgres node, I found there were two directory under
Hi,
I found all org, spaces and applications information were lost after I upgraded my CF env from v197 to v230. After checked the postgres node, I found there were two directory under
|
By
MaggieMeng
·
#4651
·
|
|
Re: app guid uniqueness
Awesome. Thank you, Nicholas.
John
wrote:
Awesome. Thank you, Nicholas.
John
wrote:
|
By
John Wong
·
#4650
·
|
|
Re: Staging and Runtime Hooks Feature Narrative
I think if we can get some consensus on the .profile script support (AKA Runtime Hooks), we should move forward with that. Jan has already separated that work into a separate PR, so it could be merged
I think if we can get some consensus on the .profile script support (AKA Runtime Hooks), we should move forward with that. Jan has already separated that work into a separate PR, so it could be merged
|
By
Troy Topnik
·
#4649
·
|
|
Re: CF Job Failure
Hi Nick, Hi Daniel,
The app push using the CLI works. I haven’t had the chance to check the cloud controller logs yet—that’s the next thing on my plate.
Best Regards,
Abhik
Sent: Tuesday,
Hi Nick, Hi Daniel,
The app push using the CLI works. I haven’t had the chance to check the cloud controller logs yet—that’s the next thing on my plate.
Best Regards,
Abhik
Sent: Tuesday,
|
By
Gupta, Abhik
·
#4648
·
|
|
Re: [PROPOSAL]: Removing ability to specify npm version
We have had a few use cases where users have requested to stay on nodejs
version 4 (LTS), while taking advantage of npm 3's new flat dependency
tree. Node 4 by default bundles witn npm 2. Node 5
We have had a few use cases where users have requested to stay on nodejs
version 4 (LTS), while taking advantage of npm 3's new flat dependency
tree. Node 4 by default bundles witn npm 2. Node 5
|
By
Shawn Nielsen
·
#4647
·
|
|
Re: CF Job Failure
Hi Abhik,
Another bit of information that would be interesting is whether or not you
can push your app using the CLI.
Thanks,
Nick
Hi Abhik,
Another bit of information that would be interesting is whether or not you
can push your app using the CLI.
Thanks,
Nick
|
By
Nicholas Calugar
·
#4646
·
|
|
pushing docker image to CF.
hi, I am pushing jboss/drools-workbench-showcase docker image to cloudfoundry
from my CLI.
This is the command,
cf push workbench -o jboss/drools-workbench-showcase:6.2.0.Final
But I get an
hi, I am pushing jboss/drools-workbench-showcase docker image to cloudfoundry
from my CLI.
This is the command,
cf push workbench -o jboss/drools-workbench-showcase:6.2.0.Final
But I get an
|
By
sangeeus <sangeetha081315@...>
·
#4674
·
|
|
Re: app guid uniqueness
Hi John,
An application's guid will never change. If you delete an app, and push the
code again, you are creating a new app with another guid.
Thanks,
Nick
Hi John,
An application's guid will never change. If you delete an app, and push the
code again, you are creating a new app with another guid.
Thanks,
Nick
|
By
Nicholas Calugar
·
#4645
·
|
|
app guid uniqueness
Based on my brief testing and observation, the guid of an app sticks around
for as long as the app remains running (whether we restart or restage). But
removing the app, then cf push a new guid is
Based on my brief testing and observation, the guid of an app sticks around
for as long as the app remains running (whether we restart or restage). But
removing the app, then cf push a new guid is
|
By
John Wong
·
#4644
·
|
|
Re: CF Job Failure
Does the app actually push and get started? i.e. if you run `cf apps`
after you get this message is the app up and running? Also, do you see
similar issues when you push with `cf push`?
Take a
Does the app actually push and get started? i.e. if you run `cf apps`
after you get this message is the app up and running? Also, do you see
similar issues when you push with `cf push`?
Take a
|
By
Daniel Mikusa
·
#4643
·
|
|
Re: Maven: Resolve Dependencies on Platform?
As an experiment, I created a build pack that would do this. It hasn't
been updated in a while, I don't plan to update it and it was never very
solid to begin with. It was more to just see if I
As an experiment, I created a build pack that would do this. It hasn't
been updated in a while, I don't plan to update it and it was never very
solid to begin with. It was more to just see if I
|
By
Daniel Mikusa
·
#4642
·
|
|
How can i configure HA Doppler at cf.yml?
I read "Overview of the Loggregator System " - https://docs.cloudfoundry.org/loggregator/architecture.html
In that document, metron_agent can forward metrics or logs to N doppler.
But i don't know
I read "Overview of the Loggregator System " - https://docs.cloudfoundry.org/loggregator/architecture.html
In that document, metron_agent can forward metrics or logs to N doppler.
But i don't know
|
By
inho cho
·
#4641
·
|