Gonzalo Acuña
Gonzalo Acuña
Hi @joschneid. The `indexer_security_password` should be the same password as `indexer_admin_password` (it is the password used for the Indexer's `admin` user). Did you change the password before running the AIO...
Hi @joschneid. Yes, it is the same `admin` user. As the variables are defined for each role they have different names in order to distinguish which one you are setting....
Ok, I will add the note. Thanks.
PR #846 was created. The changes were tested with the `4.3.8` version and are working fine.
As `AlmaLinux` is not one of the [recommended](https://documentation.wazuh.com/current/installation-guide/wazuh-server/#requirements) OS versions the PR will not be merged. Feel free to use the `844-dependencies` branch anyway.
These [options](https://github.com/wazuh/wazuh-ansible/commit/bee558829371e4d69bb12c942af5efd91377f335) have been added and tested to resolve this error: ``` [2022-06-15T09:56:04,970][ERROR][o.o.s.s.h.n.SecuritySSLNettyHttpServerTransport] [node-3] Exception during establishing a SSL connection: io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record: 474554202f5f616c696173657320485454502f312e310d0a486f73743a2031332e35322e3136302e3231393a393230300d0a557365722d4167656e743a204d6f7a696c6c612f352e30207a677261622f302e780d0a4163636570743a202a2f2a0d0a4163636570742d456e636f64696e673a20677a69700d0a0d0a ``` It seems to...
Some tasks to copy the python tests scripts were created. The use cases tests playbook is being modified to be executed from the First indexer node. The demo test environment...
The copy task were improved to reduce the execution time. The `pytest` tests were updated to use the Indexer private IP for the `curl` command. Some additional packages installation and...
Finally the previous changes were reverted and a new branch (`1511-test-fix`) was created to change the SG and the IP used to run the curl commands for the tests. It...
I have been analyzing this error message: - It only occurs only in the first start of the cluster (in the first 2 minutes). After that, the error does not...