-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeatures.html
More file actions
432 lines (385 loc) · 19.6 KB
/
Copy pathfeatures.html
File metadata and controls
432 lines (385 loc) · 19.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>ElasticHQ - Elasticsearch Management and Monitoring</title>
<meta name="description" content="ElasticHQ - Feature list for free and open source Elasticsearch gui.">
<link rel="shortcut icon" href="img/favicon.png">
<!-- CSS -->
<link href="css/preload.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-switch.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/slidebars.min.css" rel="stylesheet">
<link href="css/lightbox.css" rel="stylesheet">
<link href="css/jquery.bxslider.css" rel="stylesheet">
<link href="css/buttons.css" rel="stylesheet">
<link href="css/syntaxhighlighter/shCore.css" rel="stylesheet">
<!-- RS5.0 Stylesheet -->
<!--<link rel="stylesheet" type="text/css" href="css/settings.css">
<link rel="stylesheet" type="text/css" href="css/layers.css">
<link rel="stylesheet" type="text/css" href="css/navigation.css">-->
<link href="css/style-blue.css" rel="stylesheet" title="default">
<link href="css/width-full.css" rel="stylesheet" title="default">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
clear: left;
font: 14px Helvetica, Arial, sans-serif;
width: 100%;
}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-40876494-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-40876494-1');
</script>
</head>
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<body>
<div class="sb-site-container">
<div class="boxed">
<nav class="navbar navbar-static-top navbar-default yamm navbar-static-top" role="navigation" id="header">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars"></i>
</button>
<a id="ar-brand" class="navbar-brand" href="index.html">Elastic<span>HQ</span></a>
</div> <!-- navbar-header -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="features.html" class="active">Features</a></li>
<li><a href="gettingstarted.html">Getting Started</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://github.com/ElasticHQ/elasticsearch-HQ" target="_blank"><i class="fa fa-github"></i></a>
</li>
</ul>
</div><!-- navbar-collapse -->
</div><!-- container -->
</nav>
<!--<header class="main-header">
<div class="container">
<h1 class="page-title">Features</h1>
<ol class="breadcrumb pull-right">
<li><a href="index.html">Home</a></li>
<li class="active">Features</li>
</ol>
</div>
</header>-->
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="home-devices">
<h3>Taming Elasticsearch</h3>
<p>ElasticHQ enables developers and devOps users to quickly manage and monitor all aspects of their
Elasticsearch clusters.
From monitoring individual node and index metrics to live-streaming of health information during
heavy tasks, HQ provides a one-stop solution for all things Elasticsearch.</p>
<p> </p>
<div class="btn-polygon">
<a href="https://github.com/ElasticHQ/elasticsearch-HQ" class="btn btn-ar btn-lg btn-success" target="_blank"><i class="fa fa-github"></i>On Github</a>
<a href="https://hub.docker.com/r/elastichq/elasticsearch-hq/" class="btn btn-ar btn-lg btn-primary" target="_blank"><i class="fa fa-download"></i>On Dockerhub</a>
</div>
<div style="padding-top: 40px">
<ul class="list-inline">
<li><img src="https://img.shields.io/github/stars/ElasticHQ/elasticsearch-HQ.svg?label=Github Stars">
</li>
<li><img src="https://img.shields.io/github/forks/ElasticHQ/elasticsearch-HQ.svg?label=Github Forks">
</li>
<li><img src="https://img.shields.io/docker/pulls/elastichq/elasticsearch-hq.svg?label=Docker Pulls">
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-8">
<img src="img/hq_macpro.png" alt="" class="img-responsive">
</div>
</div>
</div>
<div class="container">
<section class="margin-bottom">
<div class="row">
<div class="col-md-12">
<h2 class="right-line">Features Overview</h2>
</div>
<div class="col-md-4 col-sm-6">
<div class="text-icon wow fadeInUp">
<span class="icon-ar icon-ar-lg"><i class="fa fa-refresh"></i></span>
<div class="text-icon-content">
<h3 class="no-margin">Real-Time Analytics</h3>
<p>Status information is presented as-it-happens, across any of your clusters. Drill down to any
specific Index or Nodes for an in-depth view of all pertinent metrics.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="text-icon wow fadeInUp">
<span class="icon-ar icon-ar-lg"><i class="fa fa-signal"></i></span>
<div class="text-icon-content">
<h3 class="no-margin">Monitoring Clusters</h3>
<p>Stay on top of your cluster health in real-time with top-level overview data and drill-down
fine-grained stats.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="text-icon wow fadeInUp">
<span class="icon-ar icon-ar-lg"><i class="fa fa-share-alt"></i></span>
<div class="text-icon-content">
<h3 class="no-margin">Multi-Cluster Aware</h3>
<p>ElasticHQ connects to all of your clusters, regardless of Elasticsearch version, and allows
you
to monitor and manage them all from one interface.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="text-icon wow fadeInUp">
<span class="icon-ar icon-ar-lg"><i class="fa fa-list"></i></span>
<div class="text-icon-content">
<h3 class="no-margin">Indices Management</h3>
<p>Refresh, Optimize, Create, and View Indices and their Metrics with a simple click of a
button...
Shard and
Alias information included.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="text-icon wow fadeInUp">
<span class="icon-ar icon-ar-lg"><i class="fa fa-code"></i></span>
<div class="text-icon-content">
<h3 class="no-margin">REST API UI</h3>
<p>Stop fighting cURL, REST APIs, and JSON formats. The powerful REST UI does it all for you,
with
single-click actions.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="text-icon wow fadeInUp">
<span class="icon-ar icon-ar-lg"><i class="fa fa-code-fork"></i></span>
<div class="text-icon-content">
<h3 class="no-margin">Version Agnostic</h3>
<p>Supports Elasticsearch versions 2.x, 5.x, 6.x, and whatever the latest branch may be in the
works.</p>
</div>
</div>
</div>
</div> <!-- row -->
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="text-icon wow fadeInUp">
<span class="icon-ar icon-ar-lg"><i class="fa fa-ambulance"></i></span>
<div class="text-icon-content">
<h3 class="no-margin">Diagnostics Checkup</h3>
<p>ElasticHQ analyzes key metrics across all of your nodes, and actively provides helpful hints
and
solutions.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="text-icon wow fadeInUp">
<span class="icon-ar icon-ar-lg"><i class="fa fa-search"></i></span>
<div class="text-icon-content">
<h3 class="no-margin">Query & Search</h3>
<p>Easy-to-use JSON editor allows for querying indices or aliases.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="text-icon wow fadeInUp">
<span class="icon-ar icon-ar-lg"><i class="fa fa-upload"></i></span>
<div class="text-icon-content">
<h3 class="no-margin">It Never Sleeps</h3>
<p>Even if some of your clusters go down, ElasticHQ keeps on ticking. It is designed to run 24/7
standalone and not dependent on the health of the clusters it monitors.</p>
</div>
</div>
</div>
</div> <!-- row -->
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="text-icon wow fadeInUp">
<span class="icon-ar icon-ar-lg"><i class="fa fa-puzzle-piece"></i></span>
<div class="text-icon-content">
<h3 class="no-margin">Manage Mappings</h3>
<p>View the structure of your documents in one easy-to-read user interface.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="text-icon wow fadeInUp">
<span class="icon-ar icon-ar-lg"><i class="fa fa-map"></i></span>
<div class="text-icon-content">
<h3 class="no-margin">Clone Indices/Mappings</h3>
<p>Easily copy entire indices or just the mappings with just a few clicks.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="text-icon wow fadeInUp">
<span class="icon-ar icon-ar-lg"><i class="fa fa-comment"></i></span>
<div class="text-icon-content">
<h3 class="no-margin">Active Community</h3>
<p>Actively maintained and supported by developers expert on all things Elasticsearch</p>
</div>
</div>
</div>
</div> <!-- row -->
</section>
</div> <!-- container -->
<hr class="color dotted">
<div class="container">
<div class="row">
<div class="col-md-12 padding-40">
<p class="lead lead-lg">ElasticHQ removes the guesswork in working with and maintaining Elasticsearch
clusters, by actively monitoring health, providing rules-based diagnostics, and making index management
one-click away.</p>
<div class="btn-polygon text-center">
<a href="gettingstarted.html" class="btn btn-ar btn-lg btn-primary"><i class="fa fa-download"></i>Get
Started</a>
</div>
</div>
</div>
</div> <!-- container -->
<!-- container -->
<aside id="footer-widgets">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="footer-widget-title">Sitemap</h3>
<ul class="list-unstyled three_cols">
<li><a href="index.html">Home</a></li>
<li><a href="gettingstarted.html">Get Started</a></li>
<li><a href="features.html" class="active">Features</a></li>
<li><a href="about.html">About</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="http://docs.elastichq.org/" target="_blank">Documentation</a></li>
<li><a href="https://github.com/ElasticHQ/elasticsearch-HQ" target="_blank">Github</a></li>
<li><a href="https://hub.docker.com/r/elastichq/elasticsearch-hq" target="_blank">Dockerhub</a></li>
</ul>
</div>
<!-- <div class="col-md-6">-->
<!--
<h3 class="footer-widget-title">Subscribe</h3>
<p>Sign up for the ElasticHQ newsletter, and stay connected with important updates.</p>
<div id="mc_embed_signup">
<form action="https://elastichq.us12.list-manage.com/subscribe/post?u=df28ea895f8a8ef1d26e1cb53&id=26227d1523"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form"
class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL"
placeholder="email address" required>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text"
name="b_df28ea895f8a8ef1d26e1cb53_26227d1523"
tabindex="-1"
value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe"
id="mc-embedded-subscribe" class="btn btn-ar btn-primary"></div>
</div>
</form>
</div>
-->
<!--End mc_embed_signup-->
<!-- </div>-->
</div> <!-- row -->
</div> <!-- container -->
</aside> <!-- footer-widgets -->
<footer id="footer">
<p>© 2018 Roy Russo. All rights reserved.</p>
<p>We are not affiliated with <a href="https://www.elastic.co/" target="_blank">Elastic, Inc.</a> Elasticsearch is a
trademark of Elasticsearch BV, registered in the U.S.
and in other countries.</p>
</footer>
</div> <!-- boxed -->
</div> <!-- sb-site -->
<div class="sb-slidebar sb-right sb-style-overlay">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button class="btn btn-default" type="button"><i class="fa fa-search"></i></button>
</span>
</div><!-- /input-group -->
<h2 class="slidebar-header no-margin-bottom">Navigation</h2>
<ul class="slidebar-menu">
<li><a href="index.html">Home</a></li>
<li><a href="portfolio_topbar.html">Portfolio</a></li>
<li><a href="page_about3.html">About us</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="page_contact.html">Contact</a></li>
</ul>
<h2 class="slidebar-header">Social Media</h2>
<div class="slidebar-social-icons">
<a href="#" class="social-icon-ar rss"><i class="fa fa-rss"></i></a>
<a href="#" class="social-icon-ar facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-icon-ar twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-icon-ar pinterest"><i class="fa fa-pinterest"></i></a>
<a href="#" class="social-icon-ar instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="social-icon-ar wordpress"><i class="fa fa-wordpress"></i></a>
<a href="#" class="social-icon-ar linkedin"><i class="fa fa-linkedin"></i></a>
<a href="#" class="social-icon-ar flickr"><i class="fa fa-flickr"></i></a>
<a href="#" class="social-icon-ar vine"><i class="fa fa-vine"></i></a>
<a href="#" class="social-icon-ar dribbble"><i class="fa fa-dribbble"></i></a>
</div>
</div> <!-- sb-slidebar sb-right -->
<div id="back-top">
<a href="#header"><i class="fa fa-chevron-up"></i></a>
</div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-switch.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/slidebars.min.js"></script>
<script src="js/jquery.bxslider.min.js"></script>
<script src="js/holder.js"></script>
<script src="js/buttons.js"></script>
<script src="js/jquery.mixitup.min.js"></script>
<script src="js/circles.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/jquery.matchHeight-min.js"></script>
<script src="js/DropdownHover.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<!--<script type="text/javascript" src="js/jquery.themepunch.tools.min.js?rev=5.0"></script>
<script type="text/javascript" src="js/jquery.themepunch.revolution.min.js?rev=5.0"></script>-->
<script src="js/styleswitcher.js"></script>
<!-- Syntaxhighlighter -->
<script src="js/syntaxhighlighter/shCore.js"></script>
<script src="js/syntaxhighlighter/shBrushXml.js"></script>
<script src="js/syntaxhighlighter/shBrushJScript.js"></script>
<script src="js/DropdownHover.js"></script>
<script src="js/app.js"></script>
<script src="js/holder.js"></script>
</body>
</html>