forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
518 B
31 lines
518 B
{
|
|
"tables": [
|
|
{
|
|
"name": "PrimaryResult",
|
|
"columns": [
|
|
{
|
|
"name": "TimeGenerated",
|
|
"type": "datetime"
|
|
},
|
|
{
|
|
"name": "Computer",
|
|
"type": "string"
|
|
}
|
|
],
|
|
"rows": [
|
|
[
|
|
"2020-04-19T19:16:06.5Z",
|
|
"grafana-vm"
|
|
],
|
|
[
|
|
"2020-04-19T19:16:16.5Z",
|
|
"grafana-vm"
|
|
],
|
|
[
|
|
"2020-04-19T19:16:26.5Z",
|
|
"grafana-vm"
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|