Hello,
The query of the managed machine learning job packetbeat_rare_user_agent
doesn't match with any documents. It seems like event.dataset
is not in the logs-network_traffic.http-*
datastream?
{"bool":{"filter":[{"term":{"agent.type":"packetbeat"}}],"should":[{"term":{"event.dataset":"http"}},{"term":{"event.dataset":"network_traffic.http"}}],"minimum_should_match":1,"must_not":[{"wildcard":{"user_agent.original":{"value":"Mozilla*"}}}]}}
Changed the to "event.dataset" to "data_stream.dataset" and it works.
Willem