Non-zero metrics in the last 30s: libbeat.es.call_count.PublishEvents=4 libbeat.es.published_and_acked_events=61 libbeat.publisher.messages_in_worker_queues=4 libbeat.es.publish.write_bytes=37185 libbeat.es.publish.read_bytes=1582 libbeat.publisher.published_events=61
I can not configure the packetbeat to send elasticsearch.
I can not configure the packet transmission to send elasticsearch.Kibina shows DNS queries, the search by reference
http://localhost:9200/packetbeat-*/_search?pretty
does not show the requests (more accurately it shows static 3 DNS requests although the traffic passes)
Maybe I'm using the wrong link
/etc/packetbeat/packetbeat.yml
packetbeat.interfaces.device: 0
packetbeat.protocols.dns:
ports: [53]
include_authorities: true
include_additionals: true
output.elasticsearch:
hosts: ["localhost:9200"]