@@CyberLabChronicles i did ping the IP on my terminal it worked but on browser it is not working I can't open the dashboard of wazuh i tried to clear the cached data of my browser but it still doesn't work.
@@One_in_a_minion_00 To Resolve this issue, first run { ˢᵘᵈᵒ ˢʸˢᵗᵉᵐᶜᵗˡ ᵈᵃᵉᵐᵒⁿ⁻ʳᵉˡᵒᵃᵈ }This command instructs systemd to reload its configuration files. NEXT is to Enable your wazuh-indexer and to do this run this command by typing { ˢᵘᵈᵒ ˢʸˢᵗᵉᵐᶜᵗˡ ᵉⁿᵃᵇˡᵉ ʷᵃᶻᵘʰ⁻ⁱⁿᵈᵉˣᵉʳ } After enabling it , you can now start the wazuh indexer with { ˢᵘᵈᵒ ˢʸˢᵗᵉᵐᶜᵗˡ ˢᵗᵃʳᵗ ʷᵃᶻᵘʰ⁻ⁱⁿᵈᵉˣᵉʳ } it may take a while 1 to 2 mins, After this check if the indexer is active and running with { ˢᵘᵈᵒ ˢʸˢᵗᵉᵐᶜᵗˡ ˢᵗᵃᵗᵘˢ ʷᵃᶻᵘʰ⁻ⁱⁿᵈᵉˣᵉʳ }. if it's show active that mean is working fine. Finally go on your webpage and reload your ip adress. it will work .
If you're getting the "service failed because timeout was exceeded" error for the wazuh-indexer, try increasing the timeout limit. You can do this by editing the systemd service file: Open the service file: { sudo nano /etc/systemd/system/wazuh-indexer.service } Add or modify the TimeoutStartSec parameter under the [Service] section: TimeoutStartSec=300 Save and exit, then reload the daemon: { sudo systemctl daemon-reload } Try starting the service again: { sudo systemctl start wazuh-indexer } That should give it enough time to start!
First time of hearing from a Nigerian cyber security specialist tumbs up
Thanks man
Thank you so much❤
Thanks a lot, my issue got resolved. Stay blessed
Glad it helped
Hola como se cambia la clave del dashboard, para el admin? ya que no funciona la clave que indican en el portal
I did the same but i didn't see "add agents"
Could you please help me
How do i fix the ip address changing anytime i close and reopen the dashboard ,this takes me a fresh dashboard making me lose all my progress
"This is because you're using a DHCP address. Set your Wazuh server to use a static IP to avoid this issue."
i have issue with wazuh indexer it cannot enable ehenever i tried to enable it
i mean i takes too long to execute the command of indexer and then failed
check the solution here ruclips.net/video/abUT7kMjAHc/видео.htmlsi=1M7p5UMm2MfB-2c6
I did exactly the same but can't access the IP on the web browser what can be the problem. Please reply
same here, sir can you please address this
Sorry for the late reply
What is the error you are getting
And have you tried pinging the ip address from your terminal
@@CyberLabChronicles i did ping the IP on my terminal it worked but on browser it is not working I can't open the dashboard of wazuh i tried to clear the cached data of my browser but it still doesn't work.
@@One_in_a_minion_00 To Resolve this issue, first run { ˢᵘᵈᵒ ˢʸˢᵗᵉᵐᶜᵗˡ ᵈᵃᵉᵐᵒⁿ⁻ʳᵉˡᵒᵃᵈ }This command instructs systemd to reload its configuration files. NEXT is to Enable your wazuh-indexer and to do this run this command by typing { ˢᵘᵈᵒ ˢʸˢᵗᵉᵐᶜᵗˡ ᵉⁿᵃᵇˡᵉ ʷᵃᶻᵘʰ⁻ⁱⁿᵈᵉˣᵉʳ } After enabling it , you can now start the wazuh indexer with { ˢᵘᵈᵒ ˢʸˢᵗᵉᵐᶜᵗˡ ˢᵗᵃʳᵗ ʷᵃᶻᵘʰ⁻ⁱⁿᵈᵉˣᵉʳ } it may take a while 1 to 2 mins, After this check if the indexer is active and running with { ˢᵘᵈᵒ ˢʸˢᵗᵉᵐᶜᵗˡ ˢᵗᵃᵗᵘˢ ʷᵃᶻᵘʰ⁻ⁱⁿᵈᵉˣᵉʳ }. if it's show active that mean is working fine. Finally go on your webpage and reload your ip adress. it will work .
@@CyberLabChronicles it was showing active on terminal but can't configure it on web server
@CyberLabChronicles every other command works except the one to start wazuh-indexer. Always getting service failed because timeout was exceeded
If you're getting the "service failed because timeout was exceeded" error for the wazuh-indexer, try increasing the timeout limit. You can do this by editing the systemd service file:
Open the service file:
{ sudo nano /etc/systemd/system/wazuh-indexer.service }
Add or modify the TimeoutStartSec parameter under the [Service] section:
TimeoutStartSec=300
Save and exit, then reload the daemon:
{ sudo systemctl daemon-reload }
Try starting the service again:
{ sudo systemctl start wazuh-indexer }
That should give it enough time to start!