Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GET /logs-*/_search
- {
- "query": {
- "bool": {
- "must": [
- { "match": { "service.name": "order-processing" } },
- { "range": { "@timestamp": { "gte": "now-1h" } } },
- { "match": { "log.level": "ERROR" } }
- ]
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment