docker-compose-files/packetbeat_ek/kibana/beats-dashboards-1.0.1/dashboards/search/DB-transactions.json

21 lines
621 B
JSON

{
"sort": [
"@timestamp",
"desc"
],
"hits": 0,
"description": "",
"title": "DB transactions",
"version": 1,
"kibanaSavedObjectMeta": {
"searchSourceJSON": "{\"index\":\"[packetbeat-]YYYY.MM.DD\",\"highlight\":{\"pre_tags\":[\"@kibana-highlighted-field@\"],\"post_tags\":[\"@/kibana-highlighted-field@\"],\"fields\":{\"*\":{}},\"fragment_size\":2147483647},\"filter\":[],\"query\":{\"query_string\":{\"query\":\"type: mysql or type: pgsql or type: mongodb\",\"analyze_wildcard\":true}}}"
},
"columns": [
"type",
"method",
"path",
"responsetime",
"status"
]
}