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

Wazuh cluster information with wrong build_type #1870

Closed
QU3B1M opened this issue Oct 3, 2022 · 2 comments
Closed

Wazuh cluster information with wrong build_type #1870

QU3B1M opened this issue Oct 3, 2022 · 2 comments

Comments

@QU3B1M
Copy link
Member

QU3B1M commented Oct 3, 2022

Wazuh version Component Install type Install method Platform
4.3.8 indexer All-in-one Step-by-step Ubuntu 20.04

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 is rpm (RedHat and Centos packages) but it should be deb

Evidences

Platform information:

lsb_release -a

No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.5 LTS
Release:	20.04
Codename:	focal

Wazuh cluster information:

curl -k -u admin:admin https://192.168.56.12:9200

{
  "name" : "wazuh",
  "cluster_name" : "wazuh-cluster",
  "cluster_uuid" : "i4SR4_XKTE6TzLMh1Mmegw",
  "version" : {
    "number" : "7.10.2",
    "build_type" : "rpm",
    "build_hash" : "e505b10357c03ae8d26d675172402f2f2144ef0f",
    "build_date" : "2022-01-14T03:38:06.881862Z",
    "build_snapshot" : false,
    "lucene_version" : "8.10.1",
    "minimum_wire_compatibility_version" : "6.8.0",
    "minimum_index_compatibility_version" : "6.0.0-beta1"
  },
  "tagline" : "The OpenSearch Project: https://opensearch.org/"
}

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.

  1. Install wazuh-indexer following the step-by-step guide
  2. Check the cluster information using the command curl -k -u admin:admin https://<MANAGER_IP>:9200

  • Current Result:
    The build_type says rpm what is not correct
  • Expected Result
    The build_type should be deb
@alberpilot alberpilot transferred this issue from wazuh/wazuh Oct 3, 2022
@teddytpc1 teddytpc1 added level/task Subtask issue type/bug Bug issue and removed type: bug labels May 23, 2023
@gdiazlo
Copy link
Member

gdiazlo commented Aug 22, 2023

Blocked by wazuh/wazuh-indexer#4

@AlexRuiz7
Copy link
Member

Solved in the fork. Check:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

5 participants