forked from arkime/arkimeweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
811 lines (781 loc) · 28.7 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
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
---
title: Home
---
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137788272-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag () { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-137788272-1');
</script>
<title>Arkime</title>
<!-- Required meta tags always come first -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="description" content="An open-source, large scale, full packet capturing, indexing, and database system. Stop using slow tools to dissect and search your packets, let Arkime do the grunt work for you!" />
<!-- facebook open graph tags -->
<meta property="og:url" content="http://arkime.com" />
<meta property="og:description" content="An open-source, large scale, full packet capturing, indexing, and database system. Stop using slow tools to dissect and search your packets, let Arkime do the grunt work for you!" />
<meta property="og:image" content="assets/[email protected]" />
<!-- twitter card tags additive with the og: tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:domain" value="arkime.com" />
<meta name="twitter:description" value="An open-source, large scale, full packet capturing, indexing, and database system. Stop using slow tools to dissect and search your packets, let Arkime do the grunt work for you!" />
<meta name="twitter:image" content="assets/[email protected]" />
<meta name="twitter:url" value="http://arkime.com" />
<!-- fontawesome http://fontawesome.io/ -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap CSS https://getbootstrap.com/ -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<!-- custom index page styles -->
<link rel="stylesheet" type="text/css" href="index.css">
<!-- download js to display some downloads -->
<script src="downloads.js"></script>
<script src="index.js"></script>
</head>
<body id="viewport">
<div class="container-fluid full-width-page">
<!-- navbar -->
{%- include navbar.html -%}
<!-- home -->
<div id="home"
class="primary-theme-background p-nav-lg angle-background angle-background-long">
<div class="row mb-4">
<div class="col-md-12">
<h1 class="display-1 text-center">
<img class="arkime-brand" />
</h1>
<h1 class="display-3 text-center">
Full Packet Capture
</h1>
<p class="lead lead-lg text-thin text-center">
Arkime (formerly Moloch) is a large-scale, open-source, indexed
packet capture and search tool.
</p>
</div>
</div>
<div class="row mb-5 mt-3">
<div class="col text-center">
<a href="#download"
class="btn btn-primary btn-lg mr-2 btn-fw mb-2">
Download
</a>
<a href="https://github.com/arkime/arkime"
class="btn btn-outline-info btn-lg mr-2 btn-fw mb-2">
GitHub
</a>
<a href="https://slackinvite.arkime.com/"
class="btn btn-outline-danger btn-lg btn-fw mb-2">
Slack Us
</a>
</div>
</div>
<div class="shadow-lg p-4 mb-5 mr-5 ml-5 bg-white rounded">
<div class="row">
<div class="col-1 d-none d-lg-block">
<h1 class="text-center primary-theme-text">
<span class="fa fa-bullhorn fa-lg fa-fw" />
</h1>
</div>
<div class="col-lg-10">
<div class="row">
<div class="col">
<h4 class="display-4 text-center">
<a href="v4release" class="no-decoration">
Arkime 4.0 is HERE!
</a>
</h4>
</div>
</div>
<div class="row">
<div class="col">
<h4 class="display-5 text-center">
It includes a new app! Check out
<a href="cont3xt" class="no-decoration">
Cont3xt</a>.
</h4>
</div>
</div>
<hr>
<div class="row">
<div class="col">
<h4 class="display-5 lead text-center">
Meet the developers and other Arkimists at our
<a href="mini-arkimeetus" class="no-decoration">
Office Hours</a>.
</h4>
</div>
</div>
</div>
<div class="col-1 d-none d-lg-block">
<h1 class="text-center primary-theme-text">
<span class="fa fa-bullhorn fa-lg fa-fw fa-flip-horizontal" />
</h1>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col">
<h1 class="display-5 text-center">
<img src="assets/simple_logo.png" height="40px" style="margin-top:-4px;" />
<a href="on" class="no-decoration primary-theme-text">
Join us!</a>
<img src="assets/simple_logo.png" height="40px" style="margin-top:-4px;" />
</h1>
</div>
</div> -->
<div class="jumbotron jumbotron-white mb-5 mt-5 ml-5 mr-5">
<p class="lead text-center text-muted">
Augment your current security infrastructure to store and
index network traffic in standard PCAP format.
<br>
Arkime is not meant to replace Intrusion Detection Systems (IDS)
but instead provides more visibility.
</p>
<div class="row mt-5">
<div class="col-lg-3 col-md-6">
<span class="fa fa-lock fa-3x">
</span>
<h5 class="primary-theme-text mt-1">
Security
</h5>
<p>
Access to Arkime is protected by using HTTPS with digest passwords or
by using an authentication-providing web server proxy. All PCAPs are
stored on the installed Arkime sensors and are only available through the Arkime
web interface or API. Arkime supports encrypting PCAP files at rest.
</p>
<p>
Want to report a security issue or just learn more? There's
<a href="security"
class="no-decoration">
more info here</a>.
</p>
</div>
<div class="col-lg-3 col-md-6">
<span class="fa fa-expand fa-3x">
</span>
<h5 class="primary-theme-text mt-1">
Scalability
</h5>
<p>
Arkime is designed to be deployed across multiple clustered systems, providing the ability to scale to handle multiple gigabits per second of traffic.
PCAP retention is based on available sensor disk space, while metadata retention is based on the scale of the OpenSearch/Elasticsearch cluster.
Both can be increased at any time.
</p>
</div>
<div class="col-lg-3 col-md-6">
<span class="fa fa-hand-pointer-o fa-3x cursor-pointer">
</span>
<h5 class="primary-theme-text mt-1">
Interface
</h5>
<p>
A web application is provided for PCAP browsing,
searching, analysis, and PCAP carving for exporting. Arkime
stores and exports all packets in standard PCAP format,
allowing you to use your favorite PCAP ingestion tools
during your analysis workflow.
</p>
</div>
<div class="col-lg-3 col-md-6">
<span class="fa fa-cloud-download fa-3x">
</span>
<h5 class="primary-theme-text mt-1">
APIs
</h5>
<p>
Exposed APIs allow PCAP data and JSON-formatted
session data to be downloaded directly.
</p>
<p>
<a href="allapis"
class="no-decoration mt-2">
View the API documentation
</a>.
</p>
</div>
</div>
</div>
<div class="mb-5"> </div>
</div> <!-- /home -->
<!-- demo -->
<a id="demo"
class="anchor anchor-offset-more">
</a>
<div class="demo">
<h1 class="display-4 text-center d-none d-sm-none d-md-block">
Arkime Demo
</h1>
<h1 class="display-4 text-center d-block d-md-none demo-small-screen">
Arkime<br>Demo
</h1>
<p class="text-center">
<a class="btn btn-primary btn-lg"
href="https://demo.arkime.com/?date=-1">
Check it out!
</a>
</p>
<p class="lead text-center mb-0">
The username and password are both <code>arkime</code>.
</p>
<p class="lead text-muted text-center">
<strong class="primary-theme-text">Warning:</strong>
Anyone can see anything you upload.
</p>
<p class="mt-3 text-center">
Also, check out our
<a href="https://youtube.com/playlist?list=PLbtC7EkL4dH9q_yGMw0ZzglFoWtXk5sE1"
rel="nofollow"
class="no-decoration">
recorded talks and feature demos</a>.
</p>
</div> <!-- /demo -->
<hr>
<!-- screenshots -->
<a id="screenshots"
class="anchor">
</a>
<div class="mt-5">
<!-- sessions -->
<div class="container-fluid mb-5">
<div class="row d-flex align-items-end">
<div class="col-lg-8 col-md-7 align-self-start">
<h1 class="display-4 mb-3 dark-primary-theme-text">
Sessions Page
</h1>
<p class="lead mb-3">
The Sessions page displays a list of indexed sessions for the selected time period and search expression.
It includes a timeline graph and a map of the session results.
</p>
<img
alt="Sessions screenshot"
class="screenshot-img sessions"
width="50px"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="primary-theme-text fa fa-search fa-fw fa-lg">
</span>
Search
</h5>
<p>
The search bar allows for powerful search queries to narrow down the data.
Choose the owl to display available fields and expression syntax.
</p>
<h5>
<span class="primary-theme-text fa fa-plus fa-fw fa-lg">
</span>
Session detail
</h5>
<p>
Get more information about any session and view the session's
packet data by choosing the <strong>+</strong> button.
</p>
<h5>
<span class="primary-theme-text fa fa-hand-o-up fa-fw fa-lg">
</span>
Value actions
</h5>
<p>
Hover and click any value to view a dropdown menu of actions, such as
applying that value as search criteria.
</p>
<h5>
<span class="primary-theme-text fa fa-cloud-download fa-fw fa-lg">
</span>
Export PCAP
</h5>
<p>
You can export search results as PCAP or CSV by choosing the actions
(<span class="fa fa-caret-down"></span>) dropdown menu on the top right.
</p>
<h5>
<span class="primary-theme-text fa fa-arrows-h fa-fw fa-lg">
</span>
Timeline search
</h5>
<p>
Click and drag an area in the timeline to filter sessions by time.
</p>
<h5>
<span class="primary-theme-text fa fa-globe fa-fw fa-lg">
</span>
Country search
</h5>
<p class="mb-0">
Choose a country on the map to apply it as search criteria.
</p>
</div>
</div>
</div> <!-- /sessions -->
<!-- spiview -->
<hr>
<div class="container-fluid mt-5 mb-5">
<div class="row d-flex align-items-end">
<div class="col-lg-8 col-md-7 align-self-start">
<h1 class="display-4 mb-3 dark-primary-theme-text">
SPI View Page
</h1>
<p class="lead mb-3">
The Session Profile Information (SPI) View page allows you to view unique values with session counts for each of the captured fields.
</p>
<img
class="screenshot-img spiview"
alt="SPI View screenshot"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="primary-theme-text fa fa-plus fa-lg">
</span>
Toggle categories
</h5>
<p>
Select any section to open or close any field category.
</p>
<h5 class="mt-4">
<span class="primary-theme-text fa fa-search fa-lg">
</span>
Search for fields
</h5>
<p>
Search for fields within a category by using the input box within the category.
</p>
<h5 class="mt-4">
<span class="primary-theme-text fa fa-hand-o-up fa-lg">
</span>
Toggle fields
</h5>
<p>
Select a field in the top section of a category to toggle the field's visibility.
You can also select the <strong>Load All</strong> or <strong>Unload All</strong> buttons to load or unload all the fields
in that category.
</p>
<h5 class="mt-4">
<span class="primary-theme-text fa fa-caret-down fa-lg">
</span>
Field actions
</h5>
<p>
Choose the <span class="fa fa-caret-down"></span> dropdown menu on any field to view
actions that can be performed on that field, such as exporting unique values
and opening the SPI Graph page.
</p>
<h5 class="mt-4">
<span class="primary-theme-text fa fa-ban fa-lg">
</span>
Cancel Load
</h5>
<p class="mb-0">
Choose the cancel button on the top right of the page if the
page is taking a long time to load data or you made a mistake when
you issued a query.
</p>
</div>
</div>
</div> <!-- /spiview -->
<!-- spigraph -->
<hr>
<div class="container-fluid mb-5">
<div class="row d-flex align-items-end">
<div class="col-lg-8 col-md-7 align-self-start">
<h1 class="display-4 mb-3 dark-primary-theme-text">
SPI Graph Page
</h1>
<p class="lead mb-3">
The Session Profile Information (SPI) Graph page shows a temporal view for the top unique values of any field.
</p>
<img
alt="SPI Graph screenshot"
class="screenshot-img spigraph"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="primary-theme-text fa fa-plus fa-lg">
</span>
Total
</h5>
<p>
The first timeline graph and map show an aggregation of all the results below.
Choose the <strong>x</strong> button on this map to hide all maps.
</p>
<h5>
<span class="primary-theme-text fa fa-search fa-lg">
</span>
Search for fields
</h5>
<p>
Make a selection from the SPI Graph dropdown menu on the top left
to view the unique values for different fields.
</p>
<h5>
<span class="primary-theme-text fa fa-list-ol fa-lg">
</span>
More fields
</h5>
<p>
Change the <strong>Max Elements</strong> dropdown menu selection to display more results.
</p>
<h5>
<span class="primary-theme-text fa fa-sort fa-lg">
</span>
Sorting
</h5>
<p class="mb-0">
Change the <strong>Sort by</strong> dropdown menu selection to change how the results are sorted.
By default, the results are sorted starting with the highest unique field value.
</p>
</div>
</div>
</div> <!-- /spigraph -->
<!-- connections -->
<hr>
<div class="container-fluid mb-4">
<div class="row d-flex align-items-end">
<div class="col-lg-8 col-md-7 align-self-start">
<h1 class="display-4 mb-3 dark-primary-theme-text">
Connections Page
</h1>
<p class="lead mb-3">
The Connections page shows a network graph of your search results.
</p>
<img
alt="Connections screenshot"
class="screenshot-img connections"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="primary-theme-text fa fa-lock fa-lg">
</span>
Lock
</h5>
<p>
Click and drag a node to lock it into place on the graph.
</p>
<h5>
<span class="primary-theme-text fa fa-hand-o-up fa-lg">
</span>
Node Info
</h5>
<p>
Hover over a node or a link to view more information (or to hide it).
</p>
<h5>
<span class="primary-theme-text fa fa-text-width fa-lg">
</span>
Node/Link Weight
</h5>
<p>
Change the <strong>Node/Link Weight</strong> dropdown menu selection to change how the node and link sizes are calculated.
</p>
<h5>
<span class="primary-theme-text fa fa-search fa-lg">
</span>
Change Source/Destination Nodes
</h5>
<p>
Make a selection from the <strong>Src</strong> or <strong>Dst</strong> dropdown menus to visualize your data based
upon different captured field relationships.
</p>
<h5>
<span class="primary-theme-text fa fa-download fa-lg">
</span>
Save as a PNG
</h5>
<p class="mb-0">
Save the graph as a PNG!
</p>
</div>
</div>
</div> <!-- /connections -->
</div> <!-- /screenshots -->
<!-- downloads -->
<a id="download"
class="anchor">
</a>
<div class="primary-theme-background pt-5 angle-background">
<div class="row">
<div class="col-md-12">
<h1 class="display-4 text-center mb-4 mt-4">
Download Arkime
</h1>
<div class="row mb-4 mt-4">
<div class="col text-center">
<a class="btn btn-outline-danger btn-lg mr-3 btn-fw mb-2"
href="https://s3.amazonaws.com/files.molo.ch/NOTICE.txt">
NOTICE
</a>
<a class="btn btn-outline-primary btn-lg mr-3 btn-fw mb-2"
href="https://raw.githubusercontent.com/arkime/arkime/main/CHANGELOG">
CHANGELOG
</a>
<a class="btn btn-outline-info btn-lg mr-3 btn-fw mb-2"
href="https://raw.githubusercontent.com/arkime/arkime/main/release/README.txt">
Instructions
</a>
<a class="btn btn-outline-warning btn-lg mr-3 btn-fw mb-2"
href="https://github.com/arkime/arkime/issues/new">
Open an Issue
</a>
</div>
</div>
<!--
<div class="row mb-2 mr-1 ml-1">
<div class="col">
<div class="jumbotron jumbotron-white pb-2 pt-4">
<h3 class="primary-theme-text pb-3 text-center">
<span class="fa fa-exclamation-triangle">
</span>
Before upgrading
<span class="fa fa-exclamation-triangle">
</span>
</h3>
<div class="row pb-2">
<div class="col-lg-3 col-md-6">
<p>
<strong>To Arkime 1.5</strong>
<br>
Upgrade to Arkime 1.0 or 1.1 and finish any reindexing.
</p>
</div>
<div class="col-lg-3 col-md-6">
<p>
<strong>To Arkime 1.0 or 1.1</strong>
<br>
Read the
<a class="no-decoration"
href="faq#how_do_i_upgrade_to_arkime_1">
How do I upgrade to Arkime 1.0
</a>
answer in the FAQ.
<br>
<em>
Upgrading to 1.0 takes some time, work, and requires ES 5.x.
</em>
</p>
</div>
<div class="col-lg-3 col-md-6">
<p>
<strong>From ES 5 to ES 6</strong>
<br>
Read the
<a class="no-decoration"
href="faq#how-do-i-upgrade-to-es-6-x">
How do I upgrade to ES 6
</a>
answer in the FAQ.
</p>
</div>
<div class="col-lg-3 col-md-6">
<p>
<strong>From ES 2 to ES 5</strong>
<br>
Read the
<a class="no-decoration"
href="faq#how_do_i_upgrade_to_es_5x">
How do I upgrade to ES 5
</a>
answer in the FAQ.
</p>
</div>
</div>
</div>
</div>
</div>
-->
<div class="downloads mr-5 ml-5">
<h4 class="loading-downloads text-sm-center">
<span class="fa fa-spinner fa-spin"></span>
Loading Arkime downloads...
</h4>
<div class="main-downloads"></div>
<div class="row downloads-error mt-4" style="display:none;">
<div class="col-12 text-center">
<h5 class="primary-theme-text">
<span class="fa fa-frown-o fa-lg">
</span>
Sorry, we couldn't retrieve Arkime downloads.
<span class="fa fa-frown-o fa-lg">
</span>
<br>
Please try again later.
</h5>
<p>
Meanwhile, view Arkime on
<a href="https://github.com/arkime/arkime"
class="no-decoration">
GitHub
</a>
</p>
</div>
</div>
<div class="row text-center mt-4">
<div class="col">
<a href="downloads"
class="btn btn-lg btn-primary">
More Downloads
</a>
</div>
</div>
</div>
</div>
</div>
</div> <!-- /downloads -->
<!-- help -->
<a id="help"
class="anchor">
</a>
<div class="pt-5 mr-5 ml-5 pb-5">
<div class="row">
<div class="col-md-12">
<h1 class="display-4 text-center mb-4">
Help!
</h1>
</div>
</div>
<div class="jumbotron row">
<div class="col-lg-3 col-md-6 col-sm-12">
<span class="fa fa-question-circle fa-2x">
</span>
<h5 class="primary-theme-text mt-1">
FAQ
</h5>
<p>
Read our
<a href="faq"
class="no-decoration">
FAQ
</a>
first!
</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<span class="fa fa-slack fa-2x">
</span>
<h5 class="primary-theme-text mt-1">
Slack
</h5>
<p>
Join our
<a class="no-decoration"
href="https://slackinvite.arkime.com/">
Slack
</a>
workspace to discuss Arkime and ask questions.
</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<span class="fa fa-github fa-2x">
</span>
<h5 class="primary-theme-text mt-1">
Issues
</h5>
<p>
Find a bug? Want a new feature?
Open an
<a class="no-decoration no-wrap"
href="https://github.com/arkime/arkime/issues/new">
issue on GitHub</a>.
</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<span class="fa fa-pencil fa-2x">
</span>
<h5 class="primary-theme-text mt-1">
Feedback
</h5>
<p>
We’d love to hear your feedback!
<a class="no-decoration no-wrap"
href="https://forms.gle/h4gjuwShThcFRJHM7">
Take the Arkime user survey</a>.
</p>
</div>
</div>
</div> <!-- /help -->
<!-- contribute -->
<div class="row text-center mb-5">
<div class="col">
<p class="mb-0">
Want to add to our FAQ?
Found an issue on this site?
</p>
<p>
<span class="fa fa-github-alt fa-lg">
</span>
This site's code is open-source.
<a href="https://github.com/arkime/arkimeweb/blob/main/CONTRIBUTING.md"
class="no-decoration"
rel="nofollow">
Please contribute!
</a>
<span class="fa fa-github-alt fa-lg">
</span>
</p>
</div>
</div> <!-- /contribute -->
</div> <!-- /container -->
<!-- footer -->
{%- include footer.html -%}
<script>
// page loaded
$(function () {
$('#homeLink').addClass('active');
$('[data-toggle="tooltip"]').tooltip();
function setupDownloadBtns (versions, sortedVersions) {
const version = versions[sortedVersions[0]]; // get the latest version
const osList = [ 'Arch', 'Centos 7', 'Centos 8', 'EL 9', 'Ubuntu 18.04', 'Ubuntu 20.04', 'Ubuntu 22.04' ];
const downloads = version.downloads;
let html = `<div class="row text-center">
<div class="col">
<h2>${version.title}</h2>
<p class="lead">Latest Release: ${version.modified}</p>
</div>
</div>
<div class="row text-center"><div class="col">`;
let i, d;
for (i = 0, len = osList.length; i < len; ++i) {
for (d = 0; d < downloads.length; d++) {
if (downloads[d].title === osList[i]) {
let download = downloads[d];
html += `<a href="${download.url}" class="btn btn-primary btn-lg btn-fw ml-1 mr-1 mb-2">
${download.title}
</a>`;
break;
}
}
}
html += '</div></div>';
$('.main-downloads').append(html);
}
function setupError() {
$('.downloads-error').show();
$('.loading-downloads').hide();
}
$.ajax({
url: 'https://s3.amazonaws.com/files.molo.ch',
type: 'GET',
crossDomain: true,
dataType: 'xml',
success: function (xml) {
let downloads = parseXML(xml);
setupDownloadBtns(downloads.downloads, downloads.sortedVersions);
$('.loading-downloads').hide();
},
error: function(xhr, textStatus, errorThrown) {
setupError();
}
});
});
</script>
</body>
</html>