Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GET /logs-*/_search
- {
- "query": {
- "bool": {
- "must": [
- { "match": { "service.name": "transaction-processor" } },
- { "match": { "message": "database connection timeout" } },
- { "range": { "@timestamp": { "gte": "now-6h" } } }
- ]
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement