Elasticsearch - ELK Stack Integration
You run this query but get no results:
What is the most likely cause?
GET /metrics/_search
{
"query": {
"range": {
"@timestamp": {
"gte": "now-10m",
"lt": "now"
}
}
}
}What is the most likely cause?
