dashboards.platform_geo.json Maven / Gradle / Ivy
[
{
"row": 0,
"col": 0,
"sizeY": 1,
"sizeX": 2,
"title": "Top APIs",
"subhead": "Ordered by API calls",
"chart": {
"type": "table",
"selectable": true,
"columns": [
"API",
"Hits"
],
"paging": 5,
"request": {
"type": "group_by",
"field": "api"
}
}
},
{
"row": 0,
"col": 2,
"sizeY": 1,
"sizeX": 2,
"title": "Top applications",
"subhead": "Ordered by application calls",
"chart": {
"type": "table",
"selectable": true,
"columns": [
"Application",
"Hits"
],
"paging": 5,
"request": {
"type": "group_by",
"field": "application"
}
}
},
{
"row": 0,
"col": 4,
"sizeY": 1,
"sizeX": 2,
"title": "Top plans",
"subhead": "Hits repartition by API plan",
"chart": {
"type": "table",
"selectable": true,
"columns": [
"Plan",
"Hits"
],
"paging": 5,
"request": {
"type": "group_by",
"field": "plan"
}
}
},
{
"row": 1,
"col": 0,
"sizeY": 1,
"sizeX": 2,
"title": "Geolocation by country",
"subhead": "Hits repartition by country",
"chart": {
"type": "table",
"selectable": true,
"columns": [
"Country",
"Hits"
],
"paging": 5,
"request": {
"type": "group_by",
"field": "geoip.country_iso_code"
}
}
},
{
"row": 2,
"col": 0,
"sizeY": 1,
"sizeX": 2,
"title": "Geolocation by city",
"subhead": "Hits repartition by city",
"chart": {
"type": "table",
"selectable": true,
"columns": [
"City",
"Hits"
],
"paging": 5,
"request": {
"type": "group_by",
"field": "geoip.city_name"
}
}
},
{
"row": 1,
"col": 2,
"sizeY": 2,
"sizeX": 4,
"title": "Geomap",
"subhead": "Hits by location",
"chart": {
"type": "map",
"request": {
"type": "group_by",
"field": "geoip.country_iso_code"
}
}
}
]
© 2015 - 2024 Weber Informatics LLC | Privacy Policy