Adding custom apps to the Table View toolbar

To quickly launch custom apps, add them to the Table View toolbar of the Operations Analytics - Log Analysis UI. It is good practice to add the OMNIbus_Keyword_Search.app and OMNIbus_Static_Dashboard.app apps to the toolbar.

Procedure

  • To add the OMNIbus_Keyword_Search.app app, use a configuration that is similar to the following example:
    {
    "url": "https://hostname:9987/Unity/CustomAppsUI?name=OMNIbus_Keyword_Search&appParameters=[]",
    "icon": "https://hostname:9987/Unity/images/keyword-search.png",
    "tooltip": "OMNIbus Keyword Search"
    }
    Where hostname is the fully qualified domain name of the Operations Analytics - Log Analysis host and keyword-search is the file name for a .png file that represents the app on the toolbar. Create your own .png file.
  • To add the OMNIbus_Static_Dashboard.app app, use a configuration that is similar to the following example:
    {
    "url": "https://hostname:9987/Unity/CustomAppsUI?name=OMNIbus_Static_Dashboard&appParameters=[]",
    "icon": "https://hostname:9987/Unity/images/dashboard.png",
    "tooltip": "OMNIbus Static Dashboard"
    }
    Where hostname is the fully qualified domain name of the Operations Analytics - Log Analysis host and dashboard is the file name for a .png file that represents the app on the toolbar. Create your own .png file.