I have a platform that leverages Esper. However, all events are inserted into the Event table and sent to Esper to process. My rules are specific to only around 10% of the data set but the 90% other data going through the engine is bottlenecking my alerts from firing.
Is there a way to tell Esper to discard events that I don't care about on ingest so I have a smaller stream going through the actual alert / rule processing engine?