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!