Hi
can some tell me what is the meaning of the events section (in, filtered, out) when I run
x.x.x.x:9600/_node/stats/events?pretty
below is the result:
{
"host" : "LOGSTASHTEST",
"version" : "6.0.1",
"http_address" : "x.x.x.x:9600",
"id" : "6d8b739c-385a-408c-b919-00e6843eb745",
"name" : "Logstash-01",
"events" : {
"in" : 27920248,
"filtered" : 27920148,
"out" : 27920148,
"duration_in_millis" : 55100474,
"queue_push_duration_in_millis" : 37908483
}
}