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
Wazuh indexer API retrieves wrong information about the platform (this error does not break anything), having the indexer installed in a ubuntu machine, when consulting the API it tells us that the build_type is rpm (RedHat and Centos packages) but it should be deb
Description
Wazuh indexer API retrieves wrong information about the platform (this error does not break anything), having the indexer installed in a ubuntu machine, when consulting the API it tells us that the
build_type
isrpm
(RedHat and Centos packages) but it should bedeb
Evidences
Platform information:
Wazuh cluster information:
Steps to reproduce
All the steps and configurations necessary to be able to reproduce the use case or error described in the issue must be indicated.
wazuh-indexer
following the step-by-step guidecurl -k -u admin:admin https://<MANAGER_IP>:9200
The
build_type
saysrpm
what is not correctThe
build_type
should bedeb
The text was updated successfully, but these errors were encountered: