jhipster-console icon indicating copy to clipboard operation
jhipster-console copied to clipboard

JHipster monitoring & alerting console, based on ELK

Results 16 jhipster-console issues
Sort by recently updated
recently updated
newest added

Related to #100 I have package my microservices wirh zipkin profle SPRING_PROFILES_ACTIVE -> prod,swagger,zipkin Jhipster version 5.7.2 ##### **JHipster configuration, a `.yo-rc.json` file generated in the root folder** .yo-rc.json file...

hello, with this config, I got this error. ``` jhipster-elasticsearch: image: jhipster/jhipster-elasticsearch:v4.1.0 environment: - ES_JAVA_OPTS=-Xms128m -Xmx128m - http.host=0.0.0.0 - transport.host=127.0.0.1 volumes: - log-data:/usr/share/elasticsearch/data jhipster-logstash: image: jhipster/jhipster-logstash:v4.1.0 environment: - ES_JAVA_OPTS=-Xms128m -Xmx128m...

- kibana.yml should be writable to allow installation of plugins See https://github.com/elastic/kibana-docker/blob/6.4.1/templates/Dockerfile.j2#L48

jhipster-alerter does not start because elastalert prior to 0.2.x don't work anymore (jhipster-console [uses](https://github.com/jhipster/jhipster-console/blob/96452fd/jhipster-alerter/Dockerfile#L7) 0.1.36). The reason is non-strict dependencies in [requirements.txt](https://github.com/Yelp/elastalert/blob/v0.1.36/requirements.txt#L16) leading to installation of stomp.py v5.x which does...

When HTTP_AUTH variable is empty curator is trying to use two single quotes as password ('') and fails connection to Elasticsearch. Fix it by removing default value. Links: - https://www.elastic.co/guide/en/elasticsearch/client/curator/current/envvars.html#_examples

Wait for the status 'yellow' or better to make sure the cluster is able to accept requests. Links: - https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html

- Make sure the data is not lost when elasticsearch container is recreated

setup.py download the lastest eslacticsearch client which isn't compatible with the version running in the console.

Hi; This will be a feature request for Jhipster Console. It will be nice if it supports OAuth, AD, LDAP, SAML authentication. Maybe Keycloack will be a good option for...

The jhipster-import-dashboards does not work on OpenShift. It works locally with docker-compose, but on OpenShift somehow the execution context for the user is different. ``` - apiVersion: v1 kind: DeploymentConfig...