You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Lorygold , I have some suggestion for Complete Guide for developer :
Under System Configuration in 1st step the command docker-compose -f docker-compose.yaml -f docker-compose.override.yaml -f docker-compose.elastic.yaml up -d postgres elasticsearch kibana
does not work as the name of postgres service is changed to buffalogs_postgres . I would suggest it to upgrade to docker-compose -f docker-compose.yaml -f docker-compose.override.yaml -f docker-compose.elastic.yaml up -d buffalogs_postgres elasticsearch kibana
or change the name of postgres service in Buffalogs/docker-compose.yaml to postgres
In Run BuffaLogs detections (Backend) section I think Generate login data should come before configure elasticsearch section as we need to have some data before we can create Index Patterns.
Under System Configuration in 1st step. I feel that this line Pull the Docker image with docker image pull certego/buffalogs then, you can check your images running docker image ls is unnecessary. I could not understand the requirement for this image in development and I didn't use this image in setting up development environment either.
The text was updated successfully, but these errors were encountered:
Hi @Lorygold , I have some suggestion for Complete Guide for developer :
Under System Configuration in 1st step the command
docker-compose -f docker-compose.yaml -f docker-compose.override.yaml -f docker-compose.elastic.yaml up -d postgres elasticsearch kibana
does not work as the name of postgres service is changed to buffalogs_postgres . I would suggest it to upgrade to
docker-compose -f docker-compose.yaml -f docker-compose.override.yaml -f docker-compose.elastic.yaml up -d buffalogs_postgres elasticsearch kibana
or change the name of postgres service in Buffalogs/docker-compose.yaml to
postgres
In Run BuffaLogs detections (Backend) section I think Generate login data should come before configure elasticsearch section as we need to have some data before we can create Index Patterns.
Under System Configuration in 1st step. I feel that this line
Pull the Docker image with docker image pull certego/buffalogs then, you can check your images running docker image ls
is unnecessary. I could not understand the requirement for this image in development and I didn't use this image in setting up development environment either.The text was updated successfully, but these errors were encountered: