2012-10-24 03:39:51 -04:00
|
|
|
<!DOCTYPE HTML>
|
2012-10-24 05:09:43 -04:00
|
|
|
<!--
|
2018-07-11 09:55:18 -07:00
|
|
|
~ Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
~ or more contributor license agreements. See the NOTICE file
|
|
|
|
~ distributed with this work for additional information
|
|
|
|
~ regarding copyright ownership. The ASF licenses this file
|
|
|
|
~ to you under the Apache License, Version 2.0 (the
|
|
|
|
~ "License"); you may not use this file except in compliance
|
|
|
|
~ with the License. You may obtain a copy of the License at
|
2012-10-24 05:09:43 -04:00
|
|
|
~
|
2018-07-11 09:55:18 -07:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2012-10-24 05:09:43 -04:00
|
|
|
~
|
2018-07-11 09:55:18 -07:00
|
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
|
|
~ software distributed under the License is distributed on an
|
|
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
~ KIND, either express or implied. See the License for the
|
|
|
|
~ specific language governing permissions and limitations
|
|
|
|
~ under the License.
|
2012-10-24 05:09:43 -04:00
|
|
|
-->
|
|
|
|
|
2013-10-03 16:36:48 -07:00
|
|
|
<!-- We plan to redo this console at some point in the near future with a real front end framework in place. -->
|
2012-10-24 03:39:51 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
2013-10-03 16:36:48 -07:00
|
|
|
<title>Druid Coordinator Console</title>
|
2019-01-31 17:26:41 -08:00
|
|
|
<link rel="shortcut icon" href="/favicon.png">
|
2013-01-16 17:31:01 -08:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
2013-10-03 16:36:48 -07:00
|
|
|
<meta name="Description" content="Druid Coordinator Console Page"/>
|
2012-10-24 03:39:51 -04:00
|
|
|
|
2013-01-16 17:31:01 -08:00
|
|
|
<style type="text/css">@import "css/style.css";</style>
|
2012-12-05 15:39:59 -08:00
|
|
|
|
2012-10-24 03:39:51 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
2013-01-16 17:31:01 -08:00
|
|
|
<div>
|
|
|
|
<a href="view.html">View Information about the Cluster</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
2013-10-03 16:36:48 -07:00
|
|
|
<a href="rules.html">Configure Assignment Rules</a>
|
2013-01-16 17:31:01 -08:00
|
|
|
</div>
|
2013-07-29 17:49:09 -07:00
|
|
|
<div>
|
2013-10-03 16:36:48 -07:00
|
|
|
<a href="config.html">Configure Coordinator Parameters</a>
|
2013-07-29 17:49:09 -07:00
|
|
|
</div>
|
2013-01-16 17:31:01 -08:00
|
|
|
<div>
|
|
|
|
<a href="enable.html">Enable/Disable Datasources</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<a href="kill.html">Permanent Segment Deletion</a>
|
|
|
|
</div>
|
2012-10-24 03:39:51 -04:00
|
|
|
</div>
|
|
|
|
</body>
|
2015-01-30 20:36:38 -08:00
|
|
|
</html>
|