Hi @dhenshaw,
Your screenshot is saying that there are 138 alerts related to syslog but, what it means?
since Wazuh is monitoring syslog, one or more syslog entries could fired up a decoder or multiple decoder,
and they probably end on an alert. We have different alert levels, so you could have 138 not harmful syslog alerts.
Whenever you want to check an specific agent on Kibana discover section, the only thing you need
is to use Lucene syntax.
1. Open Kibana -> Discover
2. On the top search bar write the following and press Enter key:
agent.id: 001 AND rule.groups: syslog
It means that we want to filter alerts by the agent id field, this case 001 and we want to filter for syslog too.
Useful command:
On the manager machine you could use the next command to know the id of your desired agent.
# /var/ossec/bin/agent_control -l
Also remember to set properly your time range on Kibana, next to the search bar you should see
15 minutes, set it to your desired time range.
Hope it helps, have a nice day.
Best regards,
Jesús