Skip to content

This project aims to simplify the process of setting up Arkime, which can be daunting for brand-neww network analysts. Unlike the traditional Arkime build, this repository provides a streamlined approach using Docker Compose and environment variables.

Notifications You must be signed in to change notification settings

StrackVibes/Arkime-SS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Arkime Simplified Setup

Welcome to the Arkime Simplified Setup! This project aims to simplify the process of setting up Arkime, which can be daunting for brand-new network analysts. Unlike the traditional Arkime build, this repository provides a streamlined approach using Docker Compose and environment variables.
· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

The simplified setup process reduces the barriers for entry, making it accessible for network analysts of all experience levels. With just a few adjustments, you'll have a fully functional Arkime environment tailored to your needs.

By modifying the environment variables in the docker-compose file, you can easily customize and configure your Arkime cluster. This flexibility allows you to effortlessly wipe the cluster, change the password, and even switch between different versions of Arkime.

Get started with Arkime Simplified Setup today and experience the power of Arkime without the complexities of the traditional setup. Empower yourself as a network analyst and dive into the world of network traffic analysis with ease.

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Before you begin, ensure that you have the following dependencies installed:

  • docker
    sudo apt install docker-ce -g
    NOTE: To avoid using sudo for docker activities, add your username to the Docker Group
    sudo usermod -aG docker ${USER}

Installation

  1. Clone the repo
    git clone https://github.com/StrackVibes/Arkime.git
  2. Set the memory requirements for the Elasticsearch instance.
    sudo sysctl -w vm.max_map_count=262144
  3. (Optional) Change environment variables in docker-compose.yml
    nano ./docker-compose.yml
  4. Run docker
    docker compose up -d

(back to top)

Usage

To make the most of Arkime, follow these steps:

  1. Access the Interface: Open your preferred web browser and navigate to the following URL:
    http://localhost:8005
  2. Login with your username and password. Defaults listed below:
    Username: admin
    Password: password

For tool usage, please refer to the Arkime Documentation

(back to top)

Arkime Environment variables available

NAME DEFAULT VALUE NOTES
INITALIZEDB true Make this true on the first execution and false every other time
ARKIME_PASSWORD password To connect admin use on the web interface
WIPEDB true Erases all data
ARKIME_VERSION 5.5.1 According to Arkime version nomenclature
UBUNTU_VERSION 2004_amd64 The version of Ubuntu base container
ES_HOST elasticsearch Should use elasticsearch or localhost depending on network type
ES_PORT 9200 Elastic search port in elastic search container or exposed in any server
ARKIME_INTERFACE eth0 Network interface to listen
CAPTURE off Uses the capture interface to collect traffic
VIEWER on Can be utilized via port 8005
CONT3XT on Can be utilized via port 3218
WISE on Turns plugin on/off

Roadmap

  • Create one-stop shop
  • Add Wise tags
  • Cont3xt valueactions
  • Easy pcap injest script

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Shane Strack - @INshane09

Project Link: https://github.com/StrackVibes/Arkime

(back to top)

Acknowledgments

(back to top)

About

This project aims to simplify the process of setting up Arkime, which can be daunting for brand-neww network analysts. Unlike the traditional Arkime build, this repository provides a streamlined approach using Docker Compose and environment variables.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published