Owners
Owners can be easily added or edited in the Catalog screen. Learn more about managing your assets’ metadata.Configuting owners in code:
Elementary enriches alerts with owners for models or tests).- If you want the owner to be tagged on slack use '@' and the email prefix of the slack user (@jessica.jones to tag [email protected]).
- You can configure a single owner or a list of owners (
["@jessica.jones", "@joe.joseph"]
).
Subscribers
If you want additional users besides the owner to be tagged on an alert, add them as subscribers.- If you want the subscriber to be tagged on slack use '@' and the email prefix of the slack user (@jessica.jones to tag [email protected]).
- You can configure a single subscriber or a list (
["@jessica.jones", "@joe.joseph"]
).