Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki Update: updating Complete Guide for Developers #123

Open
zenoR-git opened this issue Feb 20, 2025 · 0 comments
Open

Wiki Update: updating Complete Guide for Developers #123

zenoR-git opened this issue Feb 20, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@zenoR-git
Copy link

zenoR-git commented Feb 20, 2025

Hi @Lorygold , I have some suggestion for Complete Guide for developer :

  1. 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

  2. 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.

  3. 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.

@Lorygold Lorygold added the documentation Improvements or additions to documentation label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants