Are event indexes in HashiCorp Nomad global across namespaces? For example, if I deploy a job in the default namespace and then

I’m trying to understand how event indexing works in HashiCorp Nomad when using namespaces. Specifically, if I deploy a job in the default namespace, it will have an event index. If I then deploy another job in a different namespace, such as my-new-namespace, will the event index start at 0 for the new namespace, or is the event index a globally incrementing counter shared across all namespaces?

Clarification on this would be greatly appreciated!

Hi. Indexing is global.

is the event index a globally incrementing counter shared across all namespaces?

This.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.