Hello OrenYa,
Sorry for the inconveniences.
The Inventory tab on the Wazuh app requires the hardware scan to be enabled so it can display all the information.
I recommend you add the <hardware>yes</hardware>
option on both manager and agent and restart them, and try again to open the tab.
Let me know if this helps.
Regards,
Juanjo
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/30bffbe8-efbe-402e-8dde-6c4eed24c8d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello OrenYa,
Sorry for the inconveniences.
The Inventory tab on the Wazuh app requires the hardware scan to be enabled so it can display all the information.
I recommend you add the
<hardware>yes</hardware>
option on both manager and agent and restart them, and try again to open the tab.Let me know if this helps.
Regards,
Juanjo
Hello again,
We could try to see the logs and the API calls so we can check if the Syscollector module is working properly.
wazuh-modulesd:syscollector
daemon. This will show the manager logs.curl -u <API_USER>:<API_PASSWORD> "http(s)://<API_IP>:55000/syscollector/<AGENT_ID>/os?pretty"
curl -u <API_USER>:<API_PASSWORD> "http(s)://<API_IP>:55000/syscollector/<AGENT_ID>/hardware?pretty"
Paste here all the outputs so we can see more information to troubleshoot your problem.
Thanks for your patience.
Regards,
Juanjo
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/3c94c9e0-623a-47c9-9985-81ea70819161%40googlegroups.com.
2018/08/20 08:58:47 | wazuh-modulesd:syscollector | INFO | Evaluation finished. |
2018/08/20 08:58:46 | wazuh-modulesd:syscollector | INFO | Starting evaluation. |
2018/08/20 08:58:45 | wazuh-modulesd:syscollector | INFO | Module started. |
2018/08/20 08:58:43 | wazuh-modulesd:syscollector | INFO | Module finished. |
Hello again,
We could try to see the logs and the API calls so we can check if the Syscollector module is working properly.
- On the Wazuh app, you can open the Management tab (on the top navbar), and then go to Logs. Filter by the
wazuh-modulesd:syscollector
daemon. This will show the manager logs.- To see the agent logs, you’ll have to open the logs file (ossec.log on the Windows agent installation path) and find by the term “syscollector”.
- Execute the following API calls on the manager:
curl -u <API_USER>:<API_PASSWORD> "http(s)://<API_IP>:55000/syscollector/<AGENT_ID>/os?pretty" curl -u <API_USER>:<API_PASSWORD> "http(s)://<API_IP>:55000/syscollector/<AGENT_ID>/hardware?pretty"
Paste here all the outputs so we can see more information to troubleshoot your problem.
Thanks for your patience.
Regards,
Juanjo
Hello again OrenYa,
I’m glad you managed to solve the issue.
The problem you’re having with the Syscollector configuration is because you need to upgrade your agent to the latest version of Wazuh (v3.5.0) to use the new Syscollector scans (processes, ports and network).
You can follow this guide to learn how to upgrade your Wazuh agent for Windows.
Make sure that your manager is previously updated to v3.5.0 before upgrading the agents, according to this compatibility matrix.
Let us know if you have more problems.
Regards,
Juanjo
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/be337ef4-e3e8-4861-892a-4bd776544269%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/579a67f8-bb51-4f3f-b66d-09f557957f5b%40googlegroups.com.
You're welcome!Glad to help you with everything we can.Regards,Juanjo
Hello again OrenYa,
If you aren’t seeing the logs coming to the Wazuh app, then let’s check out the data flow:
alerts.json
file:lsof /var/ossec/logs/alerts/alerts.json
There should be two processes reading the alerts.json file: ossec-analysisd
and java
. If that’s not the case, then execute the following command to grant Logstash access to the alerts.json
file:
usermod -a -G ossec logstash
alerts.json
file:lsof /var/ossec/logs/alerts/alerts.json
There should be two processes reading the alerts.json file: ossec-analysisd
and filebeat
. If that’s not the case, make sure that the Logstash service is running using systemctl status filebeat
and you have properly set up the Filebeat configuration file (RPM and DEB guides).
Let me know if this helps.
Regards,
Juanjo
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/d68e6251-7cf5-4702-bbce-ca6b54c34856%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/1cec3e0e-cdac-4ac9-aa30-fc51d9f3c8ba%40googlegroups.com.