Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by TerenceKwan: http://wiki.apache.org/hadoop/Chukwa_Console_Integration_Guide ------------------------------------------------------------------------------ * check out the web UI * goto: http://<host>:8080/hicc - == Add Your Own Component == - - TBD + == Customization == + In this part of the documnent, I will describe how to customize the management console for your own application. + === Create Your Own Default View === + + The user's views are store in your $CHUKWA_DATA_DIR/views directory. Each view is stored under <name>.view file as a JSON object. + + To create a new view, do the following: + * In the UI, click '''Workspace Builder''' + * Click '''Create New Workspace'''. It will create a new workspace called '''New View''' + * You can click on '''Change''' button on the same row to change the view name. It will change the file in the $CHUKWA_DATA/DIR/views directory to the new view name. + + To add more widget to the view, + * Click '''Options''' -> '''Add Widget''' + * Explorer the widget tree and add widget into the potral. + + === View Permission === + - TDB. This will description the HICC user based permission system. + + === Add Your Own Component === +
