{
    "wazuh": {
        "host": "192.168.33.10",
        "port": 55000,
        "username": "wazuh-wui",
        "password": "wazuh-wui"
    },
    "elastic": {
        "host": "192.168.33.10",
        "port": 9200,
        "username": "admin",
        "password": "changeme"
    },
    "redis": {
        "host": "localhost",
        "port": 6379,
        "queue": "low"
    },
    "clouditor": {
        "host":"192.168.33.14",
        "port": 9090
    }
}