i have below events in my logs and i want to create a dashboard using various options.
id": "Warehouse40.541-79.826",
"name": "Warehouse 8",
"latitude": 40.541,
"longitude": -79.826,
"absoluteLatitude": 40.541656,
"absoluteLongitude": -79.826348,
"severity": 0,
"customerIds": [8126,
3648,
7831],
"paratureAssetIds": [],
"deviceGroupIds": [],
"warehouseIds": ["552eb471cf04f605f8649bb6",
"552eb473cf04f605f8649bca",
"552eb470cf04f605f8649bab"],
"customerSeverities": {
Let's say I want to create dashboard with:
1) where the range between "latitude": xx.xx "longitude": -xx.xx and "absoluteLatitude": 40.541656, "absoluteLongitude": -79.826348 and severity level=1 and location of the place etc.
2) customerIds{}"=xx and place =XX ans severity etc.
I'm new to development work so any suggestions will be more than welcome.
... View more