Coder Social home page Coder Social logo

opencti's Introduction

Installation

You will need to deploy this on a docker swarm environment After your SWARM env is up and running

Steps - Docker swarm set up

sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common -y

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose -y

docker swarm init --advertise-addr <IP> #On your docker manager node
docker swarm join --token <AUTH_TOKEN> <IP>:2377

Resources needed (I am using only 2 nodes).

500 GB Storage, go as high as you need for this based on your requirements [1 worker node with this is ok if ur not using your seperate Elastic Cluster and Minio Cluster]

24 GB RAM for the individual swarm nodes (recommended) - for a non Elastic && Minio Cluster env

I will be using a .env file to populate the environment variables for my docker-compose deployment and use constraints to make sure the storage resources do not change on a reboot. (very important) or else you have a high chance of loosing data on reboot.

12 CPU per nodes.

If you are using portainer you can copy paste the docker-compose file and deploy stack. makes your are to initialize the environment variables.

Change the following in your .env file and the docker-compose.yml file

  • <API_KEY>
  • changeme
  • CONNECTOR_ID

It's recommended to change the CONNECTOR_ID. use https://www.uuidgenerator.net/ to generate the UUIDs.

opencti's People

Contributors

karmine05 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.