config.csv Syntax - linkedin/cruise-control-ui GitHub Wiki
In order to successfully use this application you should have at-least one Cruise Control deployed in your environment and the details are added to static/config.csv
file. For large installations, you can add all the end point details in this configuration file.
Format of config.csv
config.csv
is a CSV file with three columns separated by commas
- First column:
Logical Group Name
(Examples:dev
,staging
,production
,us-east-1b
) - Second column:
Cruise control Instance Name
(Examples:finance
,logging
,billing
) - Third column: URL (Both relative & absolute) path to the cruise control instances (Examples:
/kafkacruisecontrol/
,http://protected.example.com:9000/kafkacruisecontrol
)
Its important to understand that the URL mentioned in the config.csv
is relative to the webserver on which it is served from.