sensu / sensu-go

Simple. Scalable. Multi-cloud monitoring.
https://sensu.io
MIT License
1.02k stars 175 forks source link

Discuss: event entity "partials" #90

Closed portertech closed 6 years ago

portertech commented 7 years ago

Should an event be able to reference an entity with a "partial"? For example, only including the entities ID "entity": {"id": "foobar}. Adding the remaining entity attributes to the event would become the responsibility of eventd.

Supporting partials would make external event input easier, from a user's perspective (don't need to know much about the entity in order to reference it).

palourde commented 6 years ago

I'm closing this because proxy entities and even event sent through a socket can only use an entity ID as the source.