Hi Guys,
I face some problem about router Syslog wazuh-manager configure done service up and running.Configure like this
<remote>
<connection>secure</connection>
<port>1514</port>
<allowed-ips>192.168.1.1</allowed-ips>
<protocol>udp</protocol>
<queue_size>16384</queue_size>
</remote>
but when I forward log from MikroTik Router to wazuh manager then I got this message like this
2020/04/02 17:31:40 ossec-remoted WARNING: (1213): Message from '192.168.88.1' not allowed. Cannot find the ID of the agent. Source agent ID is unknown.
if requerment more info plese see below
========================================
Wazuh Manager status.
=====================
● wazuh-manager.service - Wazuh manager
Loaded: loaded (/etc/systemd/system/wazuh-manager.service; enabled; vendor preset: disabled)
Active: active (running) since Thu 2020-04-02 17:48:02 +06; 7s ago
Process: 12103 ExecStop=/usr/bin/env ${DIRECTORY}/bin/ossec-control stop (code=exited, status=0/SUCCESS)
Process: 12224 ExecStart=/usr/bin/env ${DIRECTORY}/bin/ossec-control start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/wazuh-manager.service
├─12309 /var/ossec/bin/ossec-authd
Service Wazuh v3.12.0
============================
[root@wazuh_server ~]# /var/ossec/bin/ossec-control restart
wazuh-clusterd not running...
Killing wazuh-modulesd...
Killing ossec-monitord...
Killing ossec-logcollector...
Killing ossec-remoted...
Killing ossec-syscheckd...
Killing ossec-analysisd...
ossec-maild not running...
Killing ossec-execd...
Killing wazuh-db...
Killing ossec-authd...
ossec-agentlessd not running...
ossec-integratord not running...
ossec-dbd not running...
ossec-csyslogd not running...
Wazuh v3.12.0 Stopped
Starting Wazuh v3.12.0...
Started ossec-csyslogd...
Started ossec-dbd...
2020/04/02 17:45:57 ossec-integratord: INFO: Remote integrations not configured. Clean exit.
Started ossec-integratord...
Started ossec-agentlessd...
Started ossec-authd...
Started wazuh-db...
Started ossec-execd...
Started ossec-analysisd...
Started ossec-syscheckd...
Started ossec-remoted...
Started ossec-logcollector...
Started ossec-monitord...
Started wazuh-modulesd...
Completed.
Note: Please help me as your end.