이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 3. Configuring the Fuse Console


You can configure the Fuse Console as described in the following sections:

3.1. Changing the Fuse Console branding

You can change the branding name and image for the Fuse Console on:

OpenShift

On OpenShift, after you add the Red Hat Fuse Console application to an OpenShift project, follow these steps to update the branding.

  1. In the OpenShift web console, open the project that contains the Fuse Console application.
  2. Select Resources Config Maps.
  3. In the list of Config Maps, select the Fuse Console config map.

    The hawtconfig.json file opens in the editor view. For example:

    In the about section, you can edit the text that appears in the Fuse Console About modal window, which is accessible from the Help menu.

    In the branding section, you can edit the image that appears in the vertical navigation bar of the Fuse Console and the title of the Fuse Console browser tab.

  4. Select Actions Edit, and then edit the configuration.
  5. Save your changes.
  6. Redeploy the Fuse Console application.
  7. Open the URL for the new Fuse Console deployment to view the branding changes.

Karaf

On Karaf, edit the following files:

  • The hawtconfig.json file in the Fuse Console’s war file (karaf-install-dir/system/io/hawt/hawtio-war/version/hawtio-war-version.war):

    {
      "branding": {
        "appName": "Red Hat Fuse Console",
        "appLogoUrl": "img/hawtio-logo.svg",
        "companyLogoUrl": "img/hawtio-logo.svg"
      },
      "about": {
        "title": "Red Hat Fuse Console",
        "productInfo": [],
        "additionalInfo": "",
        "copyright": "",
        "imgSrc": "img/hawtio-logo.svg"
      },
      "disabledRoutes": []
    }
    Copy to Clipboard Toggle word wrap
  • The war file’s style sheet (.css) file to modify other aspects of the Fuse Console UI.
Note

If you have already run the Fuse Console in a web browser, the branding is stored in the browser’s local storage. To use new branding settings, you must clear the browser’s local storage.

3.2. Ensuring that data displays correctly in the Fuse Console

If the display of the queues and connections in the Fuse Console is missing queues, missing connections, or displaying inconsistent icons, adjust the Jolokia collection size parameter that specifies the maximum number of elements in an array that Jolokia marshals in a response.

  1. In the upper right corner of the Fuse Console, click the user icon and then click Preferences.

  2. Increase the value of the Maximum collection size option (the default is 50,000).
  3. Click Close.
맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2025 Red Hat