i got somet metrics from filebeat by httpprof,and some of them are confusing me.
filebeat version:5.3.0
I got three times of metrics:
i want to know:what`s the meaning of publish.event? Why publish.event is smaller than libbeat.publisher.published_events in some condition while in other condition is bigger than libbeat.publisher.published_events?
{
"libbeat.output.kafka.bytes_write": 134,
"libbeat.output.kafka.bytes_read": 300,
"libbeat.kafka.call_count.PublishEvents": 199791,
"libbeat.kafka.published_and_acked_events": 0,
"libbeat.kafka.published_but_not_acked_events": 121672110,
"libbeat.outputs.messages_dropped": 0,
"libbeat.publisher.messages_in_worker_queues": 0,
"libbeat.publisher.published_events": 609,
"publish.events": 0,
}
{
"libbeat.kafka.call_count.PublishEvents": 82,
"libbeat.kafka.published_and_acked_events": 50380,
"libbeat.kafka.published_but_not_acked_events": 0,
"libbeat.outputs.messages_dropped": 0,
"libbeat.publisher.messages_in_worker_queues": 0,
"libbeat.publisher.published_events": 50380,
"publish.events": 165888,
}
{
"libbeat.kafka.call_count.PublishEvents": 2,
"libbeat.kafka.published_and_acked_events": 1225,
"libbeat.kafka.published_but_not_acked_events": 0,
"libbeat.outputs.messages_dropped": 0,
"libbeat.publisher.messages_in_worker_queues": 0,
"libbeat.publisher.published_events": 1225,
"publish.events": 2048,
}