-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
488 lines (477 loc) · 32.8 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
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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.84.0">
<title>ApicaHub by Apica</title>
<link rel="icon" href="media/favicon.png">
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/album/">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css" type="text/css">
<!-- Bootstrap core CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Bootstrap JS-->
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: #3E64FF; font-family: 'Nunito', sans-serif;">
<div class="container-fluid">
<a class="navbar-brand" href="https://logiq.ai/"><img src="media/logiq-white.png" style="width: 9rem;"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false" style="font-weight: bolder; color: white">
Products
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="https://logiq.ai/log-management/" target="_blank">Log Management</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/monitoring/" target="_blank">Monitoring</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/api-observability/" target="_blank">API Observability</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/logflow/" target="_blank">LogFlow</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/k8s/" target="_blank">Kubernetes Monitoring</a></li>
<li><hr class="dropdown-divider"></li>
<li><p class="dropdown-item" href="" style="font-weight: bolder;">Features</p></li>
<li><a class="dropdown-item" href="https://logiq.ai/byob-data-isolation/" target="_blank">#NoStorageTax</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/integrations/" target="_blank">Integrations</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/logiq-ctl/" target="_blank">CLI</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/eventing/" target="_blank">Alerts</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/integrated-ui/" target="_blank">Integrated UI</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false" style="font-weight: bolder; color: white">
Resources
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><p class="dropdown-item" href="" style="font-weight: bolder;">Get Started</p></li>
<li><a class="dropdown-item" href="https://docs.logiq.ai/logiq-server/quickstart-guide" target="_blank">Try out Apica Ascent</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/resources/" target="_blank">Resources</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/blog/" target="_blank">Blog</a></li>
<li><a class="dropdown-item" href="https://glossary.logiq.ai/" target="_blank">Glossary</a></li>
<li><a class="dropdown-item" href="https://docs.logiq.ai/" target="_blank">Documentation</a></li>
<li><hr class="dropdown-divider"></li>
<li><p class="dropdown-item" href="" style="font-weight: bolder;">More from Apica</p></li>
<li><a class="dropdown-item" href="https://logiq.ai/faqs/" target="_blank">FAQs</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/product-briefs/" target="_blank">Product Briefs</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/ebooks/" target="_blank">eBooks</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/videos/" target="_blank">Videos</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/oreilly-kubernetes-best-practices-for-building-successful-applications-on-kubernetes/" target="_blank">Kubernetes Best Practices</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/cost-savings-calculator/" target="_blank">TCO Calculator</a></li>
<li><a class="dropdown-item" href="https://logiq.ai/how-does-logiq-compare/" target="_blank">How does Apica Ascent compare?</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false" style="font-weight: bolder; color: white">
Documentation
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="https://docs.logiq.ai/" target="_blank">Docs</a></li>
<li><a class="dropdown-item" href="https://logiqctl.logiq.ai/" target="_blank">apicactl</a></li>
<li><a class="dropdown-item" href="https://glossary.logiq.ai/" target="_blank">Glossary</a></li>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div class="col-md-12" style="padding: 0">
<div class="banner" style="font-family: 'Nunito', sans-serif;">
<p class="banner-text" style="font-weight: bolder;">LOGIQHub</p>
<p style="font-size: 1.25rem;" class="ml-1">Get up and running with Apica Ascent quickly using pre-built dashboards for popular applications and infrastructure services.</p>
<p>
<a href="https://github.com/logiqai/logiqhub" target="_blank" class="btn btn-primary my-2" style="color: white; background-color: #3E64FF; border-color: #3E64FF;">Download now</a>
</p>
</div>
</div>
<!--<section class="py-5 text-right container">
<div class="row py-lg-5">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="fw-light">ApicaHub</h1>
<p class="lead text-muted">Pre-built Apica Ascent dashboards to monitor and observe logs and metrics for popular applications.</p>
<p>
<a href="#" class="btn btn-primary my-2">Download now</a>
</p>
</div>
</div>
</section>-->
<!---LIST OF LOGIQHUB DASHBOARDS-->
<div class="album py-5" style="font-family: 'Nunito', sans-serif;">
<div class="container">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/fluent-bit.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Fluent Bit</h5>
<p class="card-text">Monitor and observe your Fluent Bit cluster<br><br><br></p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/fluent-bit" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/kafka_highres.png" width="100%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Kafka</h5>
<p class="card-text">Monitor consumer lag and other important Kafka cluster metrics in an instant<br><br></p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/kafka" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/kubernetes.png" width="419.33" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Kubernetes</h5>
<p class="card-text">Monitor container, ApiServer, pods, and node-level metrics and stats using the Apica Ascent Prometheus connector</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/kubernetes" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/logflow.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">LogFlow</h5>
<p class="card-text">A collection of dashboards that provide LogFlow users with total data pipeline observability.<br></p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/logflow" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/logiq.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Apica Ascent</h5>
<p class="card-text">A single dashboard to monitor your Apica Ascent cluster<br><br></p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/logiq" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/memcached.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Memcached</h5>
<p class="card-text">Monitor your Memcached in-memory data store via the Apica Ascent Prometheus connector</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/memcached" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/mongodb.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">MongoDB</h5>
<p class="card-text">Monitor all key usage and operational metrics for your MongoDB instance<br><br></p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/mongodb" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/mysql.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">MySQL</h5>
<p class="card-text">Gather health, usage, and performance metrics for MySQL.<br><br></p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/mysql" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/postgresql.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">PostgreSQL</h5>
<p class="card-text">Visualize and collate essential metrics from your PostgreSQL database in a single dashboard.<br><br></p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/postgres" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/prometheus.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Prometheus</h5>
<p class="card-text">A single dashboard to monitor Prometheus and AlertManager metrics ingested using the Apica Ascent Prometheus connector.<br><br><br><br><br><br></p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/prometheus" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/redis.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Redis</h5>
<p class="card-text">A dashboard to monitor one or more Redis clusters with logs and metrics ingested via the Apica Ascent Prometheus connector. Includes a dropdown selector to switch between Redis instances running on different namespaces.</p><br><br><br>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/redis" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/rabbitmq.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">RabbitMQ</h5>
<p class="card-text">A pre-built dashboard to monitor RabbitMQ clusters with logs and cluster-wide, node, and individual queue metrics ingested via the Apica Ascent Prometheus connector. Extend this pre-built dashboard by building your own queries and visualizations atop default RabbitMQ metrics. Store more than one day's worth of metric data by connecting your object store with Apica Ascent.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/rabbitmq" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/amazon-ec2.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Amazon Web Services EC2</h5>
<p class="card-text">Monitor and visualize metrics from your AWS EC2 instances.</p><br>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/ec2-monitoring" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/aws-cloudtrail.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Amazon Web Services CloudTrail</h5>
<p class="card-text">A dashboard that lets you monitor and visualize events and trails from AWS CloudTrail.</p><br>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/aws-cloudtrail" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/logflow.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">LogFlow</h5>
<p class="card-text">A pre-built dashboard that visualizes your configured data pipeline flows and displays EPS savings and data pipeline usage statistics.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/logflow" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/windows.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Windows System Event Monitoring</h5>
<p class="card-text">Monitor and visualize Microsoft Windows system events using the Apica Ascent Prometheus connector.</p><br>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/windows-monitoring" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/elastic.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Elastic Instance Monitoring</h5>
<p class="card-text">Monitor and visualize Elastic Instance events using the Apica Ascent Prometheus connector.</p><br>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/elastic" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/amazon-ecs.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Amazon ECS Instance Monitoring</h5>
<p class="card-text">Monitor and visualize Amazon ECS Instance events using the Apica Ascent Prometheus connector.</p><br>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/ecs-monitoring" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/security-monitoring-ossec.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">OSSEC Security Events Monitoring</h5>
<p class="card-text">Monitor and visualize OSSEC Security Events using the Apica Ascent Prometheus connector.</p><br>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/security-monitoring-overview" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/spring-boot.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Java Spring Boot Application Monitoring</h5>
<p class="card-text">Monitor and visualize Java Spring Boot Application events using the Apica Ascent Prometheus connector.</p><br>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/spring-boot-monitoring" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/Logiq-Logo.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Apica Ascent Logs-Overview</h5>
<p class="card-text">Monitor and visualize Apica Ascent Cluster.</p><br>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/logiq-logs-overview" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/Logiq-Logo.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Apica Ascent Monitoring</h5>
<p class="card-text">Monitor and visualize Apica Ascent Cluster.</p><br>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/logiq-monitoring" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/Logiq-Logo.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Apica Ascent Query Statistics</h5>
<p class="card-text">Monitor and Analyse queries performance.</p><br>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/logiq-query-statistics" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img class="bd-placeholder-img card-img-top" src="media/Logiq-Logo.png" width="50%" height="225" role="img" aria-label="Placeholder: Thumbnail" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#55595c"/></img>
<div class="card-body" style="border-top: solid">
<h5 class="card-title" style="font-weight: bolder;">Apica Ascent Namespace & App Distribution</h5>
<p class="card-text">Monitor and visualize the distribution of Namespace and Application in your cluster.</p><br>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="https://github.com/logiqai/logiqhub/tree/master/logiq-namespace-app-distribution" target="_blank"><button type="button" class="btn btn-m btn-outline-secondary">Download</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="text-muted py-5" style="font-family: 'Nunito', sans-serif;">
<div class="container">
<p class="float-end mb-1">
<a href="#">Back to top</a>
</p>
<p class="mb-1">These dashboards give you a starting point for monitoring and observing your applications. Feel free to download and customize them to suit your need.</p>
<p class="mb-0">Not using Apica Ascent yet? Install the free-forever <a href="https://docs.logiq.ai/" target="_blank">Apica Ascent PaaS Community Edition</a>.</p>
</div>
</footer>
<script src="../assets/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>