Elasticsearch - ELK Stack Integration
You run this APM query but get no results:
What is the most likely cause?
GET /apm-*/_search
{
"query": {
"match": { "processor.event": "transaction" }
}
}What is the most likely cause?
