Cortex icon indicating copy to clipboard operation
Cortex copied to clipboard

[Bug] Cortex "Organization > Configuration and Organization > Analyzers" Missing On GUI

Open BrunoMCBraga opened this issue 5 years ago • 1 comments

Request Type

Potential bug.

Problem Description

I am currently trying to deploy Cortex inside Docker using the following Docker compose:

version: "2"
services:
  elasticsearch:
    image: docker.elastic.co/elasticsearch/elasticsearch:5.6.0
    environment:
      - http.host=0.0.0.0
      - transport.host=0.0.0.0
      - xpack.security.enabled=false
      - cluster.name=hive
      - script.inline=true
      - thread_pool.index.queue_size=100000
      - thread_pool.search.queue_size=100000
      - thread_pool.bulk.queue_size=100000
    ulimits:
      nofile:
        soft: 65536
        hard: 65536
    volumes:
      - /Users/brubraga/PycharmProjects/CTAMISPFeeder/Docker/thehivecontainer/es-db:/usr/share/elasticsearch/data
  cortex:
    image: thehiveproject/cortex:latest
    user: root
    ports:
      - "0.0.0.0:9001:9001"

However, when i access the GUI i see: Screenshot 2020-09-01 at 12 04 26

instead of (source: https://github.com/TheHive-Project/CortexDocs/blob/master/admin/quick-start.md#step-7-optional-create-an-account-for-thehive-integration):

image

Steps to Reproduce

  1. Deploy Docker cluster using Docker compose above

BrunoMCBraga avatar Sep 07 '20 09:09 BrunoMCBraga

You need to create an org and an orgadmin and log back in to that account.

cyamal1b4 avatar Jan 25 '21 01:01 cyamal1b4