Unmatched response Packetbeat - 6.5.4

Hi, Please, can help me with a collection error in packetbeat, error in Kibana

Error:
Unmatched response

Configuration in packetbeat
packetbeat.interfaces.device: any
packetbeat.protocols:

  • type: icmp
    enabled: false
  • type: amqp
  • type: cassandra
  • type: dns
  • type: http
    ports: [80, 8065, 8066, 8068, 8067, 8080, 8082, 8083, 8084, 8090, 9042, 9056, 9065, 18068, 18066, 18067, 25083, 28083, 28084, 28083, 32844, 44067, 49615, 38446, 38466, 29946, 52706, 33232, 33260, 33518, 33534, 34066, 34072, 34182, 34239, 44018, 44020, 46006, 46026, 52488, 52588, 52638, 52650, 54878, 54888, 59284, 59302, 51289]
  • type: memcache
  • type: mysql
  • type: pgsql
  • type: redis
  • type: thrift
  • type: mongodb
  • type: nfs
  • type: tls
    ports: [443]
    setup.template.settings:
    index.number_of_shards: 3
    setup.kibana:
    output.logstash:
    hosts: ["IP:5053"]
    xpack.monitoring.enabled: true
    xpack.monitoring.elasticsearch:
    hosts: ["IP:9200"]

Configuration in Logstash
input {
beats {
port => "5053"
}
}

#filter {

#}

output {
elasticsearch {
hosts => ["IP:9200"]
index => "apimanager-%{+YYYY.MM.dd}"
}
}

Json formatted in packetbeat
"ip": "IP",
"bytes_out": 0,
"server": "",
"status": "Error",
"direction": "out",
"notes": [
"Unmatched response"
],
"client_proc": "",
"port": 26339,
"client_server": "",
"proc": "",
"client_ip": "IP",
"type": "http"
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.