Can journalbeat monitor journal entries from remote machines?

Want to have multiple machines using systemd-journal-remote feeding a single machine running systemd-journal-remote, then have journalbeat running on that single machine. (An alternative to running journalbeat on the remote machines).

Will journalbeat pick up those remote machines's journal uploads?

Thank you.

Figured it out. Required change in journalbeat source (journalbeat.go) to open the journal using sdjournal.NewJournalFromDir.