In 6.3.1 (and earlier) on the Monitoring page for pipelines, it shows Event emitted and Events received. These numbers are always identical, even though my most active pipelines sample data and drop over 90% of their input events.
When I take a look at http://localhost:9600/_node/stats/pipelines, both appear to be equal to the sum of [pipelines][<name>][plugins][inputs][<name>][out] (currently 209690138). Does anyone else think it would be more useful for Events emitted to display the sum of [pipelines][<name>][plugins][outputs][<name>][in]? (Currently 9659817
)