|
CF Log aggregator : Multiline issue
Friends,
Just we now we have integrated cloud foundry Log aggregator with Logstash
and getting multi-lines. I am testing mostly with cf push logs from cloud
foundry.
Do you know if multi-line issue
Friends,
Just we now we have integrated cloud foundry Log aggregator with Logstash
and getting multi-lines. I am testing mostly with cf push logs from cloud
foundry.
Do you know if multi-line issue
|
By
Vinod Singh <vinoddandy@...>
·
#5609
·
|
|
Re: CF install error at uaa service
I tried generating the keys using this: https://en.wikibooks.org/wiki/Cryptography/Generate_a_keypair_using_OpenSSL but the problem persists. yml excerpt:
jwt:
signing_key: |
I tried generating the keys using this: https://en.wikibooks.org/wiki/Cryptography/Generate_a_keypair_using_OpenSSL but the problem persists. yml excerpt:
jwt:
signing_key: |
|
By
Neil Watson
·
#5608
·
|
|
Re: Question about Application Security Group behavior
I haven't have time for writing code to fix this problem.
So if you want, please create an issue for this.
Regards,
Selvaguru Manokaran wrote
-----
I'm not a ...
noburou taniguchi
--
View this
I haven't have time for writing code to fix this problem.
So if you want, please create an issue for this.
Regards,
Selvaguru Manokaran wrote
-----
I'm not a ...
noburou taniguchi
--
View this
|
By
Noburou TANIGUCHI
·
#5607
·
|
|
Re: DNS caching and forwarding in Cloud Foundry with Consul Agents
Hi,
Ok, I understand.
Yes, you are right, I cannot think right now a straight forward use
case for this. There might be some edge case where you want to define
different recursors, but the MVP is
Hi,
Ok, I understand.
Yes, you are right, I cannot think right now a straight forward use
case for this. There might be some edge case where you want to define
different recursors, but the MVP is
|
By
Hector Rivas Gandara
·
#5606
·
|
|
Re: Problem on binding service instance with an app
Phani K is my team mate. We are working to solve the issue.
Phani K is my team mate. We are working to solve the issue.
|
By
Kumaresh Babu
·
#5605
·
|
|
Re: Question about Application Security Group behavior
Hi Nicholas, Hi Noburou,
is this fixed ? or at least, do we have an issue created for this?
Thanks,
Selvaguru Manokaran
Hi Nicholas, Hi Noburou,
is this fixed ? or at least, do we have an issue created for this?
Thanks,
Selvaguru Manokaran
|
By
Selvaguru Manokaran
·
#5604
·
|
|
Re: Problem on binding service instance with an app
One request throws a 400 while other shows the status as 201.
PUT /v2/service_instances/539c383d-2388-4676-a6ac-
f53658d14e61/service_bindings
Can you share your app code or any changes you have made
One request throws a 400 while other shows the status as 201.
PUT /v2/service_instances/539c383d-2388-4676-a6ac-
f53658d14e61/service_bindings
Can you share your app code or any changes you have made
|
By
Sabha
·
#5603
·
|
|
Re: CF Routing Use Cases
Ah yes, "interesting". :) What are you thoughts on the proposal? Feedback
good or bad?
Ah yes, "interesting". :) What are you thoughts on the proposal? Feedback
good or bad?
|
By
Jason Sherron
·
#5602
·
|
|
Re: Problem on binding service instance with an app
I got another email from Phani K, not sure if its same chain. Need the cf
log output of the service broker that should report an exception when you
issue the bind request to know the
I got another email from Phani K, not sure if its same chain. Need the cf
log output of the service broker that should report an exception when you
issue the bind request to know the
|
By
Sabha
·
#5601
·
|
|
Re: Problem on binding service instance with an app
I need the cf logs output from the service broker app when you issue the
bind request.
-Sabha
--
Sabha Parameswaran
Platform Engineering, Cloud Foundry
Pivotal, Inc.
m: +1 (415) 244-5554
I need the cf logs output from the service broker app when you issue the
bind request.
-Sabha
--
Sabha Parameswaran
Platform Engineering, Cloud Foundry
Pivotal, Inc.
m: +1 (415) 244-5554
|
By
Sabha
·
#5600
·
|
|
Re: Problem on binding service instance with an app
Hi Parameswaran,
I have tried with the inputs provided. Still I am facing the same issue.
The logs are attached for your review. Please suggest. Thanks.
Regards,
Kumaresh
Hi Parameswaran,
I have tried with the inputs provided. Still I am facing the same issue.
The logs are attached for your review. Please suggest. Thanks.
Regards,
Kumaresh
|
By
Kumaresh Babu
·
#5599
·
|
|
Re: Problem on binding service instance with an app
Sure Parameswaran. I will update the ServiceBinding code. I will try in our
PCF environment and let you know.
Sure Parameswaran. I will update the ServiceBinding code. I will try in our
PCF environment and let you know.
|
By
Kumaresh Babu
·
#5598
·
|
|
Re: CF Routing Use Cases
Hi Jason,Thank you for the feedback.
Yes, I believe that's very true and would generally be the case with production deployments. Let me add a note to the slide to include this as well.
I read up on
Hi Jason,Thank you for the feedback.
Yes, I believe that's very true and would generally be the case with production deployments. Let me add a note to the slide to include this as well.
I read up on
|
By
Moiz Arif <moizarif2002@...>
·
#5597
·
|
|
Re: CF Routing Use Cases
Hi Moiz,
Looks good overall.
My only minor clarification is that the HAProxy configuration that you've
shown is only one way to set up CF, and not necessarily what people use in
production. For
Hi Moiz,
Looks good overall.
My only minor clarification is that the HAProxy configuration that you've
shown is only one way to set up CF, and not necessarily what people use in
production. For
|
By
Jason Sherron
·
#5596
·
|
|
Re: Problem on binding service instance with an app
I suspect you are getting tripped by new additional parameters being sent
in the json payload during the bind request.
Add following to the ServiceBinding code:
@JsonIgnoreProperties(ignoreUnknown =
I suspect you are getting tripped by new additional parameters being sent
in the json payload during the bind request.
Add following to the ServiceBinding code:
@JsonIgnoreProperties(ignoreUnknown =
|
By
Sabha
·
#5595
·
|
|
Re: Problem on binding service instance with an app
Kumaresh,
Continue to check the logs even as you issue the bind to app. Dont stop
just with health check. Also, the logs get buffered for a bit before they
show up in the cf logs. Retry the bind
Kumaresh,
Continue to check the logs even as you issue the bind to app. Dont stop
just with health check. Also, the logs get buffered for a bit before they
show up in the cf logs. Retry the bind
|
By
Sabha
·
#5594
·
|
|
Re: Problem on binding service instance with an app
Hi Sabha,
I got healthcheck passed status for haash-service-broker-app. It doesn't
show errors in logs.
What may be the problem?
Regards,
Kumaresh
Hi Sabha,
I got healthcheck passed status for haash-service-broker-app. It doesn't
show errors in logs.
What may be the problem?
Regards,
Kumaresh
|
By
Kumaresh Babu
·
#5593
·
|
|
Re: Problem on binding service instance with an app
Kumaresh,
Marco meant you to check the logs of your Haash service broker app running
on CF or elsewhere. If running on CF, issue cf logs
<haash-service-broker-app> and from another window try the
Kumaresh,
Marco meant you to check the logs of your Haash service broker app running
on CF or elsewhere. If running on CF, issue cf logs
<haash-service-broker-app> and from another window try the
|
By
Sabha
·
#5592
·
|
|
Re: Cloud Foundry Java Client 2.0.0.RELEASE
Congratulations Ben! Even though I haven't worked on the cf java client for months, I am still amazed by the attention to detail given by yourself and the team. I describe the client code to others as
Congratulations Ben! Even though I haven't worked on the cf java client for months, I am still amazed by the attention to detail given by yourself and the team. I describe the client code to others as
|
By
Glyn Normington
·
#5591
·
|
|
CF install error at uaa service
Hi,
During a CF install on Vsphere I get a problem with the uaa service.
bosh deploy returns this error:
tarted updating job uaa_z1 > uaa_z1/0
(49dfbb23-64ba-4eef-9872-2dfc8fb9a9e6)
Hi,
During a CF install on Vsphere I get a problem with the uaa service.
bosh deploy returns this error:
tarted updating job uaa_z1 > uaa_z1/0
(49dfbb23-64ba-4eef-9872-2dfc8fb9a9e6)
|
By
Neil Watson
·
#5590
·
|