Coder Social home page Coder Social logo

Comments (3)

havidarou avatar havidarou commented on June 14, 2024

I have limited the information used as persistent data for Wazuh by modifying data_dirs.env to:

i=0
DATA_DIRS[((i++))]="etc"
DATA_DIRS[((i++))]="logs"
DATA_DIRS[((i++))]="queue/syscheck"
DATA_DIRS[((i++))]="queue/rootcheck"
DATA_DIRS[((i++))]="api/configuration"
export DATA_DIRS

The change can be seen in https://github.com/wazuh/wazuh-docker/tree/3.6.1_6.4.2_upgrade

This is a temporal fix for Wazuh 3.6.1_6.4.2. We should think of a different way to approach this problem by thoroughly checking what information should be persistent in every one of Wazuh versions.

from wazuh-docker.

SitoRBJ avatar SitoRBJ commented on June 14, 2024

Hello team,

We have updated the list of files to keep in the volume for successful updates.

i=0
DATA_DIRS[((i++))]="api/configuration"
DATA_DIRS[((i++))]="etc/client.keys"
DATA_DIRS[((i++))]="etc/decoders"
DATA_DIRS[((i++))]="etc/lists"
DATA_DIRS[((i++))]="etc/local_internal_options.conf"
DATA_DIRS[((i++))]="etc/localtime"
DATA_DIRS[((i++))]="etc/ossec.conf"
DATA_DIRS[((i++))]="etc/ossec-init.conf"
DATA_DIRS[((i++))]="etc/rootcheck"
DATA_DIRS[((i++))]="etc/rules"
DATA_DIRS[((i++))]="etc/shared"
DATA_DIRS[((i++))]="etc/sslmanager.cert"
DATA_DIRS[((i++))]="etc/sslmanager.key"
DATA_DIRS[((i++))]="logs"
DATA_DIRS[((i++))]="queue/syscheck"
DATA_DIRS[((i++))]="queue/rootcheck"
DATA_DIRS[((i++))]="queue/agent-groups"
DATA_DIRS[((i++))]="queue/agent-info"
DATA_DIRS[((i++))]="queue/agents-timestamp"
DATA_DIRS[((i++))]="queue/agentless"
DATA_DIRS[((i++))]="queue/cluster"
DATA_DIRS[((i++))]="queue/rids"
DATA_DIRS[((i++))]="queue/fts"
DATA_DIRS[((i++))]="api/configuration"
export DATA_DIRS

Wazuh manager service is successfully started, but the API service is not running.

WazuhAPI 2018-10-26 15:32:07 : Internal Error: uncaughtException
WazuhAPI 2018-10-26 15:32:07 : TypeError: Cannot read property 'uid' of undefined

By manually changing the following inputs to UID and GID values we have directly managed to start the service:

// get ossec uid and gid
fs.stat(path_log + '/api', function(err, stats) {
    ossec_uid = stats['uid'];
    ossec_gid = stats['gid'];
});

From: https://github.com/wazuh/wazuh-api/blob/master/helpers/logger.js#L25

The next step is to solve this problem.

Regards,

Alfonso

from wazuh-docker.

SitoRBJ avatar SitoRBJ commented on June 14, 2024

Hello team,

This error is solved in PR #65, where we have reduced the number of files exported to the external volume of /var/ossec in order to reduce possible conflicts in the updates through Docker.

We proceed to close the issue.

Regards,

Alfonso

from wazuh-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.