The-Taggart-Institute / responsible-red-teaming

Labs & Code snippets for RRT on TTI
MIT License
37 stars 7 forks source link

Elastuc Setup Issue #2

Open ExceedingLife opened 1 year ago

ExceedingLife commented 1 year ago

Elastic Detection Engine Setup Failed

Bug report Hello Taggart Team, I am going through the guide on responsible red teaming and am currently at step: Elastic, Fleet, & Terminal Logging I installed Docker and cloned the Elastic-Container successfully. I changed the passwords, etc When I run:

./elastic-container.sh start  

Everything Pulls, starts, etc except for when it gets to the step: I get this error:

Attempting to enable the Detection Engine and install prebuilt Detection Rules

Kibana is up. Proceeding

Detection Engine setup failed :-(

running netstat I see there is an open port :localhost5601 I can browse to the website but when I go to the site this is what I get:


statusCode  503
error   "Service Unavailable"
message "License is not available."

Thank you

I will continue to search to figure out this issue, else maybe you guys have a quick fix.

ShubhamJagtap2000 commented 1 year ago

Hey @ExceedingLife

Will you please check if you are making connection with the ElasticSearch client, with proper credentials set.

Also, I would like to know if you are using python-client for elastic anywhere. Thanks.