You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/07/25 21:31:05 UTC

[GitHub] [metron] mmiklavc commented on issue #1464: METRON-2179: Make navigation in both UIs consistent

mmiklavc commented on issue #1464: METRON-2179: Make navigation in both UIs consistent
URL: https://github.com/apache/metron/pull/1464#issuecomment-515221999
 
 
   Did a bit of sleuthing here @tiborm and @sardell. Here's the chain of variable resolutions that should be able to provide this in some way:
   
   * Gets values from Ambari - https://github.com/apache/metron/blob/master/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/templates/management_ui.yml.j2
   * The config UI startup script, which pulls in the env vars from the defaults file as well as leverages the yml config file - https://github.com/apache/metron/blob/master/metron-interface/metron-config/scripts/metron-management-ui
   
   That management_ui.yml should provide you access to the port in the same way it provides access to the REST API host and port.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services