Nomad events stream in nomad federated cluster

Hello, is it possible for an application outside nomad, stream nomad server’s events stream in different nomad region in nomad federated cluster ?

if its not, is there any recommended way to do it? stream nomad federated cluster in all region seamlessly?

Hi @petrukngantuk1,

Yes the events API utilises Nomad’s federated region forwarding capability. This API documentation page details how to make cross-region queries.

Thanks,
jrasell and the Nomad team

@jrasell , I see,
I thought since in Events - HTTP API | Nomad by HashiCorp there is no region parameter, its not supported

Thanks you for you confirmation!