Skip to content

Generated files

Below table describes the files generated by UCC framework

File Description

File Name File Location File Description
app.conf output/<YOUR_ADDON_NAME>/default Generates app.conf with the details mentioned in globalConfig[meta]
inputs.conf output/<YOUR_ADDON_NAME>/default Generates inputs.conf and inputs.conf.spec file for the services mentioned in globalConfig
server.conf output/<YOUR_ADDON_NAME>/default Generates server.conf for the custom conf files created as per configurations in globalConfig
restmap.conf output/<YOUR_ADDON_NAME>/default Generates restmap.conf for the custom REST handlers that are generated based on configs from globalConfig
web.conf output/<YOUR_ADDON_NAME>/default Generates web.conf to expose the endpoints generated in restmap.conf which is generated based on configurations from globalConfig.
alert_actions.conf output/<YOUR_ADDON_NAME>/default Generates alert_actions.conf and alert_actions.conf.spec file for the custom alert actions defined in globalConfig
eventtypes.conf output/<YOUR_ADDON_NAME>/default Generates eventtypes.conf file if the sourcetype is mentioned in Adaptive Response of custom alert action in globalConfig
tags.conf output/<YOUR_ADDON_NAME>/default Generates tags.conf file based on the eventtypes.conf created for custom alert actions.
_account.conf output/<YOUR_ADDON_NAME>/README Generates <YOUR_ADDON_NAME>_account.conf.spec file for the configuration mentioned in globalConfig
_settings.conf output/<YOUR_ADDON_NAME>/README Generates <YOUR_ADDON_NAME>_settings.conf.spec file for the Proxy, Logging or Custom Tab mentioned in globalConfig
configuration.xml output/<YOUR_ADDON_NAME>/default/data/ui/views Generates configuration.xml file in default/data/ui/views/ folder if globalConfig is present.
dashboard.xml output/<YOUR_ADDON_NAME>/default/data/ui/views Generates dashboard.xml file based on dashboard configuration present in globalConfig in default/data/ui/views folder.
default.xml output/<YOUR_ADDON_NAME>/default/data/ui/nav Generates default.xml file based on configs present in globalConfigin in default/data/ui/nav folder.
inputs.xml output/<YOUR_ADDON_NAME>/default/data/ui/views Generates inputs.xml based on inputs configuration present in globalConfig, in default/data/ui/views/inputs.xml folder
_redirect.xml output/<YOUR_ADDON_NAME>/default/data/ui/views Generates ta_name_redirect.xml file, if oauth is mentioned in globalConfig,in default/data/ui/views/ folder.
_.html output/<YOUR_ADDON_NAME>/default/data/ui/alerts Generates alert_name.html file based on alerts configuration present in globalConfig in default/data/ui/alerts folder.