-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
61 lines (49 loc) · 2.07 KB
/
index.html
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
---
layout: default
nav: Home
title: An Elasticsearch ELK distribution
lead: Build and operate your own log analysis cluster in the cloud
---
<div class="ls-home-featurette">
<div class="row">
<div class="col-sm-4 feature">
<img src="images/performance.png" alt="Powerful performance" class="img-responsive">
<h3>1 command => <span style="white-space: nowrap;">ELK cluster</span></h3>
<ul>
<li>Get started in < 45min</li>
<li>Same commands deploy to cloud of choice</li>
<li>Manage single cluster, not individual servers</li>
</ul>
</div>
<div class="col-sm-4 feature">
<img src="images/scalability-ops.png" alt="Automatic scalability" class="img-responsive">
<h3>Automated operations</h3>
<ul>
<li>Infrastructure-as-code</li>
<li>Single command to scale, upgrade and configure</li>
<li>Automate disaster recovery</li>
</ul>
</div>
<div class="col-sm-4 feature">
<img src="images/platform.png" alt="Logsearch as a platform" class="img-responsive">
<h3>Expand features with <span style="white-space: nowrap;">Add-ons</span></h3>
<ul>
<li>Community add-ons</li>
<li>Create your own custom log analysis add-on</li>
<li>Local DEV environment and TDD workflow</li>
</ul>
</div>
</div>
<hr class="half-rule">
<div class="row">
<div class="col-sm-12 text-center">
<p class="lead">Deploy and manage your own Elasticsearch ELK log analysis cluster on any <a title="Full support for Vagrant, AWS, vSphere, OpenStack; partial support for Google Compute and Microsoft Azure">modern</a> cloud.</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<img src="images/modern-cloud.png" alt="Modern Cloud - Full Support" data-toggle="tooltip" data-placement="bottom" title="Modern Cloud - Full Support">
<img src="images/modern-cloud-partial.png" alt="Modern Cloud - Partial Support" data-toggle="tooltip" data-placement="bottom" title="Modern Cloud - Partial Support">
</div>
</div>
</div>