-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
title: Arkime demos | ||
layout: wiki | ||
permalink: "/demo" | ||
copyLink: True | ||
--- | ||
|
||
<div class="full-height-and-width-container with-footer p-3" markdown="1"> | ||
|
||
<center> | ||
<img class="arkime-brand" /> | ||
<audio id="audio"><source src="assets/arkime_short.m4a" type="audio/mpeg" /></audio> | ||
<span class="fa fa-volume-up arkime-pronunciation" onclick="play()"></span> | ||
</center> | ||
|
||
We've set up instances of the various tools in the Arkime system to give you a chance to play with demo data. | ||
These are live systems with public data, so remember to be respectful of others and not to upload any sensitive information. | ||
If you have any questions or need help, please join us on [Slack](https://slackinvite.arkime.com/). | ||
|
||
We are providing demo instances of the main branch of both Arkime 5 and Arkime 6. | ||
Arkime 6 is currently in development and is not feature complete, but will be getting some UI updates! | ||
|
||
## Arkime | ||
{: .section-header .mt-1 } | ||
|
||
Arkime is the main tool in the Arkime system. It is a web interface for searching and analyzing packet captures. | ||
|
||
* [Arkime 5 Latest Commit](https://demo.arkime.com/sessions/) | ||
* [Arkime 6 Latest Commit](https://demo6.arkime.com/sessions/) | ||
|
||
## Cont3xt | ||
{: .section-header .mt-1 } | ||
|
||
[Cont3xt](/cont3xt) centralizes and simplifies a structured approach to gathering contextual intelligence in support of technical investigations. | ||
|
||
* [Cont3xt 5 Latest Commit](https://cont3xt.arkime.com/) | ||
* [Cont3xt 6 Latest Commit](https://cont3xt6.arkime.com/) | ||
|
||
## Parliament | ||
{: .section-header .mt-1 } | ||
|
||
[Parliament](/parliament) contains a grouped list of your Arkime clusters with links, Elasticsearch/OpenSearch health, and issues for each. You can use Parliament as a landing page for all of your Arkime clusters and as a status page to monitor the health of your clusters. | ||
|
||
* [Parliament 5 Latest Commit](https://parliament.arkime.com/) | ||
* [Parliament 6 Latest Commit](https://parliament6.arkime.com/) | ||
|
||
## WISE | ||
{: .section-header .mt-1 } | ||
[WISE](/wise) is a framework for integrating data feeds into Arkime. | ||
|
||
* [WISE 5 Latest Commit](https://wise.arkime.com/) | ||
* [WISE 6 Latest Commit](https://wise6.arkime.com/) | ||
</div> |