wazuh / wazuh-indexer

Wazuh indexer, the Wazuh search engine
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
6 stars 16 forks source link

Build Docker images #194

Closed AlexRuiz7 closed 2 months ago

AlexRuiz7 commented 3 months ago

Description

Assemble tar packages to be used on Docker images.

Issues Resolved

Closes #192

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

AlexRuiz7 commented 3 months ago
https://localhost:9200/
{
  "name" : "wazuh.indexer",
  "cluster_name" : "opensearch",
  "cluster_uuid" : "tcdPhOrWSdSmxwlYhIZ7-A",
  "version" : {
    "number" : "7.10.2",
    "build_type" : "tar",
    "build_hash" : "cfca84fff78d1e1360b7971397fd80c8f8f6f4a2",
    "build_date" : "2024-03-20T18:56:25.080088Z",
    "build_snapshot" : false,
    "lucene_version" : "9.9.2",
    "minimum_wire_compatibility_version" : "7.10.0",
    "minimum_index_compatibility_version" : "7.0.0"
  },
  "tagline" : "The OpenSearch Project: https://opensearch.org/"
}

https://localhost:9200/_cluster/health
{
  "cluster_name": "opensearch",
  "status": "green",
  "timed_out": false,
  "number_of_nodes": 1,
  "number_of_data_nodes": 1,
  "discovered_master": true,
  "discovered_cluster_manager": true,
  "active_primary_shards": 1,
  "active_shards": 1,
  "relocating_shards": 0,
  "initializing_shards": 0,
  "unassigned_shards": 0,
  "delayed_unassigned_shards": 0,
  "number_of_pending_tasks": 0,
  "number_of_in_flight_fetch": 0,
  "task_max_waiting_in_queue_millis": 0,
  "active_shards_percent_as_number": 100
}