Sending Logs To Another Server

Well this is how my mikrotiks looks right now… im trying to sending some logs reports to another logserver, I create a new remote action called sendinglogs, to the 192.168.x.y ip… and then I create new rules… so my router is like the attach.. my question is, is that correct, I mean I made the right steeps or I missing something???

/system logging> print
Flags: X - disabled, I - invalid

TOPICS ACTION PREFIX

0 info memory
1 error memory
2 warning memory
3 critical echo
4 firewall sendinglogs
5 critical sendinglogs
6 web-proxy sendinglogs
7 warning sendinglogs
8 error sendinglogs
/system logging> action
/system logging action> print
Flags: * - default

NAME TARGET REMOTE

0 * memory memory
1 * disk disk
2 * echo echo
3 * remote remote 0.0.0.0:514
4 sendinglogs remote 192.168.x.y:514

Yes, that looks right.

do i need to put de src-address?

That depends on whether or not you care about what source address the syslog server will see. It certainly doesn’t hurt.