Hello, I have a cluster kubernetes in GCP with several pods of microservices (jhipster) and I want one to connect to a Cloud SQL (postgres), someone who has done it to show me an example please. Thank
Antoine Luckenson
@aluckens
Hi, Is it possible to export a JDL file of project
Mike
@Tonterias
@aluckens Yes there is a "Download text file of a JDL" in the right hand corner and you can always copy and paste.
Pierre Besson
@PierreBesson
This chat room is dedicated to the JHipster-Console, a monitoring solution based on ELK. For discussions relating to JHipster please go to the generator-jhipster room.
General questions about JHipster will not be answered here.
Mike
@Tonterias
@PierreBesson ok, sorry. Have a good day!
Pierre Besson
@PierreBesson
no problem :smile:
Maruthi Adithya
@maruthi-adithya
Hi, I am trying to setup JHipster-Console for my JHipster Project. Once I have run the docker setup using sudo docker-compose up , I can see my application logs flowing into Kibana at localhost:5601 , but which URL should I go in order to access JHipster-Console?
localhost:5000 is taking a lot of time to load for me
it's better when you can understand what it shows, good luck
Ricardo Corassa
@ricardocorassa_gitlab
Hello everyone. I have an app (v3.9.1) running on aws and I'm trying to setup the jhipster console to monitoring. I was able to install the docker image, but when I try to login I only have one page (the menus don't work) and I have the message Unable to connect to Elasticsearch at http://jhipster-elasticsearch:9200/.. May be is something simple, but I've been trying to sort this out since yesterday.
Maruthi Adithya
@maruthi-adithya
@ricardocorassa_gitlab It runs at localhost:9200 . Try using your IP and look for indices at localhost:9200/_cat/indices
Pierre Besson
@PierreBesson
wow v3.9.1
not sure the current console support this old version
but it should
@ricardocorassa_gitlab I need details about your app configuration and the commands you use to start the jhipster console in order to help you
Ricardo Corassa
@ricardocorassa_gitlab
@PierreBesson I just downloaded and executed the container
@maruthi-adithya I tried but always loads the same page
Pierre Besson
@PierreBesson
@ricardocorassa_gitlab This is not enough info for me to help you sorry.
blockmonk
@blockmonk
anyone know how to implement sitemap in j hipster for angular and java springboot aplication
Pierre Besson
@PierreBesson
sorry not the right channel
blockmonk
@blockmonk
is any channel available on gitter?
Pierre Besson
@PierreBesson
please use stackoverflow much better than gitter
it also help the question/answers to be correctly formulated and searchable through google in the future
ankitkeer
@ankitkeer
I have an Integer PK field in JDL, it gets changed to bigint in postgres, I want it to remain Integer
Alejandro Matos
@amatosg
I think you will have to change it by hand
Caleb Powell
@calebpowell
Has anyone managed to get the jhipster e2e tests running on bitbucket pipelines (or some other dockerized build system)?
Antoine Luckenson
@aluckens
Antoine Luckenson
@aluckens
please help me
Alejandro Matos
@amatosg
@aluckens is this when running jhipster-console?
Antoine Luckenson
@aluckens
hi , how can i access headers in a request in production prof
Hi everyone, I'm with a problem... When I try to generate a entity by the comand "jhipster entity phone" only is generated the client code, it's like if I passed "--skype-server". Has anyone else had this problem?