https://www.elastic.co/virtual-events/unlock-your-soc-stop-threats-with-limitless-xdr
Detect - alert-rules
Video minute 15:20
Cases:
minute : 27
External Incident Management System: (eg: JIRA)
minute: 28:31
https://www.elastic.co/virtual-events/unlock-your-soc-stop-threats-with-limitless-xdr
Detect - alert-rules
Video minute 15:20
Cases:
minute : 27
External Incident Management System: (eg: JIRA)
minute: 28:31
Dlm docker-compose.yml:
services: elasticsearch: environment: - ELASTIC_PASSWORD=$ELASTIC_PASSWORD
Dlm file .env:
ELASTIC_PASSWORD=changeme
https://discuss.elastic.co/t/set-password-and-user-with-docker-compose/225075
elastic on docker use docker-compose
in docker-compose.yml:
services:
es31:
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION}
in .env file(on same dir)
VERSION=7.7.0
When new release exist,
1- just change the version in file .env
2- stop the docker
3- start the docker again (docker-compose up es31)
Elasticsearch engine will handle all the process to upgrade. If you has cluster with multiple node, repeat steps above with all the non-master node. The master node should be the last one.
Do your own virtual network container
*marvelous
https://iximiuz.com/en/posts/container-networking-is-simple/