We will be getting numerous events to the event server, I just wanted to know how can I classify these events as Internal or External.
Is there any property associated with these events which will help me classify the events or I need to follow some other way?
Could you please elaborate on what you do or aim to achieve?
Are you listening for events happening?
Are you submitting Analytics Events or triggering user-defined events?
I’m listening for the events happening, I just want to classify them which we external or internal.
I just want to classify which are external or internal. Sorry for the typo.
User-defined events will have the type: system event and message: external event. I recommend that you run the AlarmEventViewer sample, you can then see other types by experimentation.
Ok, thanks for the answer.